@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:217272_def
  rdf:value "Dos o más nombres que se escriben igual pero que tienen diferente significado."@es, "Two or more names that are identical in spelling but have a different meaning."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:217272
  skos:altLabel "homograph"@en ;
  ns0:marc001 "68070" ;
  skos:prefLabel "homonym"@en, "homónimo"@es ;
  a skos:Concept, ns0:Topic ;
  skos:broader nalt:9518 ;
  skos:definition nalt:217272_def ;
  skos:hiddenLabel "homonymy"@en, "homographs"@en, "homonyms"@en ;
  dc:modified "2014-11-17"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2014-06-03"^^xsd:date .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

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

nalt:9518
  skos:prefLabel "taxonomía"@es, "taxonomy"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:217272 .

