@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_000137>
    rdfs:label "category"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000326> .

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

<http://semanticscience.org/resource/SIO_000326>
    ns0:identifier "SIO_000326" ;
    dc:description "A concept is term that refers to a generalization of a set of attributes or entities."@en ;
    dc:identifier "SIO:000326" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "concept"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000275> ;
    owl:EquivalentClass <http://semanticscience.org/resource/concept> .

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

<http://semanticscience.org/resource/concept>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000326> .

