@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:20323
  skos:prefLabel "tecnología de la construcción"@es, "construction technology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:26585 .

nalt:26584
  skos:prefLabel "ingeniería civil"@es, "civil engineering"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:26585 .

nalt:1009
  skos:prefLabel "caminos (forestales)"@es, "roads"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:26585 .

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

nalt:26585
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_37272>, <http://id.agrisemantics.org/gacs/C26693>, <http://id.cabi.org/cabt/101934> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85114491> ;
  skos:related nalt:1009 ;
  skos:prefLabel "road construction"@en, "construcción de carreteras"@es ;
  ns0:marc001 "32285" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "road-construction"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:26584, nalt:20323 ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2017-06-08"^^xsd:date .

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

