@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:-Particule_élémentaire
  skos:prefLabel "Particule élémentaire"@fr, "Elementary particle"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member nht:-MM3XDN6N-N .

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:-MM3XDN6N-N
  skos:prefLabel "fonón localizado"@es, "phonon localisé"@fr, "localized phonon"@en ;
  skos:hiddenLabel "Fonón localizado"@es, "Localized phonon"@en, "Phonon localisé"@fr ;
  a skos:Concept ;
  inist:semCategory "Particule élémentaire"@fr, "Partícula elemental"@es, "Elementary particle"@en ;
  skos:inScheme nht: .

