@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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:259957
  ns0:marc001 "72002" ;
  skos:prefLabel "prismas"@es, "prisms"@en ;
  skos:narrower nalt:302868 ;
  a skos:Concept, ns0:Topic ;
  skos:hiddenLabel "dove prisms"@en, "dove prism"@en ;
  dc:created "2015-08-26"^^xsd:date ;
  skos:broader nalt:399 ;
  dc:modified "2017-06-29"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

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

nalt:302868
  skos:prefLabel "prismas de cuña"@es, "wedge prisms"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:259957 .

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

nalt:399
  skos:prefLabel "equipo óptico"@es, "optical equipment"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:259957 .

