@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_000825>
    rdfs:label "desire"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000848> .

<http://semanticscience.org/resource/SIO_000831>
    rdfs:label "positive emotion"@en .

<http://semanticscience.org/resource/SIO_000848>
    ns0:identifier "SIO_000848" ;
    dc:description "interest is the emotion of wanting to know or learn about something or someone."@en ;
    dc:identifier "SIO:000848" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "interest"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000831> ;
    owl:EquivalentClass <http://semanticscience.org/resource/interest> .

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

<http://semanticscience.org/resource/interest>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000848> .

