Hello everyone,
I’m new to Stardog.
I have a myDb.ttl data file which I wish to add to my database as well as my v5_ql.owl ontology.
I need help
I tried adding the files like this:
./stardog-admin db create -n myDb /data/myDb.ttl
./stardog data add --named-graph myDb /data/v5_ql.owl
./stardog-admin db offline myDb
./stardog-admin metadata set -o reasoning.schema.graphs=tag:stardog:api:context:all myDb
./stardog-admin db online myDb
I also changed reasoning type to QL on the admin web console. The thing is every time I run a query with reasoning turned On and OFF, I get the same number of tuples. I’m expecting different number when reasoning is ON. I believe I’m not adding the ontology properly.
Please I need your suggestion.