diff --git a/src/legal_verifier.ttl b/src/legal_verifier.ttl index 24e1412..644fe61 100644 --- a/src/legal_verifier.ttl +++ b/src/legal_verifier.ttl @@ -12,7 +12,7 @@ aec3po:legal_verifier a owl:Ontology ; cc:license ; dct:contributor ; - dct:description """The AEC3PO Legal Verifier module describes legal verifiers for documents."""@en ; + dct:description """The AEC3PO Legal Verifier module describes actors of the compliance and permitting process that have the legal capacity to verify that a specific Statement of a compliance document has been met in a satisfactory manner."""@en ; dct:description ; dct:modified "2023-08-31"^^xsd:date ; dct:title "AEC3PO: legal verifier"@en ; @@ -28,12 +28,12 @@ aec3po:LegalVerifier a owl:Class ; aec3po:PrivateVerifier a owl:Class ; rdfs:label "Private Verifier"@en ; - rdfs:comment "Private verifier refers to an individual or entity responsible for independently assessing and verifying compliance with regulatory, safety, quality, and design requirements in a construction project. "@en ; + rdfs:comment "Private verifier refers to an individual or organisation in the private sector, responsible for independently assessing and verifying compliance with regulatory, safety, quality, and design requirements in a construction project. "@en ; rdfs:subClassOf aec3po:LegalVerifier ; rdfs:isDefinedBy aec3po:legal_verifier . aec3po:StateVerifier a owl:Class ; rdfs:label "State Verifier"@en ; - rdfs:comment "State verifier refers to an individual or entity responsible for assessing and verifying compliance with state-specific regulations, legal requirements, and building codes in a construction project. "@en ; + rdfs:comment "State verifier refers to an individual or organisation in the greater State sector, responsible for assessing and verifying compliance with regulations, legal requirements, and building codes in a construction project. "@en ; rdfs:subClassOf aec3po:LegalVerifier ; - rdfs:isDefinedBy aec3po:legal_verifier . \ No newline at end of file + rdfs:isDefinedBy aec3po:legal_verifier .