@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/linked-data/registry#> .

discipline:
  rdfs:label "Disciplines and theme for Solid Earth"@en, "Disciplines et thèmes pour la Terre Solide"@fr ;
  a ldp:Container, <http://purl.org/linked-data/registry#Register>, skos:ConceptScheme, owl:Ontology .

<https://service.poleterresolide.fr/voc/science_field/D070000>
  skos:inScheme discipline: ;
  a skos:Concept ;
  dc:description "Étude de la structure de l'écorce terrestre et de ses déformations."@fr, "scientific study of the deformation of the rocks that make up the Earth’s crust and the forces that produce such deformation."@en ;
  skos:prefLabel "Tectonique"@fr, "Tectonics"@en ;
  rdfs:label "Tectonics"@en, "Tectonique"@fr ;
  ns0:notation "D070000" ;
  skos:topConceptOf discipline: ;
  skos:exactMatch <https://gcmd.earthdata.nasa.gov/kms/concept/1e17c8d3-81d0-473c-8f24-d2a4ea52b6b9> .

