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

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:16368
  skos:related nalt:16370, nalt:130580, nalt:16353, nalt:16369 ;
  skos:prefLabel "beets"@en, "remolachas"@es ;
  dc:modified "2015-10-01"^^xsd:date ;
  skos:altLabel "beetroots"@en, "red beets"@en, "betarrata"@es, "betarraga"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:hiddenLabel "silver beet"@en, "beet"@en, "silver beets"@en, "beetroot"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C14906>, <http://id.cabi.org/cabt/17901>, <http://aims.fao.org/aos/agrovoc/c_867> ;
  ns0:productOf nalt:16370 ;
  ns0:marc001 "4722" ;
  skos:broader nalt:12359 .

nalt:12359
  skos:prefLabel "tubérculos comestibles"@es, "root vegetables"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:16368 .

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

nalt:130580
  skos:prefLabel "cosechadoras de remolacha"@es, "beet harvesters"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:16368 .

nalt:16370
  skos:prefLabel "Beta vulgaris"@es, "Beta vulgaris"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:16368 ;
  ns0:hasProduct nalt:16368 .

nalt:16353
  skos:prefLabel "remolachas azucareras"@es, "sugar beet"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:16368 .

nalt:16369
  skos:prefLabel "remolacha forrajera"@es, "forage beets"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:16368 .

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

