@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_000276>
    rdfs:label "emotion"@en .

<http://semanticscience.org/resource/SIO_000816>
    rdfs:label "apathy"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000847> .

<http://semanticscience.org/resource/SIO_000847>
    ns0:identifier "SIO_000847" ;
    dc:description "indifference is an emotion characterized by lack of interest, concern, or sympathy."@en ;
    dc:identifier "SIO:000847" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "indifference"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000276> ;
    owl:EquivalentClass <http://semanticscience.org/resource/indifference> .

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

<http://semanticscience.org/resource/indifference>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000847> .

