@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:22915
  skos:prefLabel "gatos"@es, "cats"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:218274 .

nalt:218274
  skos:related nalt:22915 ;
  skos:broader nalt:9040 ;
  skos:narrower nalt:299105, nalt:250001, nalt:218275 ;
  skos:prefLabel "cat breeds"@en, "razas de gatos"@es ;
  skos:altLabel "feline breeds"@en ;
  dc:modified "2017-05-02"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2014-06-12"^^xsd:date ;
  ns0:marc001 "64582" ;
  skos:hiddenLabel "cat-breeds"@en, "cat breed"@en .

nalt:9040
  skos:prefLabel "razas animales"@es, "breeds"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:218274 .

nalt:299105
  skos:prefLabel "gato esfinge"@es, "Sphinx cat"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:218274 .

nalt:250001
  skos:prefLabel "Holly Birman"@es, "Holly Birman"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:218274 .

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

nalt:218275
  skos:prefLabel "Maine coon"@es, "Maine coon"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:218274 .

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

