From f366c927b0d1326fc14c809c5df9bc2a555172a8 Mon Sep 17 00:00:00 2001 From: Edlira Vakaj Date: Mon, 22 Apr 2024 13:16:38 +0100 Subject: [PATCH] Update check_method.ttl - renamed to hasBSDDTarget - Create a new object property hasNestedTarget the range of which should be a CheckMethod --- src/check_method.ttl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/check_method.ttl b/src/check_method.ttl index bd19109..74906ca 100644 --- a/src/check_method.ttl +++ b/src/check_method.ttl @@ -169,6 +169,13 @@ aec3po:hasOperator a owl:ObjectProperty ; rdfs:range aec3po:CheckMethodOperator ; rdfs:isDefinedBy aec3po:check_method . + +aec3po:hasNestedTarget a owl:ObjectProperty ; + rdfs:label "hasNestedTarget"@en ; + rdfs:comment ""@en ; + rdfs:range aec3po:CheckMethod ; + rdfs:isDefinedBy aec3po:check_method . + aec3po:FunctionCheckMethod a owl:Class ; rdfs:label "Function Check Method"@en ; rdfs:comment "Methods of check defined by functions. The function can be general purpose, not tied to specific project and reused i.e. getArea(), getVolume(). This concept is equivalent to the Execution class in the Function ontology: https://fno.io/spec/ "@en ;