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

nalt:20308
  skos:prefLabel "ganado"@es, "livestock"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:199821 .

nalt:199821
  skos:prefLabel "beefalos"@es, "beefaloes"@en ;
  skos:related nalt:7151, nalt:16304 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "beefalos"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:modified "2016-07-15"^^xsd:date ;
  ns0:marc001 "63856" ;
  skos:definition nalt:199821_def ;
  skos:broader nalt:9888, nalt:20308 ;
  dc:created "2013-06-20"^^xsd:date ;
  skos:hiddenLabel "beefalo"@en .

nalt:16304
  skos:prefLabel "ganado bovino"@es, "cattle"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:199821 .

nalt:7151
  skos:prefLabel "bisonte"@es, "bison"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:199821 .

nalt:199821_def
  rdf:value "El beefalo es el resultado del cruce entre el búfalo (bisonte americano) y el ganado bovino doméstico. Produce carne muy baja en grasa y colesterol."@es, "Beefalo are a cross between bison (American buffalo) and domestic cattle. This produces meat very low in fat and cholesterol."@en ;
  dc:source "Agriculture: A Glossary of Terms, Programs, and Laws. Congressional Research Service Report for Congress, 2005 Edition." ;
  a ns0:Definition .

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

nalt:9888
  skos:prefLabel "rumiantes"@es, "ruminants"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:199821 .

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

