@prefix : <http://w3id.org/cr#> .
@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 <http://w3id.org/cr#> .

<http://w3id.org/cr> rdf:type owl:Ontology ;
                      owl:imports <http://w3id.org/cterm> ;
                      <http://purl.org/dc/terms/bibliographicCitation> "" ;
                      <http://purl.org/dc/terms/contributor> _:genid1 ,
                                                             _:genid3 ;
                      <http://purl.org/dc/terms/created> "2024-10-12"^^xsd:date ;
                      <http://purl.org/dc/terms/creator> _:genid5 ,
                                                         _:genid7 ;
                      <http://purl.org/dc/terms/description> "The Construction Resources (CR) Ontology is based on concepts and principles of construction project management to provide a centralized definitiopn of resources that can be used as shared entities with task planning and cost estimation for providing a unified context."@en ;
                      <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                      <http://purl.org/dc/terms/modified> "2025-04-07"^^xsd:date ;
                      <http://purl.org/dc/terms/rights> "Copyright 2025 by DABC, PoliMi" ;
                      <http://purl.org/dc/terms/title> "The Construction Resources (CR) Ontology"@en ;
                      <http://purl.org/vocab/vann/preferredNamespacePrefix> "cr" ;
                      <http://purl.org/vocab/vann/preferredNamespaceUri> : ;
                      owl:versionInfo : ,
                                      "0.2" ;
                      <https://schema.org/funding> "The development of the ontology was funded through the NEST project at PoliMi." ;
                      <https://schema.org/schema:codeRepository> <https://github.com/cpm-ont-network/resource> .

_:genid1 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:claudio.mirarchi@polimi.it> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-9288-8662> ;
          <https://schema.org/memberOf> _:genid2 ;
          <https://schema.org/name> "Mirarchi, Claudio" .

_:genid3 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:katharina.sigalov@rub.de> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-3070-0759> ;
          <https://schema.org/memberOf> _:genid4 ;
          <https://schema.org/name> "Sigalov, Katharina" .

_:genid5 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:jacopo.cassandro@polimi.it> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-1487-8178> ;
          <https://schema.org/memberOf> _:genid6 ;
          <https://schema.org/name> "Cassandro, Jacopo" .

_:genid7 rdf:type <https://schema.org/Person> ;
          <https://schema.org/email> <mailto:philipp.hagedorn-n6v@rub.de> ;
          <https://schema.org/identifier> <https://orcid.org/0000-0002-6249-243X> ;
          <https://schema.org/memberOf> _:genid8 ,
                                        [ <https://schema.org/name> "Politecnico di Milano"
                                        ] ;
          <https://schema.org/name> "Hagedorn, Philipp" .

_:genid2 <https://schema.org/identifier> <https://www.dabc.polimi.it/persona/claudio-mirarchi/> ;
          <https://schema.org/name> "Politecnico di Milano, Dipartimento ABC" .

_:genid4 <https://schema.org/identifier> <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/katharina_sigalov.html.en> ;
          <https://schema.org/name> "Ruhr University Bochum" .

_:genid6 <https://schema.org/identifier> <https://www.dabc.polimi.it/persona/jacopo-cassandro/> ;
          <https://schema.org/name> "Politecnico di Milano" .

_:genid8 <https://schema.org/identifier> <https://www.inf.bi.ruhr-uni-bochum.de/iib/lehrstuhl/mitarbeiter/philipp_hagedorn.html.en> ;
          <https://schema.org/name> "Ruhr University Bochum, Computing in Engineering" .

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

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


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


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


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


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


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


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


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


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


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  https://schema.org/email
<https://schema.org/email> rdf:type owl:AnnotationProperty .


###  https://schema.org/funding
<https://schema.org/funding> rdf:type owl:AnnotationProperty .


###  https://schema.org/identifier
<https://schema.org/identifier> rdf:type owl:AnnotationProperty .


###  https://schema.org/memberOf
<https://schema.org/memberOf> rdf:type owl:AnnotationProperty .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:AnnotationProperty .


###  https://schema.org/schema:codeRepository
<https://schema.org/schema:codeRepository> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


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

###  https://w3id.org/cr#consumptionOf
<https://w3id.org/cr#consumptionOf> rdf:type owl:ObjectProperty ;
                                    owl:inverseOf <https://w3id.org/cr#hasConsumption> ;
                                    rdfs:domain <https://w3id.org/cr#Consumption> ;
                                    rdfs:range [ rdf:type owl:Class ;
                                                 owl:unionOf ( <https://w3id.org/cr#EquipmentResource>
                                                               <https://w3id.org/cr#MaterialResource>
                                                             )
                                               ] ;
                                    rdfs:label "consumptionOf" .


