@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ppeo/PPEO.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:hasLicense rdfs:domain ns0:investigation . ns0:hasMIAPPEVersion rdfs:domain ns0:investigation . ns0:hasPublicReleaseDate rdfs:domain ns0:investigation . ns0:hasSubmissionDate rdfs:domain ns0:investigation . ns0:investigation metadata_def:mappingLoom "investigation" ; metadata_def:mappingSameURI ns0:investigation ; metadata_def:prefLabel "investigation"@en ; metadata:prefixIRI "PPEO:investigation" ; ns0:hasBrAPISynonym "trial"@en ; a owl:Class ; rdfs:comment "A research programme with defined aims, which can vary in scale from a single experiment, to a grant-funded programme or various components comprising a peer-reviewed publication."@en ; rdfs:label "investigation"@en ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ppeo/PPEO.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:hasLicense
    rdfs:domain ns0:investigation .

ns0:hasMIAPPEVersion
    rdfs:domain ns0:investigation .

ns0:hasPublicReleaseDate
    rdfs:domain ns0:investigation .

ns0:hasSubmissionDate
    rdfs:domain ns0:investigation .

ns0:investigation
    metadata_def:mappingLoom "investigation" ;
    metadata_def:mappingSameURI ns0:investigation ;
    metadata_def:prefLabel "investigation"@en ;
    metadata:prefixIRI "PPEO:investigation" ;
    ns0:hasBrAPISynonym "trial"@en ;
    a owl:Class ;
    rdfs:comment "A research programme with defined aims, which can vary in scale from a single experiment, to a grant-funded programme or various components comprising a peer-reviewed publication."@en ;
    rdfs:label "investigation"@en ;
    rdfs:subClassOf owl:Thing .