@prefix nht: <http://data.loterre.fr/ark:/67375/NHT> .
@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#> .

nht:
  skos:prefLabel "Vocabulario de física de la materia condensada"@es, "Vocabulaire de physique de l'état condensé"@fr, "Condensed matter physics vocabulary"@en ;
  a skos:ConceptScheme .

nht:-Théorie__Modèle_théorique
  skos:prefLabel "Theory / Theoretical model"@en, "Théorie / Modèle théorique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member nht:-F935Z158-B .

nht:-F935Z158-B
  skos:prefLabel "approximation theory"@en, "théorie de l'approximation"@fr, "teoría de la aproximación"@es ;
  inist:semCategory "Théorie / Modèle théorique"@fr, "Teoría / Modelo teórico"@es, "Theory / Theoretical model"@en ;
  skos:hiddenLabel "Approximation theory"@en, "Théorie approximation"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Approximation_theory>, <https://www.wikidata.org/wiki/Q774123> ;
  a skos:Concept ;
  skos:definition "En mathématiques, théorie qui concerne la façon dont les fonctions peuvent être approchées par de plus simples fonctions, en donnant une caractérisation quantitative des erreurs introduites par ces approximations. (d'après wikipédia)"@fr ;
  skos:inScheme nht: .

