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

nalt:313778
  skos:prefLabel "industria del transporte"@es, "transportation industry"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:1016 .

nalt:1004
  skos:prefLabel "transporte"@es, "transportation"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:1016 .

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

nalt:1016
  skos:prefLabel "transporte terrestre"@es, "land transportation"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:1016_def ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "shipping (by land)"@en, "land transport"@en ;
  skos:narrower nalt:302638, nalt:22701 ;
  skos:hiddenLabel "land-transportation"@en ;
  skos:related nalt:532, nalt:313778 ;
  dc:modified "2018-02-20"^^xsd:date ;
  skos:broader nalt:1004 ;
  ns0:marc001 "20654" .

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

nalt:302638
  skos:prefLabel "transporte por carretera"@es, "road transportation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:1016 .

nalt:22701
  skos:prefLabel "transporte ferroviario"@es, "rail transportation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:1016 .

nalt:532
  skos:prefLabel "vehículos"@es, "vehicles (equipment)"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:1016 .

nalt:1016_def
  rdf:value "Transporte de personas o productos en algún tipo de vehículo terrestre."@es, "Transport of people and goods by land vehicles."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

