@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/ifc/IFC4_ADD1#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://w3id.org/express#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:ACTUAL a ns0:IfcWorkScheduleTypeEnum . ns0:BASELINE a ns0:IfcWorkScheduleTypeEnum . ns0:IfcWorkScheduleTypeEnum metadata_def:mappingLoom "ifcworkscheduletypeenum" ; metadata_def:mappingSameURI ns0:IfcWorkScheduleTypeEnum ; metadata_def:prefLabel "IfcWorkScheduleTypeEnum" ; metadata:prefixIRI "ifc:IfcWorkScheduleTypeEnum" ; a owl:Class ; rdfs:subClassOf ns1:ENUMERATION . ns0:NOTDEFINED a ns0:IfcWorkScheduleTypeEnum . ns0:PLANNED a ns0:IfcWorkScheduleTypeEnum . ns0:USERDEFINED a ns0:IfcWorkScheduleTypeEnum . ns0:predefinedType_IfcWorkSchedule rdfs:range ns0:IfcWorkScheduleTypeEnum .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/ifc/IFC4_ADD1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/express#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:ACTUAL
    a ns0:IfcWorkScheduleTypeEnum .

ns0:BASELINE
    a ns0:IfcWorkScheduleTypeEnum .

ns0:IfcWorkScheduleTypeEnum
    metadata_def:mappingLoom "ifcworkscheduletypeenum" ;
    metadata_def:mappingSameURI ns0:IfcWorkScheduleTypeEnum ;
    metadata_def:prefLabel "IfcWorkScheduleTypeEnum" ;
    metadata:prefixIRI "ifc:IfcWorkScheduleTypeEnum" ;
    a owl:Class ;
    rdfs:subClassOf ns1:ENUMERATION .

ns0:NOTDEFINED
    a ns0:IfcWorkScheduleTypeEnum .

ns0:PLANNED
    a ns0:IfcWorkScheduleTypeEnum .

ns0:USERDEFINED
    a ns0:IfcWorkScheduleTypeEnum .

ns0:predefinedType_IfcWorkSchedule
    rdfs:range ns0:IfcWorkScheduleTypeEnum .