###  https://w3id.org/cr#hasAssignment
<https://w3id.org/cr#hasAssignment> rdf:type owl:ObjectProperty ;
                                    owl:inverseOf <https://w3id.org/cr#isAssignmentOf> ;
                                    rdfs:domain <https://w3id.org/cr#AssignmentSet> ;
                                    rdfs:range <https://w3id.org/cr#Assignment> ;
                                    rdfs:label "has assignment" .


###  https://w3id.org/cr#hasConsumption
<https://w3id.org/cr#hasConsumption> rdf:type owl:ObjectProperty ;
                                     rdfs:domain [ rdf:type owl:Class ;
                                                   owl:unionOf ( <https://w3id.org/cr#EquipmentResource>
                                                                 <https://w3id.org/cr#MaterialResource>
                                                               )
                                                 ] ;
                                     rdfs:range <https://w3id.org/cr#Consumption> ;
                                     rdfs:label "hasConsumption" .


###  https://w3id.org/cr#hasLagDuration
<https://w3id.org/cr#hasLagDuration> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <https://w3id.org/cr#LagPrecondition> .


###  https://w3id.org/cr#hasLagStart
<https://w3id.org/cr#hasLagStart> rdf:type owl:ObjectProperty ;
                                  rdfs:domain <https://w3id.org/cr#LagPrecondition> .


###  https://w3id.org/cr#hasLagUnit
<https://w3id.org/cr#hasLagUnit> rdf:type owl:ObjectProperty ;
                                 rdfs:domain <https://w3id.org/cr#LagPrecondition> ;
                                 rdfs:range <http://qudt.org/schema/qudt/Unit> ;
                                 rdfs:label "hasLagUnit" .


###  https://w3id.org/cr#hasSubResource
<https://w3id.org/cr#hasSubResource> rdf:type owl:ObjectProperty ;
                                     owl:inverseOf <https://w3id.org/cr#subRecourceOf> ;
                                     rdf:type owl:TransitiveProperty ;
                                     rdfs:domain <https://w3id.org/cr#Resource> ;
                                     rdfs:range <https://w3id.org/cr#Resource> ;
                                     rdfs:label "hasSubResource" .


###  https://w3id.org/cr#hasUnit
<https://w3id.org/cr#hasUnit> rdf:type owl:ObjectProperty ;
                              rdfs:domain [ rdf:type owl:Class ;
                                            owl:unionOf ( <https://w3id.org/cr#Consumption>
                                                          <https://w3id.org/cr#Resource>
                                                          <https://w3id.org/cterm#Parameter>
                                                        )
                                          ] ;
                              rdfs:range <http://qudt.org/schema/qudt/Unit> ;
                              rdfs:label "hasUnit" .


###  https://w3id.org/cr#isAssignmentOf
<https://w3id.org/cr#isAssignmentOf> rdf:type owl:ObjectProperty ;
                                     rdfs:domain <https://w3id.org/cr#Assignment> ;
                                     rdfs:range <https://w3id.org/cr#AssignmentSet> ;
                                     rdfs:label "is assignment Of" .


###  https://w3id.org/cr#ref
<https://w3id.org/cr#ref> rdf:type owl:ObjectProperty ;
                          rdfs:domain <https://w3id.org/cr#Assignment> ;
                          rdfs:range rdfs:Resource ;
                          rdfs:label "ref" .


###  https://w3id.org/cr#refCostItem
<https://w3id.org/cr#refCostItem> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/cr#ref> ;
                                  rdfs:domain [ rdf:type owl:Class ;
                                                owl:unionOf ( <https://w3id.org/cr#CostItemToGeometryAssignment>
                                                              <https://w3id.org/cr#ResourceToCostItemAssignment>
                                                            )
                                              ] ;
                                  rdfs:range <https://w3id.org/ci#ProductionResult> ;
                                  rdfs:label "ref cost item" .


###  https://w3id.org/cr#refGeometry
<https://w3id.org/cr#refGeometry> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/cr#ref> ;
                                  rdfs:domain [ rdf:type owl:Class ;
                                                owl:unionOf ( <https://w3id.org/cr#CostItemToGeometryAssignment>
                                                              <https://w3id.org/cr#TaskToGeometryAssignment>
                                                            )
                                              ] ;
                                  rdfs:range <http://ifcowl.openbimstandards.org/IFC4_ADD2#IfcProduct> ;
                                  rdfs:label "ref geometry" .


