Skip to content

Commit

Permalink
Cross-reference timestamp and time object properties
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Mar 4, 2024
1 parent 68dacdd commit 534cde3
Showing 1 changed file with 14 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 @@ -52,6 +52,20 @@ uco-action:Action
rdfs:subClassOf drafting:Perdurant ;
.

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

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

uco-core:Event
rdfs:subClassOf drafting:Perdurant ;
.
Expand Down

0 comments on commit 534cde3

Please sign in to comment.