buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

:note rdfs:domain :Entity missing in fuseki #100

Closed xristy closed 5 years ago

xristy commented 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.

I don't know if this is an error in git-to-db or whether I'm missing something in querying the graph :ontologySchema

xristy commented 5 years ago

I've convinced myself that the triple was really missing and I added into fuseki on buda1. It must have happened in the transfer.

xristy commented 5 years ago

fixed by properly sync'ing bdrc.owl