@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:340876
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "endometriosis"@es, "endometriosis"@en ;
  ns0:marc001 "95572" ;
  skos:altLabel "endometrioma"@en ;
  dc:created "2020-06-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:340876_def ;
  skos:broader nalt:322 ;
  dc:modified "2020-10-29"^^xsd:date .

nalt:322
  skos:prefLabel "enfermedades y desórdenes (animales y humanos)"@es, "diseases and disorders (animals and humans)"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:340876 .

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

nalt:340876_def
  rdf:value "Estado en el que el tejido endometrial funcional se halla fuera del útero. Suele estar limitada a la pelvis, lo que incluye el ovario, los ligamentos, el intestino ciego y el peritoneo uterovesical."@es, "A condition in which functional endometrial tissue is present outside the uterus. It is often confined to the pelvis involving the ovary, the ligaments, cul-de-sac, and the uterovesical peritoneum."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

