@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_000256>
    rdfs:label "proposition"@en .

<http://semanticscience.org/resource/SIO_000262>
    ns0:identifier "SIO_000262" ;
    dc:description "A conclusion is a proposition which is reached after considering the evidence, arguments or premises."@en ;
    dc:identifier "SIO:000262" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "conclusion"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000256> ;
    owl:EquivalentClass <http://semanticscience.org/resource/conclusion> .

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

<http://semanticscience.org/resource/SIO_001331>
    rdfs:label "diagnosis"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000262> .

<http://semanticscience.org/resource/conclusion>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_000262> .

