@prefix rdf: . @prefix rdfs: . @prefix bibo: . @prefix cito: . @prefix dc: . @prefix dwc: . @prefix dwcFP: . @prefix fabio: . @prefix trt: . # Error: Could not add TaxonConceptCitation # Error: Could not produce taxonNameURI ; dc:creator "Info Flora" ; dc:title "Pinus mugo subsp. mugo" ; trt:publishedIn ; trt:treatsTaxonName ; a trt:Treatment . dc:creator "Info Flora" ; dc:date "2021" ; dc:title "Info Flora Schweiz - Pinaceae" . # Info: Couldn't generate language tag for "Leg-Foehre"@undefined ; dwc:class "Pinopsida" ; dwc:family "Pinaceae" ; dwc:genus "Pinus" ; dwc:kingdom "Plantae" ; dwc:order "Pinales" ; dwc:phylum "Tracheophyta" ; dwc:rank "subSpecies" ; dwc:species "mugo" ; dwc:subSpecies "mugo" ; dwc:vernacularName "Latsche"@de, "Leg-Foehre", "Leg-Foehre"@de, "Parancio"@it, "Pin couche"@fr, "Pino mugo, Parancio"@it ; trt:hasParentName ; a dwcFP:TaxonName . dwc:rank "species" ; dwc:species "mugo" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:genus "Pinus" ; dwc:rank "genus" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:family "Pinaceae" ; dwc:rank "family" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:order "Pinales" ; dwc:rank "order" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:class "Pinopsida" ; dwc:rank "class" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:phylum "Tracheophyta" ; dwc:rank "phylum" ; trt:hasParentName ; a dwcFP:TaxonName . dwc:kingdom "Plantae" ; dwc:rank "kingdom" ; a dwcFP:TaxonName .