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

jvr: a skos:ConceptScheme .
jvr:-T6B51NLN-L
  dc:created "2018-07-09"^^xsd:date ;
  skos:altLabel "Étude vétérinaire observationnelle"@fr ;
  a skos:Concept, mesh:Descriptor ;
  dc:established "2019-01-01"^^xsd:date ;
  skos:prefLabel "Observational Study, Veterinary"@en, "Étude vétérinaire d'observation"@fr ;
  skos:broader jvr:-LQ9BL9DP-H ;
  dc:modified "2019-07-05"^^xsd:date ;
  skos:definition "Reports on studies of the results of a clinical study in which animal subjects may receive diagnostic, therapeutic, or other types of interventions, where the investigator does not assign participants to specific interventions."@en ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D000078323> ;
  skos:inScheme jvr: .

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

