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

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

nalt:400
  skos:altLabel "handheld devices"@en, "hand-held equipment"@en, "handheld equipment"@en, "portable devices"@en, "hand held devices"@en, "hand held equipment"@en, "mobile devices"@en ;
  ns0:marc001 "29780" ;
  dc:modified "2018-05-09"^^xsd:date ;
  skos:hiddenLabel "portable instrument"@en, "mobile equipment"@en, "portable instruments"@en, "portable-equipment"@en, "portable device"@en, "mobile device"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_25772>, <http://id.cabi.org/cabt/93712>, <http://id.agrisemantics.org/gacs/C24412> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  a ns0:Topic, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:365 ;
  skos:prefLabel "portable equipment"@en, "equipo portátil"@es .

nalt:365
  skos:prefLabel "equipamiento"@es, "equipment"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:400 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

