@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_001044>
    rdfs:label "viroid"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_010378> .

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

<http://semanticscience.org/resource/SIO_010378>
    ns0:identifier "SIO_010378" ;
    dc:description "A non-cellular organism is an organism that does not contain a cell."@en ;
    dc:identifier "SIO:010378" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "non-cellular organism"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_010000> ;
    owl:EquivalentClass <http://semanticscience.org/resource/non-cellular-organism> .

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

<http://semanticscience.org/resource/SIO_010379>
    rdfs:label "virus"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_010378> .

<http://semanticscience.org/resource/non-cellular-organism>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_010378> .

