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

nalt:16
  skos:prefLabel "producción de cultivos"@es, "crop production"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:30143 .

nalt:30143
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C25107> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "15609" ;
  dc:modified "2019-05-03"^^xsd:date ;
  skos:related nalt:40102, nalt:80842 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "production of forage"@en, "forage-production"@en ;
  skos:prefLabel "forage production"@en, "producción forrajera"@es ;
  skos:broader nalt:9332, nalt:16 .

nalt:9332
  skos:prefLabel "ciencia de forrajes y piensos"@es, "forage and feed science"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:30143 .

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

nalt:80842
  skos:prefLabel "rendimiento del forraje"@es, "forage yield"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:30143 .

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

nalt:40102
  skos:prefLabel "cultivos de forraje"@es, "forage crops"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:30143 .

