-
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.
A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
- Loading branch information
1 parent
cc10413
commit 5df074d
Showing
2 changed files
with
44 additions
and
2 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
40 changes: 40 additions & 0 deletions
40
examples/illustrations/existence_intervals/src/existence_intervals-gufo-situation.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[ | ||
{ | ||
"@id": "ex:Person", | ||
"@type": "owl:Class", | ||
"rdfs:subClassOf": { | ||
"@id": "gufo:Object" | ||
} | ||
}, | ||
{ | ||
"@id": "ex:Student", | ||
"@type": "owl:Class", | ||
"rdfs:subClassOf": { | ||
"@id": "ex:Person" | ||
} | ||
}, | ||
{ | ||
"@id": "kb:Person-3393dfc0-c765-4710-86db-8182c34de806", | ||
"@type": "ex:Person", | ||
"rdfs:label": "J. Doe", | ||
"gufo:standsInQualifiedInstantiation": { | ||
"@id": "kb:TemporaryInstantiationSituation-da1aa582-1358-49bb-b058-4c33990fb9e8" | ||
} | ||
}, | ||
{ | ||
"@id": "kb:TemporaryInstantiationSituation-da1aa582-1358-49bb-b058-4c33990fb9e8", | ||
"@type": "gufo:TemporaryInstantiationSituation", | ||
"rdfs:comment": "This is the situation where J. Doe is a student, which started to hold Sep 1 2018, and no longer held on Jun 16, 2022.", | ||
"gufo:concernsNonRigidType": { | ||
"@id": "ex:Student" | ||
}, | ||
"gufo:hasBeginPointInXSDDateTimeStamp": { | ||
"@type": "xsd:dateTimeStamp", | ||
"@value": "2018-09-01T00:00Z" | ||
}, | ||
"gufo:hasEndPointInXSDDateTimeStamp": { | ||
"@type": "xsd:dateTimeStamp", | ||
"@value": "2022-06-16T00:00:00Z" | ||
} | ||
} | ||
] |