@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

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

nalt:51747
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_5015>, <http://id.cabi.org/cabt/76094>, <http://id.agrisemantics.org/gacs/C14110> ;
  skos:broader nalt:200614 ;
  ns0:marc001 "24319" ;
  skos:definition nalt:51747_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:38846, nalt:16294 ;
  dc:created "2006-01-19"^^xsd:date ;
  a ns0:Product, skos:Concept ;
  skos:altLabel "sheep meat (mutton)"@en, "carne de carnero"@es ;
  skos:prefLabel "mutton"@en, "cordero (carne)"@es ;
  dc:modified "2013-07-25"^^xsd:date ;
  ns0:productOf nalt:38846 .

nalt:38846
  skos:prefLabel "oveja"@es, "sheep"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:51747 ;
  ns0:hasProduct nalt:51747 .

nalt:200614
  skos:prefLabel "carne de oveja"@es, "sheep meat"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:51747 .

nalt:51747_def
  rdf:value "Carne de ovejas que tienen más de un año de edad."@es, "Meat from sheep that are over one year old."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:16294
  skos:prefLabel "carne roja"@es, "red meat"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:51747 .

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

