From 9aba51b49337f10e1f63848038a42621ab4c8d8a Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 5 Jun 2024 09:15:25 -0400 Subject: [PATCH] Classify AnalyticResult and Assertion No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- ontology/uco-gufo.ttl | 25 +++++++++++++++++++++++++ tests/exemplars.ttl | 5 +++++ 2 files changed, 30 insertions(+) diff --git a/ontology/uco-gufo.ttl b/ontology/uco-gufo.ttl index db86ce5..57c77e6 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: . @@ -151,6 +152,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 ; . @@ -235,3 +248,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 c7786a8..9044196 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