@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:26499
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "limas"@es, "limes"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_4341>, <http://id.agrisemantics.org/gacs/C13234>, <http://id.cabi.org/cabt/66809> ;
  skos:hiddenLabel "Australian desert lime"@en, "desert limes"@en, "Australian desert limes"@en, "desert lime"@en ;
  skos:related nalt:69947, nalt:204382, nalt:26475 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2016-04-15"^^xsd:date ;
  skos:altLabel "lima de egipto"@es, "lima de key"@es ;
  ns0:productOf nalt:26475 ;
  ns0:marc001 "21435" ;
  skos:broader nalt:16721 ;
  a ns0:Product, skos:Concept .

nalt:69947
  skos:prefLabel "Citrus hystrix"@es, "Citrus hystrix"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:26499 .

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

nalt:26475
  skos:prefLabel "Citrus aurantiifolia"@es, "Citrus aurantiifolia"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:26499 ;
  ns0:hasProduct nalt:26499 .

nalt:16721
  skos:prefLabel "frutos cítricos"@es, "citrus fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:26499 .

nalt:204382
  skos:prefLabel "jugo de lima"@es, "lime juice"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:26499 .

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