###  https://w3id.org/cr#refResource
<https://w3id.org/cr#refResource> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/cr#ref> ;
                                  rdfs:domain [ rdf:type owl:Class ;
                                                owl:unionOf ( <https://w3id.org/cr#ResourceToCostItemAssignment>
                                                              <https://w3id.org/cr#ResourceToTaskAssignment>
                                                            )
                                              ] ;
                                  rdfs:range <https://w3id.org/cr#Resource> ;
                                  rdfs:label "ref resource" .


###  https://w3id.org/cr#refTask
<https://w3id.org/cr#refTask> rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf <https://w3id.org/cr#ref> ;
                              rdfs:domain [ rdf:type owl:Class ;
                                            owl:unionOf ( <https://w3id.org/cr#ResourceToTaskAssignment>
                                                          <https://w3id.org/cr#TaskToGeometryAssignment>
                                                        )
                                          ] ;
                              rdfs:range <https://dtc-ontology.cms.ed.tum.de/ontology#Task> ;
                              rdfs:label "ref task" .


###  https://w3id.org/cr#subRecourceOf
<https://w3id.org/cr#subRecourceOf> rdf:type owl:ObjectProperty ,
                                             owl:TransitiveProperty ;
                                    rdfs:domain <https://w3id.org/cr#Resource> ;
                                    rdfs:range <https://w3id.org/cr#Resource> ;
                                    rdfs:label "subRecourceOf" .


###  https://w3id.org/cterm#hasAspect
<https://w3id.org/cterm#hasAspect> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasCategory
<https://w3id.org/cterm#hasCategory> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasDimensionParameter
<https://w3id.org/cterm#hasDimensionParameter> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasFamily
<https://w3id.org/cterm#hasFamily> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasFinishing
<https://w3id.org/cterm#hasFinishing> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasFunction
<https://w3id.org/cterm#hasFunction> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasFurnishing
<https://w3id.org/cterm#hasFurnishing> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasMaterial
<https://w3id.org/cterm#hasMaterial> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasObject
<https://w3id.org/cterm#hasObject> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasObjectStandard
<https://w3id.org/cterm#hasObjectStandard> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasOtherStandard
<https://w3id.org/cterm#hasOtherStandard> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasPerformanceParameter
<https://w3id.org/cterm#hasPerformanceParameter> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasPhysicalParameter
<https://w3id.org/cterm#hasPhysicalParameter> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasQualificationLevel
<https://w3id.org/cterm#hasQualificationLevel> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasType
<https://w3id.org/cterm#hasType> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#hasUse
<https://w3id.org/cterm#hasUse> rdf:type owl:ObjectProperty .


###  https://w3id.org/cterm#parameterType
<https://w3id.org/cterm#parameterType> rdf:type owl:ObjectProperty .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/cr#accessory
<https://w3id.org/cr#accessory> rdf:type owl:DatatypeProperty ;
                                rdfs:domain <https://w3id.org/cr#EquipmentResource> ;
                                rdfs:range xsd:boolean ;
                                rdfs:label "accessory" .


###  https://w3id.org/cr#cam
<https://w3id.org/cr#cam> rdf:type owl:DatatypeProperty ;
                          rdfs:domain [ rdf:type owl:Class ;
                                        owl:unionOf ( <https://w3id.org/cr#EquipmentResource>
                                                      <https://w3id.org/cr#MaterialResource>
                                                    )
                                      ] ;
                          rdfs:range xsd:boolean ;
                          rdfs:label "cam" .


###  https://w3id.org/cr#code
<https://w3id.org/cr#code> rdf:type owl:DatatypeProperty ;
                           rdfs:domain <https://w3id.org/cr#Resource> ;
                           rdfs:range xsd:string ;
                           rdfs:label "code" .


###  https://w3id.org/cr#descriptionDetail
<https://w3id.org/cr#descriptionDetail> rdf:type owl:DatatypeProperty ;
                                        rdfs:domain <https://w3id.org/cr#Resource> ;
                                        rdfs:range xsd:string ;
                                        rdfs:label "descriptionDetail" .


###  https://w3id.org/cr#descriptionGeneral
<https://w3id.org/cr#descriptionGeneral> rdf:type owl:DatatypeProperty ;
                                         rdfs:domain <https://w3id.org/cr#Resource> ;
                                         rdfs:range xsd:string ;
                                         rdfs:label "descriptionGeneral" .


###  https://w3id.org/cr#excluded
<https://w3id.org/cr#excluded> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/cr#Resource> ;
                               rdfs:range xsd:string ;
                               rdfs:label "excluded" .


###  https://w3id.org/cr#hasLagDuration
<https://w3id.org/cr#hasLagDuration> rdf:type owl:DatatypeProperty ;
                                     rdfs:range xsd:integer .


