@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:-Treatment
  skos:prefLabel "Traitement"@fr, "Treatment"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-CHPPP0W5-D .

sn8:-Mathematics
  skos:prefLabel "Mathématiques"@fr, "Mathematics"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member sn8:-CHPPP0W5-D .

sn8: a skos:ConceptScheme .
sn8:-CHPPP0W5-D
  skos:prefLabel "décomposition matricielle"@fr, "descomposición matricial"@es, "matrix decomposition"@en ;
  inist:domain "Mathématiques"@fr, "Mathematics"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1361088> ;
  a skos:Concept ;
  inist:semCategory "Traitement"@fr, "Treatment"@en ;
  dc11:identifier "http://data.loterre.fr/ark:/67375/Signal/762" ;
  skos:inScheme sn8: .

