@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://opendata.inra.fr/ms2o/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:Attribute metadata_def:mappingLoom "attribute" ; metadata_def:mappingSameURI ns0:Attribute ; metadata_def:prefLabel "Attribute" ; metadata:prefixIRI "Attribute" ; a owl:Class ; rdfs:subClassOf owl:Thing . ns0:ExperimentalCondition rdfs:subClassOf ns0:Attribute . ns0:ObservedAttribute rdfs:subClassOf ns0:Attribute . ns0:hasForAttribute rdfs:range ns0:Attribute .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://opendata.inra.fr/ms2o/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:Attribute
    metadata_def:mappingLoom "attribute" ;
    metadata_def:mappingSameURI ns0:Attribute ;
    metadata_def:prefLabel "Attribute" ;
    metadata:prefixIRI "Attribute" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .

ns0:ExperimentalCondition
    rdfs:subClassOf ns0:Attribute .

ns0:ObservedAttribute
    rdfs:subClassOf ns0:Attribute .

ns0:hasForAttribute
    rdfs:range ns0:Attribute .