@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<https://lod.nal.usda.gov/naltv#Organism>
  rdfs:label "Organism"@en ;
  a owl:Class .

nalt:24863
  skos:prefLabel "achicoria"@es, "chicory"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:productOf nalt:24864 .

ns0:taxonomicRank rdfs:label "Has taxonomic rank"@en .
nalt:350021
  skos:prefLabel "especie"@es, "species"@en ;
  a ns0:Topic, skos:Concept .

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

nalt:13267
  skos:prefLabel "Cichorium"@es, "Cichorium"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:24864 .

nalt:24864
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-taxon> ;
  skos:altLabel "Belgian endive"@es, "Belgian endive"@en, "red chicory"@es, "red chicory"@en, "witloof"@es, "witloof"@en, "Cichorium intybus var. sativum"@es, "Cichorium intybus var. foliosum"@es, "Cichorium intybus var. sativum"@en, "Cichorium intybus var. foliosum"@en, "chicory plant"@es, "chicory plant"@en ;
  ns0:marc001 "8515" ;
  skos:exactMatch <http://id.cabi.org/cabt/28791>, <http://aims.fao.org/aos/agrovoc/c_1615>, <http://id.agrisemantics.org/gacs/C11080> ;
  a skos:Concept, ns0:Organism ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85023316>, <http://id.loc.gov/authorities/subjects/sh2004006983> ;
  skos:hiddenLabel "Cichorium intybus var sativum"@en, "radicchio"@en, "Chicorium intybus"@en, "Cichorium intybus var foliosum"@en, "Cichorium-intybus"@en, "Cichorium intibyus"@en ;
  dc:modified "2018-10-02"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:hasProduct nalt:24863 ;
  ns0:taxonomicRank nalt:350021 ;
  skos:broader nalt:13267 ;
  skos:prefLabel "Cichorium intybus"@es, "Cichorium intybus"@en .

ns0:hasProduct
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Has product"@en .

