@prefix : <https://mestergruppen.no/ontologies/projectproductionmanagement/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://mestergruppen.no/ontologies/projectproductionmanagement/> .

<https://mestergruppen.no/ontologies/projectproductionmanagement/> rdf:type owl:Ontology ;
                                                                    owl:versionIRI <https://mestergruppen.no/ontologies/projectproductionmanagement/0.0.5/> ;
                                                                    owl:imports <https://w3id.org/bot-0.3.2> ,
                                                                                <https://w3id.org/digitalconstruction/0.5/Information> ,
                                                                                <https://w3id.org/digitalconstruction/0.5/Materials> ,
                                                                                <https://w3id.org/digitalconstruction/0.5/Processes> ,
                                                                                <https://w3id.org/digitalconstruction/0.5/Variables> ;
                                                                    rdfs:comment "Copyright by Mester Gruppen AS" ,
                                                                                 """PPM is an application-level ontology focusing on:
1.describing the organizational knowledge (Work package template) 
2.providing a data schema for Pilarr semantic database (data lake) that represents and links different source of information (e.g. BIM quantity information) 
3.represent multi-contextual information
4.provide vocabulary for developing rules and queries for generating/retrieving the information for Job cards to support the LPS deployment in the housing model construction.""" ;
                                                                    rdfs:isDefinedBy """Yuan Zheng
Lars-Fredrik ForBerg
Gunnar Skeie""" ;
                                                                    owl:versionInfo "0.0.5" ,
                                                                                    """This version 0.0.5 is a public version, in which detailed classification of JB,WP, and their corresponding specification (known as own knowledge from MesterGruppen) has been concealled. 
This version also updates on the new concept of ' Scope of Work', groupping the cross-trade activities towards specific object ranges.
The IRI of the ontology is also updated to be unified with the MG ontology set.""" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsJobCard
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsJobCard> rdf:type owl:ObjectProperty ;
                                                                                               rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasSubActivity> ;
                                                                                               rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                           <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ,
                                                                                                           <https://w3id.org/digitalconstruction/0.5/Processes#Project> ;
                                                                                               rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsScopeOfWork
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsScopeOfWork> rdf:type owl:ObjectProperty ;
                                                                                                   rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasSubActivity> ;
                                                                                                   rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                               <https://w3id.org/digitalconstruction/0.5/Processes#Project> ;
                                                                                                   rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsWorkPackage
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/containsWorkPackage> rdf:type owl:ObjectProperty ;
                                                                                                   rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasSubActivity> ;
                                                                                                   rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                               <https://w3id.org/digitalconstruction/0.5/Processes#Project> ;
                                                                                                   rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasBuildingElement
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasBuildingElement> rdf:type owl:ObjectProperty ;
                                                                                                  rdfs:subPropertyOf <https://w3id.org/bot#hasElement> ;
                                                                                                  rdfs:domain <https://w3id.org/bot#Zone> ;
                                                                                                  rdfs:range <https://w3id.org/bot#Element> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasBuildingElementModel
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasBuildingElementModel> rdf:type owl:ObjectProperty ;
                                                                                                       rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> ;
                                                                                                       rdfs:domain <https://w3id.org/bot#Element> ;
                                                                                                       rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasCrew
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasCrew> rdf:type owl:ObjectProperty ;
                                                                                       rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Agents#hasExecutingAgent> ;
                                                                                       rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                   <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                       rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Crew> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasElementQuantity
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasElementQuantity> rdf:type owl:ObjectProperty ;
                                                                                                  rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Variables#hasProperty> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasHouseModel
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasHouseModel> rdf:type owl:ObjectProperty ;
                                                                                             rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> ;
                                                                                             rdfs:domain <https://w3id.org/digitalconstruction/0.5/Entities#Building> ;
                                                                                             rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasJobCardSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasJobCardSpecification> rdf:type owl:ObjectProperty ;
                                                                                                       rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> ;
                                                                                                       rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ;
                                                                                                       rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialList
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialList> rdf:type owl:ObjectProperty ;
                                                                                               rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Materials#hasMaterial> ;
                                                                                               rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                           <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                           <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                               rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialList> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialListSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialListSpecification> rdf:type owl:ObjectProperty ;
                                                                                                            rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> ;
                                                                                                            rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialList> ;
                                                                                                            rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialQuantity
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasMaterialQuantity> rdf:type owl:ObjectProperty ;
                                                                                                   rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Variables#hasProperty> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuilding
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuilding> rdf:type owl:ObjectProperty ;
                                                                                                  rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasObject> ;
                                                                                                  rdfs:domain <https://w3id.org/digitalconstruction/0.5/Processes#Project> ;
                                                                                                  rdfs:range <https://w3id.org/digitalconstruction/0.5/Entities#Building> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuildingElement
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuildingElement> rdf:type owl:ObjectProperty ;
                                                                                                         rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasObject> ;
                                                                                                         rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                                     <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                                     <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                                         rdfs:range <https://w3id.org/bot#Element> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuildingElementGroup
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasRelatedBuildingElementGroup> rdf:type owl:ObjectProperty ;
                                                                                                              rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Processes#hasObject> ;
                                                                                                              rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                                          <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> ,
                                                                                                                          <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                                              rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementGroup> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasTrade
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasTrade> rdf:type owl:ObjectProperty ;
                                                                                        rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Variables#hasProperty> ;
                                                                                        rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Crew> ,
                                                                                                    <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                    <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                        rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Trade> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasWorkPackageSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/hasWorkPackageSpecification> rdf:type owl:ObjectProperty ;
                                                                                                           rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> ;
                                                                                                           rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> ;
                                                                                                           rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesBuildingElementModel
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesBuildingElementModel> rdf:type owl:ObjectProperty ;
                                                                                                            rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesModel> ;
                                                                                                            rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel> ;
                                                                                                            rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesBuildingElementModelEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesBuildingElementModelEntry> rdf:type owl:ObjectProperty ;
                                                                                                                 rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesEntry> ;
                                                                                                                 rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel> ;
                                                                                                                 rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModelEntry> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesHouseModelEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesHouseModelEntry> rdf:type owl:ObjectProperty ;
                                                                                                       rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesEntry> ;
                                                                                                       rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel> ;
                                                                                                       rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModelEntry> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesJobCardSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesJobCardSpecification> rdf:type owl:ObjectProperty ;
                                                                                                            rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesModel> ;
                                                                                                            rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification> ;
                                                                                                            rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesJobCardSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesJobCardSpecificationEntry> rdf:type owl:ObjectProperty ;
                                                                                                                 rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesEntry> ;
                                                                                                                 rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification> ;
                                                                                                                 rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecificationEntry> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesMaterialListSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesMaterialListSpecification> rdf:type owl:ObjectProperty ;
                                                                                                                 rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesModel> ;
                                                                                                                 rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification> ,
                                                                                                                             <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification> ;
                                                                                                                 rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesMaterialListSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesMaterialListSpecificationEntry> rdf:type owl:ObjectProperty ;
                                                                                                                      rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesEntry> ;
                                                                                                                      rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification> ;
                                                                                                                      rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecificationEntry> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesWorkPackageSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/includesWorkPackageSpecificationEntry> rdf:type owl:ObjectProperty ;
                                                                                                                     rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Information#includesEntry> ;
                                                                                                                     rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification> ;
                                                                                                                     rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecificationEntry> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/participates
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/participates> rdf:type owl:ObjectProperty ;
                                                                                            rdfs:subPropertyOf <https://w3id.org/digitalconstruction/0.5/Agents#isAgentIn> ;
                                                                                            rdfs:domain <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Crew> ;
                                                                                            rdfs:range <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> ,
                                                                                                       <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> .


