@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:8699
  skos:prefLabel "flores"@es, "flowers"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:333910 .

nalt:333910_def
  rdf:value "Término utilizado para referirse a la hilera exterior de hojas de las flores (pétalos y sépalos), cuando no se distingue entre sépalos o pétalos."@es, "Used for outer row of flowers (petals and sepals) when these are not distinguished as either sepals or petals."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:333910
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:created "2019-09-16"^^xsd:date ;
  skos:hiddenLabel "tepal"@en, "flower-tepals"@en, "flower-tepal"@en ;
  skos:definition nalt:333910_def ;
  skos:prefLabel "flower tepals"@en, "tépalos de la flor"@es ;
  ns0:marc001previous "93859" ;
  skos:broader nalt:8699 ;
  dc:modified "2019-12-16"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "9813987456300041" .

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

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

