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

sn8: a skos:ConceptScheme .
sn8:-F68JWSKZ-R
  skos:prefLabel "identification system"@en, "système d'identification"@fr, "sistema de identificación"@es ;
  dc11:identifier "http://data.loterre.fr/ark:/67375/Signal/2207" ;
  a skos:Concept ;
  inist:domain "Informatique"@fr, "Informatics"@en, "Signal theory and processing"@en, "Théorie et traitement du signal"@fr ;
  inist:semCategory "Machine / Equipment"@en, "Machine / Equipement"@fr ;
  skos:inScheme sn8: .

sn8:-Machine__Equipment
  skos:prefLabel "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-F68JWSKZ-R .

sn8:-Signal_theory_and_processing
  skos:prefLabel "Signal theory and processing"@en, "Théorie et traitement du signal"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-F68JWSKZ-R .

sn8:-Informatics
  skos:prefLabel "Informatics"@en, "Informatique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-F68JWSKZ-R .

