@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@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:8815
  skos:prefLabel "ciclo estral"@es, "estrous cycle"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:8813 .

nalt:8813_def
  rdf:value "Estado de inactividad sexual en animales hembras durante el cual no presentan ciclo estrógeno."@es, "A state of sexual inactivity in female animals exhibiting no estrous cycle. Causes of anestrus include pregnancy, presence of offspring, season, stress, and pathology."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:8813
  skos:definition nalt:8813_def ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C14409>, <http://id.loc.gov/authorities/subjects/sh85004981>, <http://id.cabi.org/cabt/10850>, <http://aims.fao.org/aos/agrovoc/c_8827> ;
  skos:related nalt:7519 ;
  ns0:marc001 "2482" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "anestrus"@en, "anestro"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "anoestrus"@en, "anoestro"@es ;
  dc:modified "2015-11-25"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:8815 .

nalt:7519
  skos:prefLabel "anovulación"@es, "anovulation"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:8813 .

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

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

