@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_000403>
    rdfs:label "study group"@en .

<http://semanticscience.org/resource/SIO_001068>
    ns0:identifier "SIO_001068" ;
    dc:description "A control group is a group of individuals that are not subject to an intervention of interest, but rather serve as a baseline to compare the outcomes in the intervention group."@en ;
    dc:identifier "SIO:001068" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "control group"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000403> ;
    owl:EquivalentClass <http://semanticscience.org/resource/control-group> .

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

<http://semanticscience.org/resource/control-group>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_001068> .

