From fb350bd82e60fb6a92cd8ec2ff3f41546e1e88f1 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 4 Mar 2024 16:22:44 -0500 Subject: [PATCH] Cross-reference and demonstrate perdurant timestamp properties No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- ontology/uco-gufo.ttl | 14 ++++++++++++++ tests/exemplars.ttl | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl index 02035c1..ffd81f0 100644 --- a/ontology/uco-gufo.ttl +++ b/ontology/uco-gufo.ttl @@ -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 , diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl index a95033e..cb45a8f 100644 --- a/tests/exemplars.ttl +++ b/tests/exemplars.ttl @@ -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 @@ -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