From b74f334811dc2ce86d2a0a6ae34a8a764628e270 Mon Sep 17 00:00:00 2001 From: Edlira Vakaj Date: Mon, 22 Apr 2024 14:25:44 +0100 Subject: [PATCH] Update check_method.ttl --- src/check_method.ttl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/check_method.ttl b/src/check_method.ttl index 38910ee..df0fe41 100644 --- a/src/check_method.ttl +++ b/src/check_method.ttl @@ -179,16 +179,8 @@ aec3po:hasNestedTarget a owl:ObjectProperty ; aec3po:hasTarget a owl:DatatypeProperty ; rdfs:label "hasTarget"@en ; rdfs:comment "TBD"@en ; -rdfs:range [ - rdf:type rdfs:Datatype ; - owl:unionOf ( - xsd:string - xsd:boolean - xsd:decimal - ) - ] . - - + rdfs:range xsd:string . + 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 ;