From 76b4a49ade622933c2d124fc12e44e363163925f Mon Sep 17 00:00:00 2001 From: Edlira Vakaj Date: Mon, 22 Apr 2024 14:31:17 +0100 Subject: [PATCH] Update check_method.ttl Create a new property called hasBSDDValue - which is an object property Create a new property called hasNestedValue which has domain CheckMethod --- src/check_method.ttl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/check_method.ttl b/src/check_method.ttl index df0fe41..789d30b 100644 --- a/src/check_method.ttl +++ b/src/check_method.ttl @@ -132,6 +132,18 @@ aec3po:CompositeCheckMethod a owl:Class ; owl:unionOf ( aec3po:FeatureOfInterest aec3po:Property aec3po:CheckMethod) ] ; rdfs:isDefinedBy aec3po:check_method . + aec3po:hasBSSDDValue a owl:FunctionalProperty, + owl:ObjectProperty ; + rdfs:label "hasBSSDDValue"@en ; + rdfs:comment "TBD"@en ; + rdfs:isDefinedBy aec3po:check_method . + + aec3po:hasNestedValue a owl:ObjectProperty ; + rdfs:label "hasNestedValue"@en ; + rdfs:comment "TBD"@en ; + rdfs:domain aec3po:CheckMethod ; + rdfs:isDefinedBy aec3po:check_method . + ## hasValue has been defined in the core ontology #aec3po:hasValue a owl:FunctionalProperty, # owl:ObjectProperty ;