@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:3138
  skos:prefLabel "reproducción de animales"@es, "animal reproduction"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:9483 .

nalt:9483
  dc:modified "2017-01-13"^^xsd:date ;
  skos:hiddenLabel "five-parity"@en, "second-parity"@en, "fourth parity"@en, "third-parity"@en, "second parity"@en, "parity-(reproduction)"@en, "first parity"@en, "four-parity"@en, "first-parity"@en, "third parity"@en ;
  skos:related nalt:48743 ;
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:9483_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:3138 ;
  skos:prefLabel "paridad (reproducción)"@es, "parity (reproduction)"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/85598>, <http://id.agrisemantics.org/gacs/C13566> ;
  ns0:marc001 "27220" .

nalt:9483_def
  rdf:value "Cantidad de progenie que ha tenido una hembra."@es, "The number of times a female has given birth."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:48743
  skos:prefLabel "número de lactancia"@es, "lactation number"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:9483 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

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