###  https://w3id.org/bot#hasElement
<https://w3id.org/bot#hasElement> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Agents#hasExecutingAgent
<https://w3id.org/digitalconstruction/0.5/Agents#hasExecutingAgent> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Agents#isAgentIn
<https://w3id.org/digitalconstruction/0.5/Agents#isAgentIn> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Information#includesEntry
<https://w3id.org/digitalconstruction/0.5/Information#includesEntry> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Information#includesModel
<https://w3id.org/digitalconstruction/0.5/Information#includesModel> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Information#isTopicOf
<https://w3id.org/digitalconstruction/0.5/Information#isTopicOf> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Materials#hasMaterial
<https://w3id.org/digitalconstruction/0.5/Materials#hasMaterial> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Processes#hasObject
<https://w3id.org/digitalconstruction/0.5/Processes#hasObject> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Processes#hasSubActivity
<https://w3id.org/digitalconstruction/0.5/Processes#hasSubActivity> rdf:type owl:ObjectProperty .


###  https://w3id.org/digitalconstruction/0.5/Variables#hasProperty
<https://w3id.org/digitalconstruction/0.5/Variables#hasProperty> rdf:type owl:ObjectProperty .


#################################################################
#    Classes
#################################################################

###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Apartment
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Apartment> rdf:type owl:Class ;
                                                                                         rdfs:subClassOf <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Zone> ;
                                                                                         owl:disjointWith <https://w3id.org/bot#Storey> .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementGroup
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementGroup> rdf:type owl:Class ;
                                                                                                    rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Entities#Group> ;
                                                                                                    rdfs:comment "A logical grouping of building elements that are functionally or spatially related. Used as the obejct group to organize the scope of work." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel> rdf:type owl:Class ;
                                                                                                    rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#Catalog> ;
                                                                                                    <http://purl.org/dc/terms/license> "A catalog of a specific design of certain building element product type. It refers to a particular set of design features, configurations, and properties that each Building Element instance inherits from it." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModelEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModelEntry> rdf:type owl:Class ;
                                                                                                         rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> ;
                                                                                                         rdfs:comment "A specific information container holds the specification information including design, topological relationship and element quantities of the BuildingElementModel." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Crew
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Crew> rdf:type owl:Class ;
                                                                                    rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Agents#Agent> ,
                                                                                                    <https://w3id.org/digitalconstruction/0.5/Agents#Team> ;
                                                                                    rdfs:comment "A set of workers working together for specific trades." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel> rdf:type owl:Class ;
                                                                                          rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#Catalog> ;
                                                                                          rdfs:comment "House Model is a standard representation of  a type building product (design), which is a catalog of building with same set of design features, configurations, and properties." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModelEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModelEntry> rdf:type owl:Class ;
                                                                                               rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> ;
                                                                                               rdfs:comment "The information container that holds the specification information including design, topological relationship and LBS of the House Model" .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCard> rdf:type owl:Class ;
                                                                                       rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Processes#Activity> ;
                                                                                       rdfs:comment "A job card is a subset work of a work package that can be completed by a specific trade within a designated physical zone on the construction site. The maximum duration for the job card is one day. " .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification> rdf:type owl:Class ;
                                                                                                    rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#Catalog> ;
                                                                                                    rdfs:comment "A predefined template for setting job cards, specifying its setting informations such what types of activities, trades, or conditions etc." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecificationEntry> rdf:type owl:Class ;
                                                                                                         rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> ;
                                                                                                         rdfs:comment "The information container that holds the specification information including prerequisite, trade, default work rate, crew size of a JobCardSpecification" .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialList
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialList> rdf:type owl:Class ;
                                                                                            rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Entities#Group> ;
                                                                                            rdfs:comment "A compiled inventory of materials required for a specific activity, such as scope of work, work package, and job cards. Used for material allocation." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification> rdf:type owl:Class ;
                                                                                                         rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#Catalog> ;
                                                                                                         rdfs:comment "A specification template defining the logic for material list  based on the activities" .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecificationEntry> rdf:type owl:Class ;
                                                                                                              rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> ;
                                                                                                              rdfs:comment "The information container that holds the specification information of material list specifications." .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/ScopeOfWork> rdf:type owl:Class ;
                                                                                           rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Processes#Activity> ;
                                                                                           rdfs:comment """The Scope of Work is a collective/group of activity contains all detialed activities (incl. JobCards and WorkPackages) performed on a certain Object (e.g. a Building Element) or a group of Objects (Building Elements) to bring the Object to a certain state. ​
ScopeOfWork may contain multiple Zones and multiple Trades. ​
Example: “All activities related to Surfaces – Walls”, “All activities related to Surfaces – Ceiling, “All activities related to Surfaces – Floor”. “Internal demolishing – Bathroom”.​
Building elements/building element group examples: external walls, internal walls. See below.​
ScopeOfWork should be named according to the relevant group of Objects, the name can also relate to a general location or “context” (e.g.external, internal)​
ScopeOfWork may be grouped into other ScopeOfWork, for example “Surfaces”, i.e. “All activities related to Surfaces”​
It can also be all activities related to the entire project, e.g. “Refurbishment of bathroom”​
ScopeOfWork corresponds to a post or line in an offer to the ROT customer. A post has a unique identifier, which varies from project to project.​
A WorkPackage is work description aimed at the customer​
EET project example: groundwork ​
Note: ScopeOfWork is not directly aligned with NS3451, but via BuildingElement""" .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Trade
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Trade> rdf:type owl:Class .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackage> rdf:type owl:Class ;
                                                                                           rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Processes#Activity> ;
                                                                                           rdfs:comment "A work package is a clearly defined scope of work that can be completed by a specific trade within a designated physical zone on the construction site. The maximum duration for the work package is one week. " .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification> rdf:type owl:Class ;
                                                                                                        rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#Catalog> ;
                                                                                                        rdfs:comment "A catalog  for specific information for setting a WP.  " .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecificationEntry
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecificationEntry> rdf:type owl:Class ;
                                                                                                             rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> ;
                                                                                                             rdfs:comment "The information container that holds the specification information including prerequisite, trade, default work rate, maximum duration and  subcontractor information of a WorkPackageSpecification" .


