@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_001183>
    ns0:identifier "SIO_001183" ;
    dc:description "A statement is a proposition that is either (a) a meaningful declarative sentence that is either true or false, or (b) that which a true or false declarative sentence asserts."@en ;
    dc:identifier "SIO:001183" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "statement"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000256> ;
    owl:EquivalentClass <http://semanticscience.org/resource/statement> .

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

<http://semanticscience.org/resource/SIO_001384>
    rdfs:label "statement of consequence"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_001183> .

<http://semanticscience.org/resource/statement>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_001183> .

