hi , 

i'm evaluating bigowlim-3.2.6 with openrdf-sesame-2.3.0
and am having troubles with the graphs.

now our application will be used to host different
projects on one sail-repository, where one project
corrensponds to one skos-thesaurus and one context.

for example :
 
customer1
    |_____OwlimServer
               |_______project one (agrovoc thesaurus) in context 
www.turnguard.com/agrovoc
               |_______project two (ukat thesaurus) in context 
www.turnguard.com/ukat

now my question is the following :

how can i get inferred statements while getting only data from one graph.

i think i had a LIMIT 100 in the sparql queries i sent in my previous mail, so 
i didn't realize
that the query-result included data from different graphs.

here's what i do :

1. create bigowlim-repo with sesame console (which imports skos-ontology and 
owl ontology, owlim:imports in my bigowlim.ttl)
2. import agrovoc.rdf into http://www.turnguard.com/agrovoc with 
RepositoryConnection.add(new File(..),...., new Resource[{
   ValFact.createURI("http://www.turnguard.com/agrovoc";)})
3. import ukat.rdf into http://www.turnguard.com/ukat with 
RepositoryConnection.add(new File(..),...., new Resource[]{
   ValFact.createURI("http://www.turnguard.com/ukat";)})


-- 
punkt. netServices
______________________________
Jürgen Jakobitsch
Codeography

Lerchenfelder Gürtel 43 Top 5/2
A - 1160 Wien
Tel.: 01 / 897 41 22 - 29
Fax: 01 / 897 41 22 - 22

netServices http://www.punkt.at

_______________________________________________
OWLIM-discussion mailing list
[email protected]
http://ontotext.com/mailman/listinfo/owlim-discussion

Reply via email to