From 9938aaf23c6bffd3ead444afc64c6c7faacba16c Mon Sep 17 00:00:00 2001 From: AMNA DRIDI Date: Wed, 11 Oct 2023 19:11:04 +0100 Subject: [PATCH] Update check_method.ttl closes #75 --- src/check_method.ttl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/check_method.ttl b/src/check_method.ttl index 626e122..517fbc7 100644 --- a/src/check_method.ttl +++ b/src/check_method.ttl @@ -65,6 +65,12 @@ aec3po:CertificateCheckMethod a owl:Class ; rdfs:isDefinedBy aec3po:check_method ; rdfs:subClassOf aec3po:CheckMethod . +aec3po:CategoryCheckMethod a owl:Class ; + rdfs:label "Category Check Method"@en ; + rdfs:comment "Category check method is a validation type that involves comparing content against a textual concept."@en ; + rdfs:isDefinedBy aec3po:check_method ; + rdfs:subClassOf aec3po:CheckMethod . + aec3po:ComponentCheckMethod a owl:Class ; rdfs:label "Component Check Method"@en ; rdfs:comment "Component check method refers to a process of inspecting and verifying specific components or elements of a building or infrastructure to ensure they meet the required standards, specifications, and regulations. This method is used to assess the quality, functionality, and safety of individual components used in construction projects. Formally defined as checks for some feature of interest"@en ;