@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_000994>
    rdfs:label "experiment"@en .

<http://semanticscience.org/resource/SIO_001000>
    rdfs:label "clinical trial"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_001048> .

<http://semanticscience.org/resource/SIO_001048>
    ns0:identifier "SIO_001048" ;
    dc:description "An intervention study has the objective of improving the condition of an individual or a group of individuals, and demonstrates the magnitude of that capability by comparing it to a control group."@en ;
    dc:identifier "SIO:001048" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "intervention study"@en ;
    rdfs:subClassOf <http://semanticscience.org/resource/SIO_000994> ;
    owl:EquivalentClass <http://semanticscience.org/resource/intervention-study> .

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

<http://semanticscience.org/resource/intervention-study>
    owl:EquivalentClass <http://semanticscience.org/resource/SIO_001048> .