###  https://w3id.org/cr#hasLagStart
<https://w3id.org/cr#hasLagStart> rdf:type owl:DatatypeProperty ;
                                  rdfs:range xsd:dateTime .


###  https://w3id.org/cr#included
<https://w3id.org/cr#included> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/cr#Resource> ;
                               rdfs:range xsd:string ;
                               rdfs:label "included" .


###  https://w3id.org/cr#keywords
<https://w3id.org/cr#keywords> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/cr#Resource> ;
                               rdfs:range xsd:string ;
                               rdfs:label "keywords" .


###  https://w3id.org/cr#law
<https://w3id.org/cr#law> rdf:type owl:DatatypeProperty ;
                          rdfs:domain <https://w3id.org/cr#Resource> ;
                          rdfs:range xsd:string ;
                          rdfs:label "law" .


###  https://w3id.org/cr#measurementRules
<https://w3id.org/cr#measurementRules> rdf:type owl:DatatypeProperty ;
                                       rdfs:domain <https://w3id.org/cr#Resource> ;
                                       rdfs:range xsd:string ;
                                       rdfs:label "measurement rules" .


###  https://w3id.org/cr#minimunLevelLabourResource
<https://w3id.org/cr#minimunLevelLabourResource> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/cr#EquipmentResource> ;
                                                 rdfs:range xsd:string ;
                                                 rdfs:label "minimunLevelLabourResource" .


###  https://w3id.org/cr#quantityUnitOfMeasure
<https://w3id.org/cr#quantityUnitOfMeasure> rdf:type owl:DatatypeProperty ;
                                            rdfs:domain <https://w3id.org/cr#Resource> ;
                                            rdfs:range xsd:integer ;
                                            rdfs:label "quantityUnitOfMeasure" .


###  https://w3id.org/cr#refParamFormula
<https://w3id.org/cr#refParamFormula> rdf:type owl:DatatypeProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/cr#refParameter> ;
                                      rdfs:domain <https://w3id.org/cr#CostItemToGeometryAssignment> ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "ref param formula" .


###  https://w3id.org/cr#refParamQuantity
<https://w3id.org/cr#refParamQuantity> rdf:type owl:DatatypeProperty ;
                                       rdfs:subPropertyOf <https://w3id.org/cr#refParameter> ;
                                       rdfs:domain <https://w3id.org/cr#CostItemToGeometryAssignment> ;
                                       rdfs:range xsd:decimal ;
                                       rdfs:comment "The quantity calculated from the geometrical element that is applied to the cost item and its unitary price." ;
                                       rdfs:label "quantity" .


###  https://w3id.org/cr#refParamUtilizationFactor
<https://w3id.org/cr#refParamUtilizationFactor> rdf:type owl:DatatypeProperty ;
                                                rdfs:subPropertyOf <https://w3id.org/cr#refParameter> ;
                                                rdfs:domain <https://w3id.org/cr#ResourceToCostItemAssignment> ;
                                                rdfs:range xsd:decimal ;
                                                rdfs:comment "The utilization factor of a resource that is applied in a cost item." ;
                                                rdfs:label "utilization factor" .


###  https://w3id.org/cr#refParamUtilizationRate
<https://w3id.org/cr#refParamUtilizationRate> rdf:type owl:DatatypeProperty ;
                                              rdfs:subPropertyOf <https://w3id.org/cr#refParameter> ;
                                              rdfs:domain <https://w3id.org/cr#ResourceToTaskAssignment> ;
                                              rdfs:range xsd:decimal ;
                                              rdfs:comment "The utilization rate of a (equipment) resource that is applied in a task." ;
                                              rdfs:label "utilization rate" .


###  https://w3id.org/cr#refParameter
<https://w3id.org/cr#refParameter> rdf:type owl:DatatypeProperty ;
                                   rdfs:domain <https://w3id.org/cr#Assignment> ;
                                   rdfs:label "ref parameter" .


###  https://w3id.org/cr#rent
<https://w3id.org/cr#rent> rdf:type owl:DatatypeProperty ;
                           rdfs:domain <https://w3id.org/cr#EquipmentResource> ;
                           rdfs:range xsd:boolean ;
                           rdfs:label "rent" .


###  https://w3id.org/cr#techSpecs
<https://w3id.org/cr#techSpecs> rdf:type owl:DatatypeProperty ;
                                rdfs:domain <https://w3id.org/cr#Resource> ;
                                rdfs:range xsd:string ;
                                rdfs:label "tech specs" .


###  https://w3id.org/cr#unitPrice
<https://w3id.org/cr#unitPrice> rdf:type owl:DatatypeProperty ;
                                rdfs:domain <https://w3id.org/cr#Resource> ;
                                rdfs:range xsd:decimal ;
                                rdfs:label "unit price" .


