@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://semanticscience.org/resource/SIO_000077>
    rdfs:label "generic name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000116>
    ns0:identifier "SIO_000116" ;
    dc:description "A name is a label used to identify an entity."@en ;
    dc:identifier "SIO:000116" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000179> ;
    owl:EquivalentClass <http://semanticscience.org/resource/name> .

<http://semanticscience.org/resource/SIO_000116.rdf>
    dc:subject <http://semanticscience.org/resource/SIO_000116> ;
    a owl:Ontology ;
    rdfs:label "Summary document for SIO_000116" ;
    owl:imports <http://semanticscience.org/ontology/sio.owl> .

<http://semanticscience.org/resource/SIO_000117>
    rdfs:label "preferred name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000118>
    rdfs:label "common name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000119>
    rdfs:label "brand name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000120>
    rdfs:label "scientific name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000179>
    rdfs:label "label"@en .

<http://semanticscience.org/resource/SIO_000181>
    rdfs:label "first name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000182>
    rdfs:label "last name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_000183>
    rdfs:label "personal name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/SIO_001317>
    rdfs:label "middle name"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000116> .

<http://semanticscience.org/resource/name>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000116> .

