Tagged Questions
The semweb tag has no wiki summary.
4
votes
2answers
149 views
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 ...
3
votes
2answers
271 views
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 ...
2
votes
1answer
124 views
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 ...
2
votes
3answers
230 views
How can I do offline reasoning with Pellet?
I have an OWL ontology and I am using Pellet to do reasoning over it. Like most ontologies it starts by including various standard ontologies:
<rdf:RDF
...
1
vote
2answers
148 views
SemWeb - How to get my query result in xml?
I'm trying to use SemWeb library to make my SPARQL queries on an remote SPARQL endpoint.
this is what i'm using fort testing, since this is an example that came with Semweb
SparqlHttpSource source = ...
0
votes
0answers
11 views
SemWeb Library vs. Categories from DBpedia
I have a database of terms (or concepts) and I would like to know how those terms can be classified using the categories from DBpedia. I am trying to use SemWeb Library for that, but unfortunately its ...