@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:199421_def
  rdf:value "Compulsión por arrancarse el cabello."@es, "Compulsion to pull out one's hair."@en ;
  dc:source "Medical Subject Headings 2013" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:199421
  skos:definition nalt:199421_def ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2013-12-06"^^xsd:date ;
  ns0:marc001 "74486" ;
  skos:broader nalt:199413 ;
  skos:prefLabel "tricotilomanía"@es, "trichotillomania"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh98004188> ;
  dc:created "2013-05-15"^^xsd:date .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

nalt:199413
  skos:prefLabel "trastornos del control de impulsos"@es, "impulse control disorders"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:199421 .

