@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:-ZZP0NBM8-W
  skos:prefLabel "Caractéristiques des études"@fr, "Study Characteristics"@en ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-MC6PLLPB-X .

jvr:-MC6PLLPB-X
  a mesh:Descriptor, skos:Concept ;
  skos:broader jvr:-ZZP0NBM8-W ;
  skos:prefLabel "Rapport sur les cas d'inconduite scientifique"@fr, "Scientific Integrity Review"@en ;
  dc:established "1996-01-01"^^xsd:date ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D016426> ;
  skos:inScheme jvr: ;
  skos:altLabel "Scientific integrity review (USA)"@fr ;
  dc:modified "2007-07-09"^^xsd:date ;
  skos:definition "Work consisting of reports by the United States Office of Research Integrity, identifying questionable research published in articles or books. Notification of the questionable data is carried in the NIH Guide for Grants and Contracts."@en ;
  dc:created "1995-06-23"^^xsd:date .

