You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You define 2 inverses of existing props: isDistributionOf, isAccessServiceOf.
(The diagram mentions that only the latter is "inverse", but the ontology defines both as owl:inverseOf).
It's better not to introduce inverses since they are redundant, but pose additional reasoning or querying requirements.
See https://www.w3.org/TR/prov-o/#inverse-names for a justification.
I'm personally inclined against inverses for the reasons mentioned and more; however this requires wider discussion. I wish the 2 alternatives you mention had wider adoption (e.g. a non-JSON-LD equivalent).
You define 2 inverses of existing props:
isDistributionOf, isAccessServiceOf
.(The diagram mentions that only the latter is "inverse", but the ontology defines both as
owl:inverseOf
).It's better not to introduce inverses since they are redundant, but pose additional reasoning or querying requirements.
See https://www.w3.org/TR/prov-o/#inverse-names for a justification.
It's better to use "virtual inverses" (see the above link and https://www.w3.org/TR/json-ld11/#reverse-properties) eg:
dcat:distribution prov:inverse "isDistributionOf"
@context
:The text was updated successfully, but these errors were encountered: