@prefix sn8: <http://data.loterre.fr/ark:/67375/SN8> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

sn8: a skos:ConceptScheme .
sn8:-Physics
  skos:prefLabel "Physique"@fr, "Physics"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-GS99M7ML-Z .

sn8:-GS99M7ML-Z
  inist:semCategory "Physical phenomenon / Chemical phenomenon"@en, "Processus physique / Processus chimique"@fr ;
  inist:domain "Physique"@fr, "Physics"@en ;
  skos:prefLabel "onde magnétostatique"@fr, "onda magnetostática"@es, "magnetostatic wave"@en ;
  dc11:identifier "http://data.loterre.fr/ark:/67375/Signal/1730" ;
  skos:inScheme sn8: ;
  a skos:Concept .

sn8:-Physical_phenomenon__Chemical_phenomenon
  skos:prefLabel "Processus physique / Processus chimique"@fr, "Physical phenomenon / Chemical phenomenon"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-GS99M7ML-Z .

