using the schema.ttl with valid-instance.ttl and invalid-instance.ttl produce the expected results with protege and kermit.
I'm setting it up wrong in stardog in such a way that it's not inferring subclasses.
Loading with these commands:
stardog-admin db drop testdb
stardog-admin db create -n testdb schema.ttl
stardog data add testdb valid-instance.ttl
stardog-admin metadata set -o reasoning.schema.graphs=http://www.semanticweb.org/armeninants/ontologies/2015/0/schema testdb
stardog-admin icv add testdb schema.ttl
stardog icv validate testdb -r SL
Attached the ttl files. Thanks!
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
Ha! Yeah, hermit.
So whats the correct way to put this data into stardog
Ha! Yeah, hermit.
So whats the correct way to put this data into stardog
I though that's what I was doing, but are you saying I need to specify the schema.ttl. rather than the namespace?
I though that's what I was doing, but are you saying I need to specify the schema.ttl. rather than the namespace?
I've read those docs and I accept that I'm an idiot, but I can't figure out which part of that is relevant to my problem. What command is used to tell stardog to use schema.ttl for reasoning ?