###  https://w3id.org/cr#yield
<https://w3id.org/cr#yield> rdf:type owl:DatatypeProperty ;
                            rdfs:domain [ rdf:type owl:Class ;
                                          owl:unionOf ( <https://w3id.org/cr#EquipmentResource>
                                                        <https://w3id.org/cr#MaterialResource>
                                                      )
                                        ] ;
                            rdfs:range xsd:string ;
                            rdfs:label "yield" .


###  https://w3id.org/cterm#parameterSymbol1
<https://w3id.org/cterm#parameterSymbol1> rdf:type owl:DatatypeProperty .


###  https://w3id.org/cterm#parameterSymbol2
<https://w3id.org/cterm#parameterSymbol2> rdf:type owl:DatatypeProperty .


###  https://w3id.org/cterm#parameterValue1
<https://w3id.org/cterm#parameterValue1> rdf:type owl:DatatypeProperty .


###  https://w3id.org/cterm#parameterValue2
<https://w3id.org/cterm#parameterValue2> rdf:type owl:DatatypeProperty .


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

###  http://ifcowl.openbimstandards.org/IFC4_ADD2#IfcProduct
<http://ifcowl.openbimstandards.org/IFC4_ADD2#IfcProduct> rdf:type owl:Class .


###  http://qudt.org/schema/qudt/Unit
<http://qudt.org/schema/qudt/Unit> rdf:type owl:Class .


###  http://www.w3.org/2000/01/rdf-schema#Resource
rdfs:Resource rdf:type owl:Class .


###  https://dtc-ontology.cms.ed.tum.de/ontology#Resource
<https://dtc-ontology.cms.ed.tum.de/ontology#Resource> rdf:type owl:Class ;
                                                       owl:equivalentClass <https://w3id.org/cr#Resource> .


###  https://dtc-ontology.cms.ed.tum.de/ontology#ResourceAssignment
<https://dtc-ontology.cms.ed.tum.de/ontology#ResourceAssignment> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://w3id.org/cr#ResourceToTaskAssignment> .


###  https://dtc-ontology.cms.ed.tum.de/ontology#Task
<https://dtc-ontology.cms.ed.tum.de/ontology#Task> rdf:type owl:Class .


###  https://dtc-ontology.cms.ed.tum.de/ontology/Precondition
<https://dtc-ontology.cms.ed.tum.de/ontology/Precondition> rdf:type owl:Class .


###  https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedEquipment
<https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedEquipment> rdf:type owl:Class ;
                                                                              owl:equivalentClass <https://w3id.org/cr#EquipmentResource> .


###  https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedMaterial
<https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedMaterial> rdf:type owl:Class ;
                                                                             owl:equivalentClass <https://w3id.org/cr#MaterialResource> .


###  https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedWorker
<https://dtc-ontology.cms.ed.tum.de/ontology/index.html#AsPerformedWorker> rdf:type owl:Class ;
                                                                           owl:equivalentClass <https://w3id.org/cr#LabourResource> .


###  https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class .


###  https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2/OW#IfcProduct
<https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2/OW#IfcProduct> rdf:type owl:Class .


###  https://w3id.org/ci#CostItem
<https://w3id.org/ci#CostItem> rdf:type owl:Class .


###  https://w3id.org/ci#ProductionResult
<https://w3id.org/ci#ProductionResult> rdf:type owl:Class .


###  https://w3id.org/cr#Assignment
<https://w3id.org/cr#Assignment> rdf:type owl:Class ;
                                 rdfs:subClassOf owl:Thing ,
                                                 [ rdf:type owl:Restriction ;
                                                   owl:onProperty <https://w3id.org/cr#isAssignmentOf> ;
                                                   owl:someValuesFrom <https://w3id.org/cr#AssignmentSet>
                                                 ] ;
                                 rdfs:label "Assignment"@en ,
                                            "Relazione"@it ,
                                            "Zuweisung"@de .


###  https://w3id.org/cr#AssignmentSet
<https://w3id.org/cr#AssignmentSet> rdf:type owl:Class ;
                                    rdfs:subClassOf owl:Thing ,
                                                    [ rdf:type owl:Restriction ;
                                                      owl:onProperty <https://w3id.org/cr#hasAssignment> ;
                                                      owl:someValuesFrom <https://w3id.org/cr#Assignment>
                                                    ] ;
                                    rdfs:label "Assignment set" .


