@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://opendata.inra.fr/PO2/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:hasObservationScale rdfs:range ns0:observationScale . ns0:isObservationScaleOf rdfs:domain ns0:observationScale . ns0:observationScale metadata_def:mappingLoom "observationscale" ; metadata_def:mappingSameURI ns0:observationScale ; metadata_def:prefLabel "observation scale"@en ; metadata:prefixIRI "observationScale" ; a owl:Class ; rdfs:label "observation scale"@en ; rdfs:subClassOf obo_purl:IAO_0000009 ; skos:definition "Observations and experiments could be done on different scales. A scale is a graduated range of values forming a standard system for measuring or grading something."@en ; skos:example "In a certain experiment, one can observe a product as a whole and therefore the collected experimentation results will belong to the whole product. However, in another experiment, one can observe the same product but on a different and more precise scale. For example an observation made on a cellular scale, or on a molecular scale."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://opendata.inra.fr/PO2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:hasObservationScale
    rdfs:range ns0:observationScale .

ns0:isObservationScaleOf
    rdfs:domain ns0:observationScale .

ns0:observationScale
    metadata_def:mappingLoom "observationscale" ;
    metadata_def:mappingSameURI ns0:observationScale ;
    metadata_def:prefLabel "observation scale"@en ;
    metadata:prefixIRI "observationScale" ;
    a owl:Class ;
    rdfs:label "observation scale"@en ;
    rdfs:subClassOf obo_purl:IAO_0000009 ;
    skos:definition "Observations and experiments could be done on different scales. A scale is a graduated range of values forming a standard system for measuring or grading something."@en ;
    skos:example "In a certain experiment, one can observe a product as a whole and therefore the collected experimentation results will belong to the whole product. However, in another experiment, one can observe the same product but on a different and more precise scale. For example an observation made on a cellular scale, or on a molecular scale."@en .