@prefix jvr: <http://data.loterre.fr/ark:/67375/JVR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix mesh: <http://id.nlm.nih.gov/mesh/vocab#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

jvr: a skos:ConceptScheme .
jvr:-DBDTV101-D
  a skos:Concept, mesh:Descriptor ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D064888> ;
  dc:modified "2015-04-15"^^xsd:date ;
  skos:inScheme jvr: ;
  dc:created "2013-07-08"^^xsd:date ;
  skos:broader jvr:-LQ9BL9DP-H ;
  skos:definition "A work that reports on the results of a clinical study in which participants may receive diagnostic, therapeutic, or other types of interventions, but the investigator does not assign participants to specific interventions (as in an interventional study)."@en ;
  skos:prefLabel "Étude d'observation"@fr, "Observational Study"@en ;
  skos:altLabel "Étude observationnelle"@fr ;
  dc:established "2014-01-01"^^xsd:date .

jvr:-LQ9BL9DP-H
  skos:prefLabel "Clinical Study"@en, "Étude clinique"@fr ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-DBDTV101-D .

