@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/profile/ontdoc/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .

cc:license
    a owl:AnnotationProperty .

<http://maxime-lefrancois.info/me#>
    schema1:affiliation <https://www.mines-stetienne.fr/> ;
    schema1:email "maxime.lefrancois@emse.fr" ;
    schema1:identifier <http://orcid.org/0000-0001-9814-8991> ;
    schema1:name "Maxime Lefrançois" ;
    schema1:url <http://maxime-lefrancois.info/> ;
    a schema1:Person, prov:Agent .

dct:contributor
    a owl:AnnotationProperty .

dct:creator
    a owl:AnnotationProperty .

dct:description
    a owl:AnnotationProperty .

dct:issued
    a owl:AnnotationProperty .

dct:source
    a owl:AnnotationProperty .

dct:title
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

schema1:Person
    ns1:hasMember <http://maxime-lefrancois.info/me#>, <https://w3id.org/lbd/aec3po/amna>, <https://w3id.org/lbd/aec3po/edlira>, <https://w3id.org/lbd/aec3po/pan>, <https://w3id.org/lbd/aec3po/thomas>, <https://w3id.org/lbd/aec3po/vladimir> .

schema1:affiliation
    a owl:AnnotationProperty .

schema1:email
    a owl:AnnotationProperty .

schema1:identifier
    a owl:AnnotationProperty .

schema1:name
    a owl:AnnotationProperty .

schema1:url
    a owl:AnnotationProperty .

rdfs:Class
    ns1:hasMember _:ndd21df2481c145fb80f964930f2aed6ab1 .

<http://www.w3.org/2001/XMLSchema#string>
    ns1:inRangeOf <https://w3id.org/lbd/aec3po/asText> .

owl:AnnotationProperty
    ns1:hasMember cc:license, dct:contributor, dct:creator, dct:description, dct:issued, dct:source, dct:title, vann:preferredNamespacePrefix, vann:preferredNamespaceUri, schema1:affiliation, schema1:email, schema1:identifier, schema1:name, schema1:url, skos:example, skos:note .

owl:Class
    ns1:hasMember _:ndd21df2481c145fb80f964930f2aed6ab1 .

owl:DatatypeProperty
    ns1:hasMember <https://w3id.org/lbd/aec3po/asText>, <https://w3id.org/lbd/aec3po/hasValue> .

owl:FunctionalProperty
    ns1:hasMember <https://w3id.org/lbd/aec3po/asText>, <https://w3id.org/lbd/aec3po/hasValue> .

owl:Ontology
    ns1:hasMember <https://w3id.org/lbd/aec3po/> .

skos:example
    a owl:AnnotationProperty .

skos:note
    a owl:AnnotationProperty .

<https://w3id.org/lbd/aec3po/>
    cc:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:contributor <http://maxime-lefrancois.info/me#>, <https://w3id.org/lbd/aec3po/amna>, <https://w3id.org/lbd/aec3po/thomas>, <https://w3id.org/lbd/aec3po/vladimir> ;
    dct:created "2023-05-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:creator <https://w3id.org/lbd/aec3po/edlira>, <https://w3id.org/lbd/aec3po/pan> ;
    dct:description "The Architecture, Engineering and Construction Compliance Checking and Permitting ontology (AEC3PO), based on the statements on building compliance-related document and design codes."@en ;
    dct:modified "2025-04-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:title "AEC3PO"@en ;
    vann:preferredNamespacePrefix "aec3po" ;
    vann:preferredNamespaceUri "https://w3id.org/lbd/aec3po/" ;
    a owl:Ontology ;
    owl:imports <https://w3id.org/lbd/aec3po/check_method>, <https://w3id.org/lbd/aec3po/checking_act>, <https://w3id.org/lbd/aec3po/compliance_verification_report>, <https://w3id.org/lbd/aec3po/data_requirement>, <https://w3id.org/lbd/aec3po/design>, <https://w3id.org/lbd/aec3po/document>, <https://w3id.org/lbd/aec3po/evidence>, <https://w3id.org/lbd/aec3po/feature_of_interest>, <https://w3id.org/lbd/aec3po/legal_verifier>, <https://w3id.org/lbd/aec3po/model>, <https://w3id.org/lbd/aec3po/rase_statement>, <https://w3id.org/lbd/aec3po/statement>, <https://w3id.org/lbd/aec3po/table> ;
    skos:note "Main classes and properties in the AEC3PO ontology are aligned to higher level ontologies, such as DUL."@en .

