Closed xristy closed 5 years ago
Using the query:
select ?s ?p ?o where { graph :ontologySchema { bind(:note as ?s) ?s ?p ?o . } }
I am not able to locate the triple:
:note rdfs:domain :Entity
in fuseki even though the triple is in bdrc.owl. The triple:
:note rdfs:range :Note
is present in fuseki along with four other triples in the defn of :note in bdrc.owl.
:note
I don't know if this is an error in git-to-db or whether I'm missing something in querying the graph :ontologySchema
graph :ontologySchema
I've convinced myself that the triple was really missing and I added into fuseki on buda1. It must have happened in the transfer.
fixed by properly sync'ing bdrc.owl
Using the query:
I am not able to locate the triple:
in fuseki even though the triple is in bdrc.owl. The triple:
is present in fuseki along with four other triples in the defn of
:note
in bdrc.owl.I don't know if this is an error in git-to-db or whether I'm missing something in querying the
graph :ontologySchema