@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:67797
  ns0:marc001 "51808" ;
  skos:broader nalt:47007 ;
  skos:prefLabel "milk ring tests"@en, "pruebas de anillo de leche"@es ;
  skos:related nalt:1786 ;
  a skos:Concept, ns0:Topic ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "milk-ring-tests"@en ;
  dc:created "2006-03-13"^^xsd:date .

nalt:47007
  skos:prefLabel "pruebas anillo"@es, "ring tests"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:67797 .

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

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

nalt:1786
  skos:prefLabel "brucelosis bovina"@es, "bovine brucellosis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:67797 .

