@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:45298
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:productOf nalt:56045, nalt:49048 ;
  skos:broader nalt:16013 ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_34066>, <http://id.agrisemantics.org/gacs/C24042> ;
  skos:related nalt:56045, nalt:323388 ;
  ns0:marc001 "26281" ;
  dc:modified "2018-08-15"^^xsd:date ;
  skos:prefLabel "oregano"@en, "orégano"@es ;
  a skos:Concept, ns0:Product .

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

nalt:56045
  skos:prefLabel "Origanum vulgare"@es, "Origanum vulgare"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:45298 ;
  ns0:hasProduct nalt:45298 .

nalt:16013
  skos:prefLabel "hierbas"@es, "herbs"@en ;
  a ns0:Product, ns0:Organism, skos:Concept ;
  skos:narrower nalt:45298 .

nalt:323388
  skos:prefLabel "aceite de orégano"@es, "oregano oil"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:45298 .

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

nalt:49048
  skos:prefLabel "Origanum"@es, "Origanum"@en ;
  a ns0:Organism, skos:Concept ;
  ns0:hasProduct nalt:45298 .