###  https://w3id.org/cr#Consumption
<https://w3id.org/cr#Consumption> rdf:type owl:Class ;
                                  rdfs:subClassOf owl:Thing ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#parameterType> ;
                                                    owl:allValuesFrom <https://w3id.org/cterm#ParameterType>
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cr#hasUnit> ;
                                                    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                    owl:onClass <http://qudt.org/schema/qudt/Unit>
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#parameterSymbol1> ;
                                                    owl:allValuesFrom xsd:string
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#parameterSymbol2> ;
                                                    owl:allValuesFrom xsd:string
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#parameterValue1> ;
                                                    owl:allValuesFrom xsd:integer
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty <https://w3id.org/cterm#parameterValue2> ;
                                                    owl:allValuesFrom xsd:integer
                                                  ] ;
                                  rdfs:label "Consumo"@it ,
                                             "Consumption"@en ,
                                             "Verbrauch"@de .


###  https://w3id.org/cr#CostItemToGeometryAssignment
<https://w3id.org/cr#CostItemToGeometryAssignment> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/cr#Assignment> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refCostItem> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onClass <https://w3id.org/ci#CostItem>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refGeometry> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onClass <https://standards.buildingsmart.org/IFC/DEV/IFC4/ADD2/OW#IfcProduct>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refParamFormula> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onDataRange xsd:string
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refParamQuantity> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onDataRange xsd:float
                                                                   ] ;
                                                   owl:disjointWith <https://w3id.org/cr#ResourceToCostItemAssignment> ,
                                                                    <https://w3id.org/cr#ResourceToTaskAssignment> ,
                                                                    <https://w3id.org/cr#TaskToCostItemAssignment> ,
                                                                    <https://w3id.org/cr#TaskToGeometryAssignment> ;
                                                   rdfs:label "Cost item to geometry assignment"@en ,
                                                              "Relazione tra costo e geometria"@it ,
                                                              "Zuordnung von Kostenbestandteilen zu Geometrieobjekten"@de .


###  https://w3id.org/cr#EquipmentResource
<https://w3id.org/cr#EquipmentResource> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/cr#Resource> ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasAspect> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#AspectOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasDimensionParameter> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#DimensionParameter>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasFunction> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#FunctionOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasOtherStandard> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#Standard>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasPerformanceParameter> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#PerformanceParameter>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasPhysicalParameter> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#PhysicalParameter>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasUse> ;
                                                          owl:someValuesFrom <https://w3id.org/cterm#Use>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasCategory> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#CategoryOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasFamily> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#FamilyOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasMaterial> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#Material>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasObject> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#ObjectOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasObjectStandard> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#Standard>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cterm#hasType> ;
                                                          owl:allValuesFrom <https://w3id.org/cterm#TypeOfEquipment>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cr#accessory> ;
                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                          owl:onDataRange xsd:boolean
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cr#rent> ;
                                                          owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                          owl:onDataRange xsd:boolean
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty <https://w3id.org/cr#minimunLevelLabourResource> ;
                                                          owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                          owl:onDataRange xsd:string
                                                        ] ;
                                        owl:disjointWith <https://w3id.org/cr#LabourResource> ,
                                                         <https://w3id.org/cr#MaterialResource> ;
                                        rdfs:isDefinedBy <https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifcconstructionmgmtdomain/lexical/ifcconstructionequipmentresource.htm> ;
                                        rdfs:label "Equipment resource"@en ,
                                                   "Geräteressource"@de ,
                                                   "Risorsa strumentale"@it .


###  https://w3id.org/cr#LabourResource
<https://w3id.org/cr#LabourResource> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/cr#Resource> ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/cterm#hasCategory> ;
                                                       owl:allValuesFrom <https://w3id.org/cterm#CategoryOfLabour>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/cterm#hasFamily> ;
                                                       owl:allValuesFrom <https://w3id.org/cterm#FamilyOfLabour>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/cterm#hasObject> ;
                                                       owl:allValuesFrom <https://w3id.org/cterm#ObjectOfLabour>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/cterm#hasQualificationLevel> ;
                                                       owl:allValuesFrom <https://w3id.org/cterm#QualificationLevel>
                                                     ] ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/cterm#hasType> ;
                                                       owl:allValuesFrom <https://w3id.org/cterm#TypeOfLabour>
                                                     ] ;
                                     owl:disjointWith <https://w3id.org/cr#MaterialResource> ;
                                     rdfs:isDefinedBy <https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifcconstructionmgmtdomain/lexical/ifclaborresource.htm> ;
                                     rdfs:label "Arbeitsressourcen"@de ,
                                                "Labour resource"@en ,
                                                "Risorsa umana"@it .


