Skip to content

Commit

Permalink
Cross-reference and demonstrate perdurant timestamp properties
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Mar 4, 2024
1 parent 534cde3 commit fb350bd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ontology/uco-gufo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ uco-core:Item
;
.

uco-core:endTime
rdfs:seeAlso
gufo:hasEndPoint ,
gufo:hasEndPointInXSDDateTimeStamp
;
.

uco-core:startTime
rdfs:seeAlso
gufo:hasBeginPoint ,
gufo:hasBeginPointInXSDDateTimeStamp
;
.

uco-identity:Organization
rdfs:subClassOf
drafting:Endurant ,
Expand Down
8 changes: 8 additions & 0 deletions tests/exemplars.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

kb:Action-13c91d40-9ca0-4558-81a1-4f7db888c371
a uco-action:Action ;
uco-action:endTime "2021-02-03T04:05:06Z"^^xsd:dateTime ;
uco-action:startTime "2020-01-02T03:04:05Z"^^xsd:dateTime ;
gufo:hasBeginPointInXSDDateTimeStamp "2020-01-02T03:04:05Z"^^xsd:dateTimeStamp ;
gufo:hasEndPointInXSDDateTimeStamp "2021-02-03T04:05:06Z"^^xsd:dateTimeStamp ;
.

kb:ContentData-179c7e84-f72d-47f7-b6f3-3f4a1f0938bd
Expand All @@ -36,6 +40,10 @@ kb:Quality-4b765c1f-362c-4562-a50f-7bb781fe4737

kb:Event-03a1a1db-0579-4427-9a51-448c32281146
a uco-core:Event ;
uco-core:endTime "2011-02-03T04:05:06Z"^^xsd:dateTime ;
uco-core:startTime "2010-01-02T03:04:05Z"^^xsd:dateTime ;
gufo:hasBeginPointInXSDDateTimeStamp "2010-01-02T03:04:05Z"^^xsd:dateTimeStamp ;
gufo:hasEndPointInXSDDateTimeStamp "2011-02-03T04:05:06Z"^^xsd:dateTimeStamp ;
.

kb:Hash-4c3d0623-d365-4c69-a1a1-01523c6502fa
Expand Down

0 comments on commit fb350bd

Please sign in to comment.