@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 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#> .

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

nalt:30193
  skos:prefLabel "cultivos especializados"@es, "specialty crops"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:19828 .

nalt:19828
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:altLabel "hop (plant)"@en ;
  skos:prefLabel "hops"@en, "lúpulos"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C11525>, <http://id.cabi.org/cabt/58319>, <http://aims.fao.org/aos/agrovoc/c_11596>, <http://id.loc.gov/authorities/subjects/sh85061955> ;
  skos:related nalt:30193, nalt:45840, nalt:6139 ;
  skos:hiddenLabel "non-bitter hop"@en, "Mandarina Bavaria"@en, "bitter hop"@en ;
  skos:broader nalt:848 ;
  ns0:marc001 "18506" ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:45840 ;
  dc:modified "2020-08-19"^^xsd:date .

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

nalt:45840
  skos:prefLabel "Humulus lupulus"@es, "Humulus lupulus"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:19828 ;
  ns0:hasProduct nalt:19828 .

nalt:848
  skos:prefLabel "productos de origen vegetal"@es, "plant products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:19828 .

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

nalt:6139
  skos:prefLabel "elaboración de cerveza"@es, "brewing"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:19828 .

