buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

when are symmetric properties needed in Fuseki? #171

Open xristy opened 4 years ago

xristy commented 4 years ago

for example https://purl.bdrc.io/graph/W2PD17450 exhibits:

    bdr:MW2PD17450  bdo:instanceHasReproduction
            bdr:W2PD17450 .

and

    bdr:WA2PD17450  bdo:workHasInstance
            bdr:W2PD17450 .

The symmetric properties are already present in their appropriate graphs: bdg:WA2PD17450 and bdg:MWA2PD17450 so how are these additional triples in the separate graphs used in the Fuseki dataset?

eroux commented 4 years ago

they probably aren't, these triples are added by the reasoner of gittodb, they could be toned down

eroux commented 4 years ago

moving to https://github.com/buda-base/git-to-dbs/issues/28