@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

jvr: a skos:ConceptScheme .
jvr:-JPKS2CHH-V
  skos:broader jvr:-GLB47158-V ;
  a skos:Concept, mesh:Descriptor ;
  skos:prefLabel "Essai clinique adaptatif"@fr, "Adaptive Clinical Trial"@en ;
  skos:inScheme jvr: ;
  dc:created "2017-07-11"^^xsd:date ;
  dc:established "2018-01-01"^^xsd:date ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D000076362> ;
  dc:modified "2017-07-05"^^xsd:date ;
  skos:definition "Clinical study in which a prospectively planned opportunity is included to modify trial designs and hypotheses based on analysis of data from subjects in the study."@en .

jvr:-GLB47158-V
  skos:prefLabel "Clinical Trial"@en, "Essai clinique"@fr ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-JPKS2CHH-V .

