@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:-Concept_mathématique
  skos:prefLabel "Concept mathématique"@fr, "Mathematical concept"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member nht:-XVN3N25B-M .

nht:-XVN3N25B-M
  inist:semCategory "Concept mathématique"@fr, "Concepto matemático"@es, "Mathematical concept"@en ;
  skos:prefLabel "matriz jacobiana"@es, "matrice jacobienne"@fr, "Jacobian matrix"@en ;
  skos:hiddenLabel "Jacobian matrices"@en, "Matrice jacobienne"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q506041>, <https://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant> ;
  skos:definition "En analyse vectorielle, matrice des dérivées partielles du premier ordre d'une fonction vectorielle en un point donné. (d'après wikipédia)"@fr ;
  skos:altLabel "matrice de Jacobi"@fr, "matriz de Jacobi"@es ;
  skos:inScheme nht: ;
  a skos:Concept .

