@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/loin#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://w3id.org/loin/v2/ids#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . ns0:Bounds a owl:NamedIndividual, ns1:RestrictionType ; rdfs:comment "Bounds restriction specifies that the value is a number and has to fall within a range of values. It is defined by complex restriction of IDS. In this ontology, it is defined as a restriction type, which specifies the restriction formulation."@en ; rdfs:label "Bounds restriction"@en ; ns2:term_status "stable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/loin#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/loin/v2/ids#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

ns0:Bounds
    a owl:NamedIndividual, ns1:RestrictionType ;
    rdfs:comment "Bounds restriction specifies that the value is a number and has to fall within a range of values. It is defined by complex restriction of IDS. In this ontology, it is defined as a restriction type, which specifies the restriction formulation."@en ;
    rdfs:label "Bounds restriction"@en ;
    ns2:term_status "stable" .