@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/nemo/gufo#> . @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/> . ns0:AbstractIndividual rdfs:subClassOf ns0:Individual . ns0:ConcreteIndividual rdfs:subClassOf ns0:Individual . ns0:Individual metadata_def:mappingLoom "individual" ; metadata_def:mappingSameURI ns0:Individual ; metadata_def:prefLabel "Individual"@en ; metadata:prefixIRI "Individual" ; a owl:Class ; rdfs:comment """An entity that (unlike a gufo:Type) cannot be instantiated. Individuals may be either concrete (e.g., the Earth, Mick Jagger, Brazil, the 1985 Mexico City Earthquake) or abstract (e.g., the number two, the proposition that 'three is a prime number'). Also known as \"particular\" in the philosophical literature."""@en ; rdfs:label "Individual"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Type .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/nemo/gufo#> .
@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/> .

ns0:AbstractIndividual
    rdfs:subClassOf ns0:Individual .

ns0:ConcreteIndividual
    rdfs:subClassOf ns0:Individual .

ns0:Individual
    metadata_def:mappingLoom "individual" ;
    metadata_def:mappingSameURI ns0:Individual ;
    metadata_def:prefLabel "Individual"@en ;
    metadata:prefixIRI "Individual" ;
    a owl:Class ;
    rdfs:comment """An entity that (unlike a gufo:Type) cannot be instantiated.

Individuals may be either concrete (e.g., the Earth, Mick Jagger, Brazil, the 1985 Mexico City Earthquake) or abstract (e.g., the number two, the proposition that 'three is a prime number').

Also known as \"particular\" in the philosophical literature."""@en ;
    rdfs:label "Individual"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Type .