###  https://w3id.org/cr#LagPrecondition
<https://w3id.org/cr#LagPrecondition> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://dtc-ontology.cms.ed.tum.de/ontology/Precondition> ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <https://w3id.org/cr#hasLagUnit> ;
                                                        owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                        owl:onClass <http://qudt.org/schema/qudt/Unit>
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <https://w3id.org/cr#hasLagDuration> ;
                                                        owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                        owl:onDataRange xsd:integer
                                                      ] ,
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty <https://w3id.org/cr#hasLagStart> ;
                                                        owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                        owl:onDataRange xsd:dateTime
                                                      ] ;
                                      rdfs:comment "A subtype of the DTC Precondition providing information of the lag that needs to be completed before starting a next activity." ;
                                      rdfs:label "Lag Precondition" .


###  https://w3id.org/cr#MaterialResource
<https://w3id.org/cr#MaterialResource> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/cr#Resource> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasAspect> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#AspectOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasDimensionParameter> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#DimensionParameter>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasFinishing> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#Finishing>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasFunction> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#FunctionOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasFurnishing> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#Furnishing>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasOtherStandard> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#Standard>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasPerformanceParameter> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#PerformanceParameter>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasPhysicalParameter> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#PhysicalParameter>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasUse> ;
                                                         owl:someValuesFrom <https://w3id.org/cterm#Use>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasCategory> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#CategoryOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasFamily> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#FamilyOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasMaterial> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#Material>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasObject> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#ObjectOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasObjectStandard> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#Standard>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cterm#hasType> ;
                                                         owl:allValuesFrom <https://w3id.org/cterm#TypeOfMaterial>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/cr#cam> ;
                                                         owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                         owl:onDataRange xsd:boolean
                                                       ] ;
                                       rdfs:isDefinedBy <https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifcconstructionmgmtdomain/lexical/ifcconstructionmaterialresource.htm> ;
                                       rdfs:label "Material resource"@en ,
                                                  "Materielle Ressource"@de ,
                                                  "Risorsa materiale"@it .


###  https://w3id.org/cr#Resource
<https://w3id.org/cr#Resource> rdf:type owl:Class ;
                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#hasUnit> ;
                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onClass <http://qudt.org/schema/qudt/Unit>
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#keywords> ;
                                                 owl:someValuesFrom xsd:string
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#law> ;
                                                 owl:someValuesFrom xsd:string
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#code> ;
                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onDataRange xsd:string
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#descriptionGeneral> ;
                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onDataRange xsd:string
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#quantityUnitOfMeasure> ;
                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onDataRange xsd:integer
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#unitPrice> ;
                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onDataRange xsd:decimal
                                               ] ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty <https://w3id.org/cr#descriptionDetail> ;
                                                 owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                 owl:onDataRange xsd:string
                                               ] ;
                               rdfs:comment "This class is used for providing information about a construction resource." ;
                               rdfs:isDefinedBy <https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifckernel/lexical/ifcresource.htm> ;
                               rdfs:label "Resource"@en ,
                                          "Ressource"@de ,
                                          "Risorsa"@it .


###  https://w3id.org/cr#ResourceToCostItemAssignment
<https://w3id.org/cr#ResourceToCostItemAssignment> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/cr#Assignment> ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refCostItem> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onClass <https://w3id.org/ci#CostItem>
                                                                   ] ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty <https://w3id.org/cr#refResource> ;
                                                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                     owl:onClass <https://w3id.org/cr#Resource>
                                                                   ] ;
                                                   owl:disjointWith <https://w3id.org/cr#ResourceToTaskAssignment> ,
                                                                    <https://w3id.org/cr#TaskToCostItemAssignment> ,
                                                                    <https://w3id.org/cr#TaskToGeometryAssignment> ;
                                                   rdfs:label "Relazione tra risorsa e costo"@it ,
                                                              "Resource to cost item assignment"@en ,
                                                              "Zuordnung von Ressourcen zu Kostenbestandteilen"@de .


###  https://w3id.org/cr#ResourceToTaskAssignment
<https://w3id.org/cr#ResourceToTaskAssignment> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cr#Assignment> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refResource> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <https://w3id.org/cr#Resource>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refTask> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <https://dtc-ontology.cms.ed.tum.de/ontology#Task>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refParamUtilizationRate> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onDataRange xsd:decimal
                                                               ] ;
                                               owl:disjointWith <https://w3id.org/cr#TaskToCostItemAssignment> ,
                                                                <https://w3id.org/cr#TaskToGeometryAssignment> ;
                                               rdfs:isDefinedBy <https://dtc-ontology.cms.ed.tum.de/ontology#ResourceAssignment> ;
                                               rdfs:label "Relazione tra risorsa e attività"@it ,
                                                          "Resource to task assignment"@en ,
                                                          "Zuordnung von Ressourcen zu Vorgängen"@de .


