@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.biointerchange.org/gfvo#> . @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:comment """An attribute denotes characteristics of an entity. At this stage, \"Quality\" is the only direct subclass of \"Attribute\", whose subclasses denote qualitative properties such as sex (\"Female\", \"Male\", \"Hermaphrodite\"), zygosity (\"Hemizygous\", \"Heterozygous\", \"Homozygous\"), etc. The object property \"has quality\" (or subproperties thereof) should be utilized to express qualities of entities. The \"hasAttribute\" object property should be used to denote relationships to \"Object\" or \"Process\" instances, unless there is a better object property suitable to represent the relationship between entities."""@en ; rdfs:label "Attribute" ; rdfs:subClassOf owl:Thing . ns0:Quality rdfs:subClassOf ns0:Attribute .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.biointerchange.org/gfvo#> .
@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:comment """An attribute denotes characteristics of an entity. At this stage, \"Quality\" is the only direct subclass of \"Attribute\", whose subclasses denote qualitative properties such as sex (\"Female\", \"Male\", \"Hermaphrodite\"), zygosity (\"Hemizygous\", \"Heterozygous\", \"Homozygous\"), etc.

The object property \"has quality\" (or subproperties thereof) should be utilized to express qualities of entities. The \"hasAttribute\" object property should be used to denote relationships to \"Object\" or \"Process\" instances, unless there is a better object property suitable to represent the relationship between entities."""@en ;
    rdfs:label "Attribute" ;
    rdfs:subClassOf owl:Thing .

ns0:Quality
    rdfs:subClassOf ns0:Attribute .