@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:89017
  skos:prefLabel "ovario vegetal"@es, "plant ovary"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:333770 .

nalt:333770_def
  rdf:value "Ovario situado totalmente debajo del punto de unión de las otras partes de una flor."@es, "An inferior ovary is one that is situated entirely below the point of attachment of the other floral parts in a flower."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:333770
  skos:broader nalt:89017 ;
  skos:prefLabel "ovario inferior"@es, "inferior ovary"@en ;
  dc:modified "2019-11-25"^^xsd:date ;
  skos:definition nalt:333770_def ;
  skos:hiddenLabel "inferior ovaries"@en, "epigynous"@en ;
  ns0:marc001 "9813982585000041" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2019-09-12"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  ns0:marc001previous "94056" .

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

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