###  http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Zone
<http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Zone> rdf:type owl:Class ;
                                                                                    owl:equivalentClass <https://w3id.org/bot#Zone> ,
                                                                                                        <https://w3id.org/digitalconstruction/0.5/Entities#Location> ;
                                                                                    rdfs:subClassOf <https://w3id.org/digitalconstruction/0.5/Entities#Site> .


###  https://w3id.org/bot#Element
<https://w3id.org/bot#Element> rdf:type owl:Class .


###  https://w3id.org/bot#Storey
<https://w3id.org/bot#Storey> rdf:type owl:Class ;
                              rdfs:subClassOf <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/Zone> .


###  https://w3id.org/bot#Zone
<https://w3id.org/bot#Zone> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Agents#Agent
<https://w3id.org/digitalconstruction/0.5/Agents#Agent> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Agents#Team
<https://w3id.org/digitalconstruction/0.5/Agents#Team> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Entities#Building
<https://w3id.org/digitalconstruction/0.5/Entities#Building> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Entities#Group
<https://w3id.org/digitalconstruction/0.5/Entities#Group> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Entities#Location
<https://w3id.org/digitalconstruction/0.5/Entities#Location> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Entities#Site
<https://w3id.org/digitalconstruction/0.5/Entities#Site> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Information#Catalog
<https://w3id.org/digitalconstruction/0.5/Information#Catalog> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry
<https://w3id.org/digitalconstruction/0.5/Information#CatalogEntry> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Processes#Activity
<https://w3id.org/digitalconstruction/0.5/Processes#Activity> rdf:type owl:Class .


###  https://w3id.org/digitalconstruction/0.5/Processes#Project
<https://w3id.org/digitalconstruction/0.5/Processes#Project> rdf:type owl:Class .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModel>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModel>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecification>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecification>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecification>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/BuildingElementModelEntry>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/HouseModelEntry>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/JobCardSpecificationEntry>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/MaterialListSpecificationEntry>
                <http://www.semanticweb.org/jerryzheng/ontologies/2025/2/untitled-ontology-13/WorkPackageSpecificationEntry>
              )
] .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
