@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:30110
  skos:prefLabel "área de cultivo en acres"@es, "crop acreage"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:297762 .

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

nalt:297762_def
  rdf:value "Área de tierra medida en acres."@es, "An area of land measured in acres."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:11981
  skos:prefLabel "área"@es, "area"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:297762 .

nalt:297762
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "superficie en acres"@es, "acreage"@en ;
  ns0:marc001 "79706" ;
  skos:broader nalt:11981 ;
  skos:hiddenLabel "acreages"@en ;
  skos:definition nalt:297762_def ;
  skos:related nalt:30110 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2017-04-11"^^xsd:date ;
  dc:modified "2017-11-10"^^xsd:date .

