@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:8815
  skos:prefLabel "ciclo estral"@es, "estrous cycle"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:38219 .

nalt:38219_def
  rdf:value "El periodo posterior al estro durante el cual el fenómeno del estro mengua en aquellos animales en los que la gestación o la seudogestación no ocurre."@es, "The period following estrus during which the phenomena of estrus subside in those animals in which pregnancy or pseudopregnancy does not occur."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:38219
  skos:broader nalt:8815 ;
  skos:prefLabel "metestro"@es, "metestrus"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:38219_def ;
  ns0:marc001 "23177" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:altLabel "metoestrus"@en .

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

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

