-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Issue:
The ontology currently does not express the inverse for the relationships it defines. For example, hasMember and memberOf are not declared as inverses.
Rationale:
The presence of inverses in the data is useful for Linked Open Data representations to ensure that regardless of which resource you enter the dataset at, you can trace your way to all of the other related resources by simply following your nose, rather than requiring sparql queries against the entire dataset. The formal definition of the inverse allows these to be automatically computed rather than materialized in the database.
Proposal:
Add the following triples to the model:
pcdm:hasMember owl:inverseOf pcdm:memberOf
pcdm:hasFile owl:inverseOf pcdm:fileOf
pcdm:hasRelatedObject owl:inverseOf pcdm:relatedObjectOf
DiegoPino
Metadata
Metadata
Assignees
Labels
No labels