<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/nemo/gufo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://purl.org/nemo/gufo#Individual"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:label xml:lang="en">Individual</rdfs:label> <rdfs:comment xml:lang="en">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.</rdfs:comment> <owl:disjointWith rdf:resource="http://purl.org/nemo/gufo#Type"/> <metadata:prefixIRI>Individual</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://purl.org/nemo/gufo#AbstractIndividual"> <rdfs:subClassOf rdf:resource="http://purl.org/nemo/gufo#Individual"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/nemo/gufo#ConcreteIndividual"> <rdfs:subClassOf rdf:resource="http://purl.org/nemo/gufo#Individual"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/nemo/gufo#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://purl.org/nemo/gufo#Individual">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label xml:lang="en">Individual</rdfs:label>
    <rdfs:comment xml:lang="en">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.</rdfs:comment>
    <owl:disjointWith rdf:resource="http://purl.org/nemo/gufo#Type"/>
    <metadata:prefixIRI>Individual</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/nemo/gufo#AbstractIndividual">
    <rdfs:subClassOf rdf:resource="http://purl.org/nemo/gufo#Individual"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/nemo/gufo#ConcreteIndividual">
    <rdfs:subClassOf rdf:resource="http://purl.org/nemo/gufo#Individual"/>
  </rdf:Description>
</rdf:RDF>