diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl index eeaa3ea..80fe350 100644 --- a/ontology/uco-gufo.ttl +++ b/ontology/uco-gufo.ttl @@ -7,6 +7,7 @@ @prefix rdf: . @prefix rdfs: . @prefix uco-action: . +@prefix uco-analysis: . @prefix uco-core: . @prefix uco-identity: . @prefix uco-observable: . @@ -234,6 +235,18 @@ uco-action:startTime ; . +uco-analysis:AnalyticResult + a gufo:SubKind ; + . + +uco-core:Assertion + a gufo:Kind ; + rdfs:subClassOf + drafting:Endurant , + gufo:Object + ; + . + uco-core:Event rdfs:subClassOf drafting:Perdurant ; . @@ -335,3 +348,15 @@ uco-types:Hash owl:annotatedSubject uco-core:Facet ; . +[] + a owl:Axiom ; + rdfs:seeAlso + , + , + uco-analysis:AnalyticResult + ; + owl:annotatedObject gufo:Object ; + owl:annotatedProperty rdfs:subClassOf ; + owl:annotatedSubject uco-core:Assertion ; + . + diff --git a/tests/exemplars.ttl b/tests/exemplars.ttl index 2cd5552..2030a9f 100644 --- a/tests/exemplars.ttl +++ b/tests/exemplars.ttl @@ -8,6 +8,7 @@ @prefix rdfs: . @prefix time: . @prefix uco-action: . +@prefix uco-analysis: . @prefix uco-core: . @prefix uco-identity: . @prefix uco-observable: . @@ -29,6 +30,10 @@ kb:Action-13c91d40-9ca0-4558-81a1-4f7db888c371 gufo:hasEndPointInXSDDateTimeStamp "2021-02-03T04:05:06Z"^^xsd:dateTimeStamp ; . +kb:AnalyticResult-34fb92db-d576-45a7-9d62-dae04510968f + a uco-analysis:AnalyticResult ; + . + kb:BluetoothAddress-53c6bc31-4f9c-4ca7-96cb-c9c61d7e4ca2 a uco-observable:BluetoothAddress ; uco-core:hasFacet