@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/loin/v2/ids#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns2: <https://w3id.org/loin#> . ns2:Bounds a ns0:RestrictionType . ns2:Enumeration a ns0:RestrictionType . ns2:Length a ns0:RestrictionType . ns2:Pattern a ns0:RestrictionType . ns2:SimpleValue a ns0:RestrictionType . ns0:RestrictionType metadata_def:mappingLoom "restrictiontype" ; metadata_def:mappingSameURI ns0:RestrictionType ; metadata_def:prefLabel "Restriction type"@en ; metadata:prefixIRI "ids4loin:RestrictionType" ; a owl:Class ; rdfs:comment "Restriction type is used to specify the value of IDS facet parameter, that is defined in restriction formulation. The restriction types are based on IDS standard developed by buildingSMART International"@en ; rdfs:label "Restriction type"@en ; rdfs:subClassOf rdfs:Resource ; ns1:term_status "stable" . ns0:hasRestrictionType rdfs:range ns0:RestrictionType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/loin/v2/ids#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns2: <https://w3id.org/loin#> .

ns2:Bounds
    a ns0:RestrictionType .

ns2:Enumeration
    a ns0:RestrictionType .

ns2:Length
    a ns0:RestrictionType .

ns2:Pattern
    a ns0:RestrictionType .

ns2:SimpleValue
    a ns0:RestrictionType .

ns0:RestrictionType
    metadata_def:mappingLoom "restrictiontype" ;
    metadata_def:mappingSameURI ns0:RestrictionType ;
    metadata_def:prefLabel "Restriction type"@en ;
    metadata:prefixIRI "ids4loin:RestrictionType" ;
    a owl:Class ;
    rdfs:comment "Restriction type is used to specify the value of IDS facet parameter, that is defined in restriction formulation. The restriction types are based on IDS standard developed by buildingSMART International"@en ;
    rdfs:label "Restriction type"@en ;
    rdfs:subClassOf rdfs:Resource ;
    ns1:term_status "stable" .

ns0:hasRestrictionType
    rdfs:range ns0:RestrictionType .