You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/check_method.ttl
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -81,25 +81,32 @@ aec3po:CertificateCheckMethod a owl:Class ;
81
81
82
82
aec3po:CategoryCheckMethod a owl:Class ;
83
83
rdfs:label "Category Check Method"@en ;
84
-
rdfs:comment "Category check method is a validation type that involves comparing content against a textual concept."@en ;
84
+
rdfs:comment "A validation type that involves comparing content against a textual concept."@en ;
85
85
rdfs:isDefinedBy aec3po:check_method ;
86
86
rdfs:subClassOf aec3po:CheckMethod .
87
87
88
88
aec3po:ComponentCheckMethod a owl:Class ;
89
89
rdfs:label "Component Check Method"@en ;
90
-
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 ;
90
+
rdfs:comment "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 ;
91
91
rdfs:isDefinedBy aec3po:check_method ;
92
92
rdfs:subClassOf aec3po:CheckMethod ;
93
-
owl:equivalentClass [ a owl:Class ;
94
-
owl:intersectionOf ( aec3po:CheckMethod [ a owl:Restriction ;
rdfs:comment "Refers to a validation process that ensures compliance of data with a predefined SPARQL query, stored in aec3po:asText"@en ;
104
+
rdfs:isDefinedBy aec3po:check_method ;
105
+
rdfs:subClassOf aec3po:DeclarativeCheckMethod .
99
106
100
107
aec3po:SHACLCheckMethod a owl:Class ;
101
108
rdfs:label "SHACL Check Method"@en ;
102
-
rdfs:comment "Shacl check method refers to a validation process that ensures compliance of data with predefined SHACL shapes, constraints, and rules."@en ;
109
+
rdfs:comment "Refers to a validation process that ensures compliance of data with predefined SHACL shapes, constraints, and rules."@en ;
0 commit comments