@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/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

nalt:34915
  skos:hiddenLabel "Duroc-jersey"@en, "Duroc jersey"@en ;
  dc:modified "2019-02-06"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:broader nalt:7602 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Organism> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.cabi.org/cabt/41262>, <http://id.agrisemantics.org/gacs/C21071> ;
  ns0:marc001 "12736" ;
  skos:prefLabel "Duroc"@en, "raza de cerdo Duroc"@es .

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

nalt:7602
  skos:prefLabel "razas de porcinos"@es, "swine breeds"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:34915 .

