@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:49030
  skos:prefLabel "partos ovinos"@es, "lambing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:39782 .

nalt:39782
  skos:broader nalt:3138 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C23007>, <http://aims.fao.org/aos/agrovoc/c_35217>, <http://id.cabi.org/cabt/64292> ;
  skos:prefLabel "lambing rate"@en, "tasa de partos en ganado ovino"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "lambing-rate"@en ;
  dc:modified "2014-06-06"^^xsd:date ;
  ns0:marc001 "20600" ;
  skos:related nalt:49030 ;
  skos:definition nalt:39782_def ;
  a skos:Concept, ns0:Topic .

nalt:3138
  skos:prefLabel "reproducción de animales"@es, "animal reproduction"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:39782 .

nalt:39782_def
  rdf:value "Número de ovejas que el cordero pare, dividido por el número de ovejas acopladas, por lo general relacionados con el rebaño y no el número de apareamientos de un individuo."@es, "The number of ewes that lamb divided by the number of ewes mated, usually pertaining to the flock and not the number of matings for an individual."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

<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 .