###  https://w3id.org/cr#TaskToCostItemAssignment
<https://w3id.org/cr#TaskToCostItemAssignment> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cr#Assignment> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refCostItem> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <https://w3id.org/ci#CostItem>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refTask> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <https://dtc-ontology.cms.ed.tum.de/ontology#Task>
                                                               ] ;
                                               owl:disjointWith <https://w3id.org/cr#TaskToGeometryAssignment> ;
                                               rdfs:label "Relazione tra attività e costo"@it ,
                                                          "Task to cost item assignment"@en ,
                                                          "Zuordnung von Vorgängen zu Kostenbestandteilen"@de .


###  https://w3id.org/cr#TaskToGeometryAssignment
<https://w3id.org/cr#TaskToGeometryAssignment> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/cr#Assignment> ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refGeometry> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <http://ifcowl.openbimstandards.org/IFC4_ADD2#IfcProduct>
                                                               ] ,
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty <https://w3id.org/cr#refTask> ;
                                                                 owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                 owl:onClass <https://dtc-ontology.cms.ed.tum.de/ontology#Task>
                                                               ] ;
                                               rdfs:label "Relazione tra attività e geometria"@it ,
                                                          "Task to geometry assignment"@en ,
                                                          "Zuordnung von Vorgängen zu Geometrieobjekten"@de .


###  https://w3id.org/cterm#AspectOfEquipment
<https://w3id.org/cterm#AspectOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#AspectOfMaterial
<https://w3id.org/cterm#AspectOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#CategoryOfEquipment
<https://w3id.org/cterm#CategoryOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#CategoryOfLabour
<https://w3id.org/cterm#CategoryOfLabour> rdf:type owl:Class .


###  https://w3id.org/cterm#CategoryOfMaterial
<https://w3id.org/cterm#CategoryOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#DimensionParameter
<https://w3id.org/cterm#DimensionParameter> rdf:type owl:Class .


###  https://w3id.org/cterm#FamilyOfEquipment
<https://w3id.org/cterm#FamilyOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#FamilyOfLabour
<https://w3id.org/cterm#FamilyOfLabour> rdf:type owl:Class .


###  https://w3id.org/cterm#FamilyOfMaterial
<https://w3id.org/cterm#FamilyOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#Finishing
<https://w3id.org/cterm#Finishing> rdf:type owl:Class .


###  https://w3id.org/cterm#FunctionOfEquipment
<https://w3id.org/cterm#FunctionOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#FunctionOfMaterial
<https://w3id.org/cterm#FunctionOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#Furnishing
<https://w3id.org/cterm#Furnishing> rdf:type owl:Class .


###  https://w3id.org/cterm#Material
<https://w3id.org/cterm#Material> rdf:type owl:Class .


###  https://w3id.org/cterm#ObjectOfEquipment
<https://w3id.org/cterm#ObjectOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#ObjectOfLabour
<https://w3id.org/cterm#ObjectOfLabour> rdf:type owl:Class .


###  https://w3id.org/cterm#ObjectOfMaterial
<https://w3id.org/cterm#ObjectOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#Parameter
<https://w3id.org/cterm#Parameter> rdf:type owl:Class .


###  https://w3id.org/cterm#ParameterType
<https://w3id.org/cterm#ParameterType> rdf:type owl:Class .


###  https://w3id.org/cterm#PerformanceParameter
<https://w3id.org/cterm#PerformanceParameter> rdf:type owl:Class .


###  https://w3id.org/cterm#PhysicalParameter
<https://w3id.org/cterm#PhysicalParameter> rdf:type owl:Class .


###  https://w3id.org/cterm#QualificationLevel
<https://w3id.org/cterm#QualificationLevel> rdf:type owl:Class .


###  https://w3id.org/cterm#Standard
<https://w3id.org/cterm#Standard> rdf:type owl:Class .


###  https://w3id.org/cterm#TypeOfEquipment
<https://w3id.org/cterm#TypeOfEquipment> rdf:type owl:Class .


###  https://w3id.org/cterm#TypeOfLabour
<https://w3id.org/cterm#TypeOfLabour> rdf:type owl:Class .


###  https://w3id.org/cterm#TypeOfMaterial
<https://w3id.org/cterm#TypeOfMaterial> rdf:type owl:Class .


###  https://w3id.org/cterm#Use
<https://w3id.org/cterm#Use> rdf:type owl:Class .


#################################################################
#    Annotations
#################################################################

<https://w3id.org/cr#hasLagDuration> rdfs:label "hasLagDuration" .


<https://w3id.org/cr#hasLagStart> rdfs:label "hasLagStart" .


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