<https://w3id.org/lbd/aec3po/amna>
    schema1:affiliation <https://www.bcu.ac.uk/> ;
    schema1:email "Amna.Dridi@bcu.ac.uk" ;
    schema1:identifier <http://orcid.org/0000-0002-0185-103X> ;
    schema1:name "Amna Dridi" ;
    schema1:url <https://www.researchgate.net/profile/Amna-Dridi-3> ;
    a schema1:Person, prov:Agent .

<https://w3id.org/lbd/aec3po/asText>
    dct:description "de facto used to link something (anything: property, statement, property design, check, cell, column, ...) to a literal string."@en ;
    dct:title "as text"@en ;
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment "de facto used to link something (anything: property, statement, property design, check, cell, column, ...) to a literal string."@en ;
    rdfs:isDefinedBy <https://w3id.org/lbd/aec3po/> ;
    rdfs:label "as text"@en ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> ;
    skos:hiddenLabel "text" .

<https://w3id.org/lbd/aec3po/edlira>
    schema1:affiliation <https://www.bcu.ac.uk/> ;
    schema1:email "edlira.vakaj@bcu.ac.uk" ;
    schema1:identifier <http://orcid.org/0000-0002-0712-0959> ;
    schema1:name "Edlira Vakaj" ;
    schema1:url <https://www.bcu.ac.uk/computing/about-us/our-staff/edlira-vakaj> ;
    a schema1:Person, prov:Agent .

<https://w3id.org/lbd/aec3po/hasValue>
    dct:description "de facto used to link something (anything: property, property design, check, cell, column, ...) to a value, expressed as a literal."@en ;
    dct:title "has value"@en ;
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:comment "de facto used to link something (anything: property, property design, check, cell, column, ...) to a value, expressed as a literal."@en ;
    rdfs:domain _:ndd21df2481c145fb80f964930f2aed6ab1 ;
    rdfs:isDefinedBy <https://w3id.org/lbd/aec3po/> ;
    rdfs:label "has value"@en ;
    skos:note "The value of the literal may be a XSD literal (boolean, integer, decimal, string), it may also use custom datatypes such as cdt:ucum"@en .

<https://w3id.org/lbd/aec3po/pan>
    schema1:affiliation <https://www.bcu.ac.uk/> ;
    schema1:email "Panagiotis.Patlakas@bcu.ac.uk" ;
    schema1:identifier <http://orcid.org/0000-0002-7248-8952> ;
    schema1:name "Panagiotis Patlakas" ;
    schema1:url <https://www.bcu.ac.uk/built-environment/about-us/our-staff/panagiotis-patlakas> ;
    a schema1:Person, prov:Agent .

<https://w3id.org/lbd/aec3po/thomas>
    schema1:affiliation <https://www.cardiff.ac.uk/> ;
    schema1:email "beachth@cardiff.ac.uk" ;
    schema1:identifier <http://orcid.org/0000-0001-5610-8027> ;
    schema1:name "Thomas Beach" ;
    schema1:url <https://profiles.cardiff.ac.uk/staff/beachth> ;
    a schema1:Person, prov:Agent .

<https://w3id.org/lbd/aec3po/vladimir>
    schema1:affiliation <https://www.ontotext.com/> ;
    schema1:email "vladimir.alexiev@ontotext.com" ;
    schema1:identifier <https://orcid.org/0000-0001-7508-7428> ;
    schema1:name "Vladimir Alexiev" ;
    schema1:url <https://www.ontotext.com/blog/author/vladimir/> ;
    a schema1:Person, prov:Agent .

<https://www.bcu.ac.uk/>
    schema1:name "Birmingham City University" ;
    schema1:url <https://www.bcu.ac.uk/> .

<https://www.cardiff.ac.uk/>
    schema1:name "Cardiff University" ;
    schema1:url <https://www.cardiff.ac.uk/> .

<https://www.mines-stetienne.fr/>
    schema1:name "MINES Saint-Étienne" ;
    schema1:url <https://mines-stetienne.fr> .

<https://www.ontotext.com/>
    schema1:name "Ontotext" ;
    schema1:url <https://www.ontotext.com/> .

_:ndd21df2481c145fb80f964930f2aed6ab1
    a rdfs:Class, owl:Class ;
    owl:unionOf (<https://w3id.org/lbd/aec3po/FeatureOfInterest>
        <https://w3id.org/lbd/aec3po/Property>
        <https://w3id.org/lbd/aec3po/CheckMethod>
    ) ;
    ns1:inDomainOf <https://w3id.org/lbd/aec3po/hasValue> .

