@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 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#> .

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

<https://lod.nal.usda.gov/naltv#taxonomicRank> rdfs:label "Has taxonomic rank"@en .
nalt:4824
  skos:prefLabel "Citrus"@es, "Citrus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:26496 .

nalt:26563
  skos:prefLabel "tangelos"@es, "tangelos"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:26496 .

nalt:350021
  skos:prefLabel "especie"@es, "species"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept .

nalt:26496_def
  rdf:value "Híbrido interespecífico del pomelo (Citrus paradisi) y el tangerino (Citrus reticulata)."@es, "Interspecific hybrid of the grapefruit (Citrus paradisi) and tangerine (Citrus reticulata)."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:26496
  skos:definition nalt:26496_def ;
  ns0:marc001 "8655" ;
  skos:hiddenLabel "Citrus-tangelo"@en ;
  a ns0:Organism, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-taxon>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2017-02-17"^^xsd:date ;
  skos:broader nalt:4824 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:scopeNote "Híbrido entre el Citrus x paradisi y el Citrus reticulata."@es, "Hybrid between Citrus x paradisi and Citrus reticulata."@en ;
  skos:prefLabel "Citrus tangelo"@en, "Citrus tangelo"@es ;
  skos:altLabel "Citrus x tangelo"@es, "Citrus x tangelo"@en ;
  ns0:taxonomicRank nalt:350021 ;
  skos:related nalt:26563 .

