@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/isoprops#> . @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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:BoundaryValue metadata_def:mappingLoom "boundaryvalueslist" ; metadata_def:mappingSameURI ns0:BoundaryValue ; metadata_def:prefLabel "Boundary values list", "Boundary values list"@de-de ; metadata:prefixIRI "isoprops:BoundaryValue" ; a owl:Class ; rdfs:comment "Paar (Liste von Grenzwert-Intervallen moeglicher Werte fuer das Merkmal, Einheit)"@de-de, "Pair (List of boundary intervals of possible values for the property, unit)" ; rdfs:label "Boundary values list", "Grenzwertliste"@de-de ; rdfs:subClassOf owl:Thing ; skos:scopeNote "PA040" ; ns0:code "PA040", "PA040"@de-de . ns0:hasBoundary rdfs:range ns0:BoundaryValue . ns0:hasBoundaryLimit rdfs:domain ns0:BoundaryValue .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/isoprops#> .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:BoundaryValue
    metadata_def:mappingLoom "boundaryvalueslist" ;
    metadata_def:mappingSameURI ns0:BoundaryValue ;
    metadata_def:prefLabel "Boundary values list", "Boundary values list"@de-de ;
    metadata:prefixIRI "isoprops:BoundaryValue" ;
    a owl:Class ;
    rdfs:comment "Paar (Liste von Grenzwert-Intervallen moeglicher Werte fuer das Merkmal, Einheit)"@de-de, "Pair  (List of boundary intervals of possible values for the property, unit)" ;
    rdfs:label "Boundary values list", "Grenzwertliste"@de-de ;
    rdfs:subClassOf owl:Thing ;
    skos:scopeNote "PA040" ;
    ns0:code "PA040", "PA040"@de-de .

ns0:hasBoundary
    rdfs:range ns0:BoundaryValue .

ns0:hasBoundaryLimit
    rdfs:domain ns0:BoundaryValue .