Questions tagged [rowlex]

ROWLEX is a .NET library and toolkit built to create and browse RDF documents easily.

ROWLEX is a .NET library and toolkit built to create and browse RDF documents easily. It abstracts away the level of RDF triples and elevates the level of the programming work to OWL classes and properties.

36 questions
4
votes
2 answers

How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL?

According to its homepage, the SemWeb library (great library for handling RDF under .NET) is released under GPL. Since the ROWLEX tool is built on SemWeb, ROWLEX supposed to be GPL, too. Still, ROWLEX is claimed to be released under L-GPL. Is this…
user256890
  • 3,396
  • 5
  • 28
  • 45
4
votes
1 answer

ROWLEX . Net RDF website access?

does anone know whether ROWLEX .Net RDF library is still on or not? I have tried sevral times this week to access the website but no luck. I have lost my download and wanted it again. Maybe a URL chenged or something? Thanks a lot!
Dimoklis
  • 65
  • 4
2
votes
4 answers

OWL Assembly Generation Problem (OWLGrinder)

I am building an assembly from my OWL ontology, but when parsing ontology, it raises an error message at "datatype properties" where a type is declared and some values are given. I've written my ontology using Protege v3.4. For example, one of the…
Ehsan
  • 561
  • 1
  • 6
  • 21
2
votes
2 answers

Programatically generating assemblies from OWL files with ROWLEX

I have been using the ROWLEX library to handle RDF-s. It is shipped with a designtime GUI tool called OwlGrinder.exe that can generate C# helper classes (.NET assemblies to be exact) from my OWL ontologies. I wonder if anyone knows if I could do…
Mr. Lame
  • 1,247
  • 1
  • 17
  • 27
2
votes
1 answer

Does ROWLEX support SPARQL?

Does ROWLEX support SPARQL? Does ROWLEX support SQL Server? Does ROWLEX act lik Joseki server? Where can I find more detail information regarding ROWLEX besides http://rowlex.nc3a.nato.int/HowToUse.aspx? Thank you in advance, Paul
Paul
  • 21
  • 3
2
votes
1 answer

How do I deserialize a OWL document?

I created a bunch of classes using ROWLEX and had them serialized to RDF using RdfDocument rdfDocument = Rdfizer.Serialize(ontology); Now i would like to deserialize it (similar to how XmlSerializer.Deserialize() works) so that I could have the…
user157217
2
votes
1 answer

Using RdfProperty of array to custom class

I have defined: [RdfSerializable] public class SomeItem { // Unique identificator of the resource [ResourceUri] public string ID { get; set; } [RdfProperty( true )] public string SomeData { get; set; } } and in some other class:…
The_Ghost
  • 2,070
  • 15
  • 26
2
votes
2 answers

Assigning multiple values to a property

I am using rowlex in my project. I have a property assigned to an individual in my RDF file, which has a value. For example for individual 'Student', there is a property 'isMemberOf', with value of a class uri 'class00021'. Then I want to add a…
Ehsan
  • 561
  • 1
  • 6
  • 21
2
votes
2 answers

Could ROWLEX be used as .DLL files in commercial projects (because of some non-LGPL components)?

As people asked in How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? there is no definition if ROWLEX could be used as a library freely in commercial projects. How free is to use it in such projects? Is it possible to…
The_Ghost
  • 2,070
  • 15
  • 26
1
vote
0 answers

Where can I obtain ROWLEX?

I've recently started working with ontologies and I'm looking at a way to load and query them in a .Net environment. I believe ROWLEX can help me do this? Out of interest I'd like to evaluate it anyway but I can't seem to locate a download for it or…
PaulN
  • 329
  • 2
  • 6
  • 13
1
vote
1 answer

Using rowlex library to extract tagget information in C#

I am using Rowlex Library. I have a .rdf.xml (extension) file with content:
1
vote
1 answer

Rowlex.net within silverlight

Has anyone experience using rowlex generated classes within a silverlight application? Since we can't expose the classes as a RIA service, what would be the best solution to use them? Wouldn't it be nice if linqtordf and rowlex.net will be merged…
Bart
  • 11
  • 1
1
vote
1 answer

Is ROWLEX 2.1 OWL2-aware?

Is ROWLEX 2.1 an OWL 2 or OWL 1 framework?
Ivan
  • 63,011
  • 101
  • 250
  • 382
1
vote
1 answer

how to use camera ontology in ROWLEX

I'm mot sure if I'm doing this wrong or not I don't know if I am supposed to add other ontologies If not, what can I do to get a camera ontology working please? http://protege.cim3.net/file/pub/ontologies/camera/camera.owl Thanks
Lilz
  • 4,013
  • 13
  • 61
  • 95
1
vote
1 answer

ROWLEX: Classes with the same property names not working:ROWLEX

I have some complex classes which many of then have a class as a property. I have tried to mark up the class file with th ROWLEX attribute markers but when more than one class has the same property name, the Rowlex extractor gives an error. I have…
Stephen Hughes
  • 391
  • 2
  • 3
1
2 3