-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generic pattern for associating relations to dates
1. We introduce a 'relationHasDate' object property which allows a relation to be associated to a date, and an inverse to it. 2. We introduce a new object property 'hasDateAssociatedWithOrganicProvenance' and make both 'hasCreationDate' and 'hasAccumulationDate' a sub-property of it; similarly for their inverses. 3. We connect all three of these object properties and their inverses to the OrganicProvenance, CreationRelation, and AccumulationRelation classes respectively by means of sub-property chains involving the new object property 'relationHasDate' and its inverse.
- Loading branch information
1 parent
ac0b74d
commit f97dc3c
Showing
1 changed file
with
145 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters