@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/linked-data/registry#> .
@prefix discipline: <https://service.poleterresolide.fr/voc/science_field> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://service.poleterresolide.fr/voc/science_field/D010000>
  skos:prefLabel "Geochemistry"@en, "Géochimie"@fr ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/906e647b-2683-4ae7-9986-1aea15582b52> ;
  dc:description "Pertaining to the study of the chemical composition of the various phases of the earth, and the physical and chemical processes which have produced the observed distribution of the elements and the nuclides in these phases"@en, "Science qui étudie la composition chimique de la croûte terrestre."@fr ;
  ns0:notation "D010000" ;
  skos:inScheme discipline: ;
  rdfs:label "Géochimie"@fr, "Geochemistry"@en ;
  skos:topConceptOf discipline: ;
  a skos:Concept .

discipline:
  rdfs:label "Disciplines and theme for Solid Earth"@en, "Disciplines et thèmes pour la Terre Solide"@fr ;
  a ldp:Container, ns0:Register, skos:ConceptScheme, owl:Ontology .

