@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:-P61PFVSG-P
  skos:prefLabel "Publications"@en, "Publications"@fr ;
  a mesh:Descriptor, skos:Concept ;
  skos:narrower jvr:-DJRTTBWW-R .

jvr:-DJRTTBWW-R
  dc:established "2008-01-01"^^xsd:date ;
  skos:inScheme jvr: ;
  skos:prefLabel "Government Publications as Topic"@en, "Publications gouvernementales comme sujet"@fr ;
  owl:sameAs <http://id.nlm.nih.gov/mesh/D006079> ;
  a skos:Concept, mesh:Descriptor ;
  skos:definition "Works about publications issued by local, regional, or national governments or by their agencies or subdivisions."@en ;
  dc:created "1999-01-01"^^xsd:date ;
  skos:hiddenLabel "Government Documents as Topic"@en ;
  skos:broader jvr:-P61PFVSG-P ;
  dc:modified "2019-07-10"^^xsd:date .

