This commit is contained in:
parent
31153c479d
commit
a5452f420d
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0071517CDAB1D339C7FF7ADBB9858906>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Cladium jamaicense Crantz" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cladium_jamaicense_Crantz_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Cladium_jamaicense_Crantz_>
|
||||
dwc:authority "Crantz" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Cladium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Crantz" ;
|
||||
dwc:species "jamaicense" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cladium_jamaicense> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cladium_jamaicense>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Cladium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "jamaicense" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cladium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cladium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Cladium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/012BDF0006261380A49D70B27A59BE34>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Symphyotrichum novi-belgii var. elodes G. L. Nesom" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Symphyotrichum_novi-belgii_elodes_Torr_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Symphyotrichum_novi-belgii_elodes_Torr_>
|
||||
dwc:authority "(Torr. & A. Gray) G. L. Nesom" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Symphyotrichum" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Torr. & Gray) Nesom" ;
|
||||
dwc:species "novi-belgii" ;
|
||||
dwc:variety "elodes" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Symphyotrichum_novi-belgii_elodes> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Symphyotrichum_novi-belgii_elodes>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Symphyotrichum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "novi-belgii" ;
|
||||
dwc:variety "elodes" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Symphyotrichum_novi-belgii> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Symphyotrichum_novi-belgii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Symphyotrichum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "novi-belgii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Symphyotrichum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Symphyotrichum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Symphyotrichum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/01431B8B4D1D5DAE69204CA5016E3969>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Cyrilla racemiflora L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cyrilla_racemiflora_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Cyrilla_racemiflora_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Cyrillaceae" ;
|
||||
dwc:genus "Cyrilla" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "racemiflora" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cyrilla_racemiflora> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyrilla_racemiflora>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Cyrillaceae" ;
|
||||
dwc:genus "Cyrilla" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "racemiflora" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyrilla> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyrilla>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Cyrillaceae" ;
|
||||
dwc:genus "Cyrilla" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyrillaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyrillaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Cyrillaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ericales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/014812F01911D0DD18D4779E2A14EA09>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Bartonia virginica Britton, Sterns & Poggenb." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Bartonia_virginica_Britton_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Bartonia_virginica_Britton_>
|
||||
dwc:authority "(L.) Britton, Sterns & Poggenb." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Bartonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Britton, Sterns & Poggenb." ;
|
||||
dwc:species "virginica" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Bartonia_virginica> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Bartonia_virginica>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Bartonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "virginica" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Bartonia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Bartonia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Bartonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0167F66A7D646723EACE26943B1B84EB>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora baldwinii A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_baldwinii_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_baldwinii_Gray_>
|
||||
dwc:authority "A. Gray" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Gray" ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_baldwinii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_baldwinii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/01A4F2EC542F2317728352FA1178F17A>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Mitreola sessilifolia G. Don" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Mitreola_sessilifolia_Don_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Mitreola_sessilifolia_Don_>
|
||||
dwc:authority "(J. F. Gmel.) G. Don" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Loganiaceae" ;
|
||||
dwc:genus "Mitreola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Gmel.) Don" ;
|
||||
dwc:species "sessilifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Mitreola_sessilifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Mitreola_sessilifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Loganiaceae" ;
|
||||
dwc:genus "Mitreola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "sessilifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Mitreola> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Mitreola>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Loganiaceae" ;
|
||||
dwc:genus "Mitreola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Loganiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Loganiaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Loganiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/01EA38A5D4836030C9BAE88C1010A66B>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Lilium catesbaei Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lilium_catesbaei_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Lilium_catesbaei_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Liliaceae" ;
|
||||
dwc:genus "Lilium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "catesbaei" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lilium_catesbaei> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lilium_catesbaei>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Liliaceae" ;
|
||||
dwc:genus "Lilium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "catesbaei" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lilium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lilium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Liliaceae" ;
|
||||
dwc:genus "Lilium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Liliaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/020A88F07DA2B0B3BF43C78667B8A9DA>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Eleocharis equisetoides Torr." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eleocharis_equisetoides_Torr_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Eleocharis_equisetoides_Torr_>
|
||||
dwc:authority "(Elliott) Torr." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Eleocharis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Elliott) Torr." ;
|
||||
dwc:species "equisetoides" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eleocharis_equisetoides> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eleocharis_equisetoides>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Eleocharis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "equisetoides" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eleocharis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eleocharis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Eleocharis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0277537F9BFB007396E2C9E7C21F5575>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Iris virginica var. virginica var. virginica L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Iris_virginica_virginica_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Iris_virginica_virginica_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "virginica" ;
|
||||
dwc:variety "virginica" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Iris_virginica_virginica> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris_virginica_virginica>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "virginica" ;
|
||||
dwc:variety "virginica" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iris_virginica> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris_virginica>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "virginica" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iris> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iridaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iridaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0282740D07BD7CFB343DC702B6418CC9>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Oxypolis rigidior Raf." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Oxypolis_rigidior_Raf_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Oxypolis_rigidior_Raf_>
|
||||
dwc:authority "(L.) Raf." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Oxypolis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Raf." ;
|
||||
dwc:species "rigidior" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Oxypolis_rigidior> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Oxypolis_rigidior>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Oxypolis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "rigidior" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Oxypolis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Oxypolis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Oxypolis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/02AFC5FF015E787E26E558615653D85A>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Cirsium lecontei Torr. & A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cirsium_lecontei_Torr_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Cirsium_lecontei_Torr_>
|
||||
dwc:authority "Torr. & A. Gray" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Torr. & Gray" ;
|
||||
dwc:species "lecontei" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cirsium_lecontei> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cirsium_lecontei>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lecontei" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cirsium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cirsium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/02B3C60F4DEDFC342B5679A5777DDA34>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Muhlenbergia expansa Trin." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Muhlenbergia_expansa_Trin_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Muhlenbergia_expansa_Trin_>
|
||||
dwc:authority "(Poir.) Trin." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Muhlenbergia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Poir.) Trin." ;
|
||||
dwc:species "expansa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Muhlenbergia_expansa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Muhlenbergia_expansa>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Muhlenbergia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "expansa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Muhlenbergia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Muhlenbergia>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Muhlenbergia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,117 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/038A18ADBE4F786958A814BFB7428C56>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Carex leptalea subsp. harperi Calder & Roy L. Taylor" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carex_leptalea_harperi_Calder_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Carex_leptalea_harperi_Calder_>
|
||||
dwc:authority "(Fernald) Calder & Roy L. Taylor" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "subSpecies" ;
|
||||
dwc:scientificNameAuthorship "(Fernald) Calder & Roy Taylor" ;
|
||||
dwc:species "leptalea" ;
|
||||
dwc:subSpecies "harperi" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_leptalea_harperi> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carex_leptalea_harperi>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "subSpecies" ;
|
||||
dwc:species "leptalea" ;
|
||||
dwc:subSpecies "harperi" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex_leptalea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carex_leptalea>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "leptalea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carex>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03E47DCA15651AAABDF9BE224DD4CD72>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Paspalum setaceum var. setaceum var. setaceum Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Paspalum_setaceum_setaceum_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Paspalum_setaceum_setaceum_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Paspalum" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "setaceum" ;
|
||||
dwc:variety "setaceum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Paspalum_setaceum_setaceum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Paspalum_setaceum_setaceum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Paspalum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "setaceum" ;
|
||||
dwc:variety "setaceum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Paspalum_setaceum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Paspalum_setaceum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Paspalum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "setaceum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Paspalum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Paspalum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Paspalum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03FD6FC7C7C6D9833612D5856653B8C9>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Viola lanceolata var. lanceolata var. lanceolata L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Viola_lanceolata_lanceolata_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Viola_lanceolata_lanceolata_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "lanceolata" ;
|
||||
dwc:variety "lanceolata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Viola_lanceolata_lanceolata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Viola_lanceolata_lanceolata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "lanceolata" ;
|
||||
dwc:variety "lanceolata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Viola_lanceolata> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Viola_lanceolata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lanceolata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Viola> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Viola>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Violaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Violaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/03FD9BABBC3CE2F2AB9A2C2C9D1B0A51>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Juncus acuminatus Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Juncus_acuminatus_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Juncus_acuminatus_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "acuminatus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Juncus_acuminatus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus_acuminatus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "acuminatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/042644C058528B8D97551264FD2A8EDE>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora cephalantha var. cephalantha var. cephalantha A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_cephalantha_cephalantha_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_cephalantha_cephalantha_Gray_>
|
||||
dwc:authority "A. Gray" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "Gray" ;
|
||||
dwc:species "cephalantha" ;
|
||||
dwc:variety "cephalantha" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_cephalantha_cephalantha> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_cephalantha_cephalantha>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "cephalantha" ;
|
||||
dwc:variety "cephalantha" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_cephalantha> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_cephalantha>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "cephalantha" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0445351ADFEA9055B6C3A58DA89F6742>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Sisyrinchium arenicola E. P. Bicknell" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sisyrinchium_arenicola_Bicknell_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Sisyrinchium_arenicola_Bicknell_>
|
||||
dwc:authority "E. P. Bicknell" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Sisyrinchium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Bicknell" ;
|
||||
dwc:species "arenicola" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sisyrinchium_arenicola> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Sisyrinchium_arenicola>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Sisyrinchium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "arenicola" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sisyrinchium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Sisyrinchium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Sisyrinchium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iridaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iridaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/04538FD6D79FC886434EA7C9841CABEB>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Elephantopus nudatus A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Elephantopus_nudatus_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Elephantopus_nudatus_Gray_>
|
||||
dwc:authority "A. Gray" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Elephantopus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Gray" ;
|
||||
dwc:species "nudatus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Elephantopus_nudatus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Elephantopus_nudatus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Elephantopus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "nudatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Elephantopus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Elephantopus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Elephantopus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/046D84E91412AFF13B9DF4B28C6068D3>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Woodwardia areolata Moore" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Woodwardia_areolata_Moore_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Woodwardia_areolata_Moore_>
|
||||
dwc:authority "(L.) Moore" ;
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:family "Blechnaceae" ;
|
||||
dwc:genus "Woodwardia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Polypodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Moore" ;
|
||||
dwc:species "areolata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Woodwardia_areolata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Woodwardia_areolata>
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:family "Blechnaceae" ;
|
||||
dwc:genus "Woodwardia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Polypodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "areolata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Woodwardia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Woodwardia>
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:family "Blechnaceae" ;
|
||||
dwc:genus "Woodwardia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Polypodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Blechnaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Blechnaceae>
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:family "Blechnaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Polypodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polypodiales>
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Polypodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polypodiopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polypodiopsida>
|
||||
dwc:class "Polypodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0478DA20DD5E5D1F4AEF2949B560C841>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Pinus taeda L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pinus_taeda_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinus_taeda_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "taeda" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinus_taeda> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinus_taeda>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "taeda" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinus>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinaceae>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinales>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinopsida>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/04CDAB86482BC894FB51FF8C3F49745B>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Quercus laurifolia Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Quercus_laurifolia_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Quercus_laurifolia_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fagaceae" ;
|
||||
dwc:genus "Quercus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "laurifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Quercus_laurifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Quercus_laurifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fagaceae" ;
|
||||
dwc:genus "Quercus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "laurifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Quercus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Quercus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fagaceae" ;
|
||||
dwc:genus "Quercus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fagaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fagaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fagales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/056C69351384EF080447F05769C00019>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Packera paupercula A. Loeve & D. Loeve" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Packera_paupercula_Loeve_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Packera_paupercula_Loeve_>
|
||||
dwc:authority "(Michx.) A. Loeve & D. Loeve" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Packera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Loeve & Loeve" ;
|
||||
dwc:species "paupercula" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Packera_paupercula> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Packera_paupercula>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Packera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "paupercula" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Packera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Packera>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Packera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/057D41123DAC7E37A7D2BCE9FE73E8C4>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Lycopodiella alopecuroides Cranfill" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lycopodiella_alopecuroides_Cranfill_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Lycopodiella_alopecuroides_Cranfill_>
|
||||
dwc:authority "(L.) Cranfill" ;
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Lycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Cranfill" ;
|
||||
dwc:species "alopecuroides" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lycopodiella_alopecuroides> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiella_alopecuroides>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Lycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "alopecuroides" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiella> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiella>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Lycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiaceae>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiales>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiopsida>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/05C50DDC47A0B3D80DC509AE5BBF7788>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Smilax glauca Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Smilax_glauca_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Smilax_glauca_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "glauca" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Smilax_glauca> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilax_glauca>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "glauca" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Smilax> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilax>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Smilacaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilacaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0607F885CA62C1F733BF33BD420CC56E>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora plumosa Elliott" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_plumosa_Elliott_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_plumosa_Elliott_>
|
||||
dwc:authority "Elliott" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Elliott" ;
|
||||
dwc:species "plumosa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_plumosa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_plumosa>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "plumosa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/06AE0254B4F72EB27FBEA93FF41559DB>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Aletris lutea Small" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aletris_lutea_Small_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Aletris_lutea_Small_>
|
||||
dwc:authority "Small" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Nartheciaceae" ;
|
||||
dwc:genus "Aletris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Small" ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aletris_lutea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aletris_lutea>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Nartheciaceae" ;
|
||||
dwc:genus "Aletris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aletris> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aletris>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Nartheciaceae" ;
|
||||
dwc:genus "Aletris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nartheciaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nartheciaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Nartheciaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dioscoreales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dioscoreales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Dioscoreales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0704C5C078C62B4CE3D592137EE341D8>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Aristida virgata Trin." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aristida_virgata_Trin_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Aristida_virgata_Trin_>
|
||||
dwc:authority "Trin." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Aristida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Trin." ;
|
||||
dwc:species "virgata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aristida_virgata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aristida_virgata>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Aristida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "virgata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aristida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aristida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Aristida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/072F2AA69D84DF4AAD02A68965BAFD4E>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora pinetorum Britton & Small" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_pinetorum_Britton_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_pinetorum_Britton_>
|
||||
dwc:authority "Britton & Small" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Britton & Small" ;
|
||||
dwc:species "pinetorum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_pinetorum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_pinetorum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pinetorum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0781CC272DDF2E47219AC7BCAA163079>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Tiedemannia filiformis var. filiformis var. filiformis (Walter) Feist & S. R. Downie" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tiedemannia_filiformis_filiformis_Feist_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Tiedemannia_filiformis_filiformis_Feist_>
|
||||
dwc:authority "(Walter) Feist & S. R. Downie" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Tiedemannia" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Walter) Feist & Downie" ;
|
||||
dwc:species "filiformis" ;
|
||||
dwc:variety "filiformis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tiedemannia_filiformis_filiformis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tiedemannia_filiformis_filiformis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Tiedemannia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "filiformis" ;
|
||||
dwc:variety "filiformis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tiedemannia_filiformis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tiedemannia_filiformis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Tiedemannia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "filiformis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tiedemannia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tiedemannia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Tiedemannia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/082F4DEA836C4D57BC9BAA8A8ADDEBA1>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Pinus serotina Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pinus_serotina_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pinus_serotina_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "serotina" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pinus_serotina> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinus_serotina>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "serotina" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinus>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:genus "Pinus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinaceae>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:family "Pinaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinales>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Pinales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pinopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pinopsida>
|
||||
dwc:class "Pinopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0838129EEA6A0C9F6A18EAD7A0832B85>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Panicum hemitomon Schult." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Panicum_hemitomon_Schult_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Panicum_hemitomon_Schult_>
|
||||
dwc:authority "Schult." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Panicum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Schult." ;
|
||||
dwc:species "hemitomon" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Panicum_hemitomon> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Panicum_hemitomon>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Panicum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hemitomon" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Panicum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Panicum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Panicum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/08468968605F9CD9B5BD68B4152C5FC9>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Ionactis linariifolia Greene" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ionactis_linariifolia_Greene_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ionactis_linariifolia_Greene_>
|
||||
dwc:authority "(L.) Greene" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Ionactis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Greene" ;
|
||||
dwc:species "linariifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ionactis_linariifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ionactis_linariifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Ionactis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "linariifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ionactis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ionactis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Ionactis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0865A62DFB51B25CF5730AA93DD2DED4>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Juncus biflorus Elliott" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Juncus_biflorus_Elliott_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Juncus_biflorus_Elliott_>
|
||||
dwc:authority "Elliott" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Elliott" ;
|
||||
dwc:species "biflorus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Juncus_biflorus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus_biflorus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "biflorus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/08D2A694008370A4F6DD9A2B3F8BA58D>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Dichanthelium consanguineum Gould & C. A. Clark" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_consanguineum_Gould_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_consanguineum_Gould_>
|
||||
dwc:authority "(Kunth) Gould & C. A. Clark" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Kunth) Gould & Clark" ;
|
||||
dwc:species "consanguineum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium_consanguineum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium_consanguineum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "consanguineum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0970B0A198E79938D9D773453A1D5ACE>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Lobelia canbyi A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Lobelia_canbyi_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Lobelia_canbyi_Gray_>
|
||||
dwc:authority "A. Gray" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Campanulaceae" ;
|
||||
dwc:genus "Lobelia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Gray" ;
|
||||
dwc:species "canbyi" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Lobelia_canbyi> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lobelia_canbyi>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Campanulaceae" ;
|
||||
dwc:genus "Lobelia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "canbyi" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lobelia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lobelia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Campanulaceae" ;
|
||||
dwc:genus "Lobelia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Campanulaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Campanulaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Campanulaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/09A20724C223AA0670BDFAD313E4D019>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Saccharum coarctatum R. D. Webster" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Saccharum_coarctatum_Webster_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Saccharum_coarctatum_Webster_>
|
||||
dwc:authority "(Fernald) R. D. Webster" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Saccharum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Fernald) Webster" ;
|
||||
dwc:species "coarctatum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Saccharum_coarctatum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Saccharum_coarctatum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Saccharum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "coarctatum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saccharum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Saccharum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Saccharum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/09AB797406C26DBC97283BF31868C7EB>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Eryngium integrifolium Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eryngium_integrifolium_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Eryngium_integrifolium_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Eryngium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "integrifolium" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eryngium_integrifolium> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eryngium_integrifolium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Eryngium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "integrifolium" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eryngium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eryngium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:genus "Eryngium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Apiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Apiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Apiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Apiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0A2DEABA24D18D256FDBA3A980ECB50B>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Stylosanthes biflora Britton, Sterns & Poggenb." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stylosanthes_biflora_Britton_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Stylosanthes_biflora_Britton_>
|
||||
dwc:authority "(L.) Britton, Sterns & Poggenb." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Stylosanthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Britton, Sterns & Poggenb." ;
|
||||
dwc:species "biflora" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stylosanthes_biflora> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Stylosanthes_biflora>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Stylosanthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "biflora" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stylosanthes> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Stylosanthes>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Stylosanthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0A31780544D61C0FDB0F8BBFB8BFD1AE>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Andropogon virginicus var. decipiens C. S. Campb." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Andropogon_virginicus_decipiens_Campb_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_virginicus_decipiens_Campb_>
|
||||
dwc:authority "C. S. Campb." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "Campb." ;
|
||||
dwc:species "virginicus" ;
|
||||
dwc:variety "decipiens" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_virginicus_decipiens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon_virginicus_decipiens>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "virginicus" ;
|
||||
dwc:variety "decipiens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon_virginicus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon_virginicus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "virginicus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0A8AACE082724DB75DB0DADE3161EE1F>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Ilex coriacea Chapm." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_coriacea_Chapm_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_coriacea_Chapm_>
|
||||
dwc:authority "(Pursh) Chapm." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Pursh) Chapm." ;
|
||||
dwc:species "coriacea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_coriacea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex_coriacea>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "coriacea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0AF16923CEDB3E41714DB06F4882CEA6>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Fimbristylis puberula var. puberula var. puberula (Michx.) Vahl" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Fimbristylis_puberula_puberula_Vahl_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Fimbristylis_puberula_puberula_Vahl_>
|
||||
dwc:authority "(Michx.) Vahl" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Fimbristylis" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Vahl" ;
|
||||
dwc:species "puberula" ;
|
||||
dwc:variety "puberula" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Fimbristylis_puberula_puberula> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fimbristylis_puberula_puberula>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Fimbristylis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "puberula" ;
|
||||
dwc:variety "puberula" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fimbristylis_puberula> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fimbristylis_puberula>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Fimbristylis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "puberula" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fimbristylis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fimbristylis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Fimbristylis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0B1E97631B8D2BF118A8FBD954DAD75B>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Schoenoplectus pungens var. pungens var. pungens (Vahl) Palla" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Schoenoplectus_pungens_pungens_Palla_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Schoenoplectus_pungens_pungens_Palla_>
|
||||
dwc:authority "(Vahl) Palla" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Schoenoplectus" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Vahl) Palla" ;
|
||||
dwc:species "pungens" ;
|
||||
dwc:variety "pungens" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Schoenoplectus_pungens_pungens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Schoenoplectus_pungens_pungens>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Schoenoplectus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "pungens" ;
|
||||
dwc:variety "pungens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Schoenoplectus_pungens> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Schoenoplectus_pungens>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Schoenoplectus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pungens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Schoenoplectus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Schoenoplectus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Schoenoplectus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0BBD3BC3E513C128976A19020E7B971B>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Isolepis carinata Hook. & Arn. ex Torr." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Isolepis_carinata_Hook_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Isolepis_carinata_Hook_>
|
||||
dwc:authority "Hook. & Arn. ex Torr." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Isolepis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Hook. & Arn. ex Torr." ;
|
||||
dwc:species "carinata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Isolepis_carinata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Isolepis_carinata>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Isolepis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "carinata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Isolepis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Isolepis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Isolepis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0BFE48AEFB2EC7B4BA5FC915A65AC6B1>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Chrysopsis mariana Elliott" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chrysopsis_mariana_Elliott_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Chrysopsis_mariana_Elliott_>
|
||||
dwc:authority "(L.) Elliott" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Chrysopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Elliott" ;
|
||||
dwc:species "mariana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chrysopsis_mariana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chrysopsis_mariana>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Chrysopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "mariana" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chrysopsis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chrysopsis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Chrysopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0C08488F2C6CD39C58F65CA1BBBCCDED>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Erechtites hieraciifolius Raf. ex DC." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Erechtites_hieraciifolius_DC_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Erechtites_hieraciifolius_DC_>
|
||||
dwc:authority "(L.) Raf. ex DC." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Erechtites" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Raf. ex DC." ;
|
||||
dwc:species "hieraciifolius" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Erechtites_hieraciifolius> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Erechtites_hieraciifolius>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Erechtites" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hieraciifolius" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Erechtites> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Erechtites>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Erechtites" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0C3D9D3A0F58BBB815833B2220D46DC5>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Pluchea foetida DC." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pluchea_foetida_DC_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pluchea_foetida_DC_>
|
||||
dwc:authority "(L.) DC." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Pluchea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) DC." ;
|
||||
dwc:species "foetida" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pluchea_foetida> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pluchea_foetida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Pluchea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "foetida" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pluchea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pluchea>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Pluchea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0C4884FF628D05CCC975C964B0D6915D>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora galeana Naczi, W. M. Knapp & G. Moor" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_galeana_Naczi_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_galeana_Naczi_>
|
||||
dwc:authority "Naczi, W. M. Knapp & G. Moor" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Naczi, Knapp & Moor" ;
|
||||
dwc:species "galeana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_galeana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_galeana>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "galeana" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0C4B390CC52402381E38CED9729B46A9>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Agalinis setacea Raf." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Agalinis_setacea_Raf_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Agalinis_setacea_Raf_>
|
||||
dwc:authority "(J. F. Gmel.) Raf." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Gmel.) Raf." ;
|
||||
dwc:species "setacea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Agalinis_setacea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Agalinis_setacea>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "setacea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Agalinis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Agalinis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orobanchaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orobanchaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0CCE34F5629B4E17D6754F8A91FE673D>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Cleistesiopsis oricamporum P. M. Br." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cleistesiopsis_oricamporum_Br_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Cleistesiopsis_oricamporum_Br_>
|
||||
dwc:authority "P. M. Br." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Cleistesiopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Br." ;
|
||||
dwc:species "oricamporum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cleistesiopsis_oricamporum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cleistesiopsis_oricamporum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Cleistesiopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "oricamporum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cleistesiopsis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cleistesiopsis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Cleistesiopsis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0D5EA015F373795BAE88DF1C4DD5D7E9>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Dichanthelium scoparium Gould" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_scoparium_Gould_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_scoparium_Gould_>
|
||||
dwc:authority "(Lam.) Gould" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Lam.) Gould" ;
|
||||
dwc:species "scoparium" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium_scoparium> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium_scoparium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "scoparium" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0D60FB8FC7372C767BA9D29763EED2AC>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Eupatorium mohrii Greene" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Eupatorium_mohrii_Greene_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Eupatorium_mohrii_Greene_>
|
||||
dwc:authority "Greene" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Eupatorium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Greene" ;
|
||||
dwc:species "mohrii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Eupatorium_mohrii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eupatorium_mohrii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Eupatorium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "mohrii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eupatorium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Eupatorium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Eupatorium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0D8C2E423CA8B1A9DDD9E61524039CD6>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Chamaecrista fasciculata var. fasciculata var. fasciculata (Michx.) Greene" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chamaecrista_fasciculata_fasciculata_Greene_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Chamaecrista_fasciculata_fasciculata_Greene_>
|
||||
dwc:authority "(Michx.) Greene" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Chamaecrista" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Greene" ;
|
||||
dwc:species "fasciculata" ;
|
||||
dwc:variety "fasciculata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chamaecrista_fasciculata_fasciculata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chamaecrista_fasciculata_fasciculata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Chamaecrista" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "fasciculata" ;
|
||||
dwc:variety "fasciculata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chamaecrista_fasciculata> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chamaecrista_fasciculata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Chamaecrista" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "fasciculata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chamaecrista> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chamaecrista>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Chamaecrista" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0DCA704F303E699D893F89A6938A5194>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Xyris floridana E. L. Bridges & Orzell" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Xyris_floridana_Bridges_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Xyris_floridana_Bridges_>
|
||||
dwc:authority "(Kral) E. L. Bridges & Orzell" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Xyridaceae" ;
|
||||
dwc:genus "Xyris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Kral) Bridges & Orzell" ;
|
||||
dwc:species "floridana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Xyris_floridana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Xyris_floridana>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Xyridaceae" ;
|
||||
dwc:genus "Xyris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "floridana" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Xyris> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Xyris>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Xyridaceae" ;
|
||||
dwc:genus "Xyris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Xyridaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Xyridaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Xyridaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0DCB8281D12F45E230A3C218FD53F422>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Hypericum hypericoides Crantz" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hypericum_hypericoides_Crantz_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Hypericum_hypericoides_Crantz_>
|
||||
dwc:authority "(L.) Crantz" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Crantz" ;
|
||||
dwc:species "hypericoides" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hypericum_hypericoides> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericum_hypericoides>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hypericoides" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0E2440A5BE0274943236A5138E30FDE8>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Drosera brevifolia Pursh" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Drosera_brevifolia_Pursh_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Drosera_brevifolia_Pursh_>
|
||||
dwc:authority "Pursh" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Droseraceae" ;
|
||||
dwc:genus "Drosera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Caryophyllales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Pursh" ;
|
||||
dwc:species "brevifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Drosera_brevifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Drosera_brevifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Droseraceae" ;
|
||||
dwc:genus "Drosera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Caryophyllales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "brevifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Drosera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Drosera>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Droseraceae" ;
|
||||
dwc:genus "Drosera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Caryophyllales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Droseraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Droseraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Droseraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Caryophyllales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Caryophyllales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Caryophyllales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Caryophyllales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0E880FF2AAB1EC53AB5C51B907A2A64C>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Silphium compositum var. compositum var. compositum Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Silphium_compositum_compositum_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Silphium_compositum_compositum_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Silphium" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "compositum" ;
|
||||
dwc:variety "compositum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Silphium_compositum_compositum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Silphium_compositum_compositum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Silphium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "compositum" ;
|
||||
dwc:variety "compositum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Silphium_compositum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Silphium_compositum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Silphium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "compositum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Silphium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Silphium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Silphium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0EAE063C601A8E90E771B75E4C194632>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Vaccinium tenellum Aiton" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vaccinium_tenellum_Aiton_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Vaccinium_tenellum_Aiton_>
|
||||
dwc:authority "Aiton" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Ericaceae" ;
|
||||
dwc:genus "Vaccinium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Aiton" ;
|
||||
dwc:species "tenellum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vaccinium_tenellum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Vaccinium_tenellum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Ericaceae" ;
|
||||
dwc:genus "Vaccinium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tenellum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vaccinium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Vaccinium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Ericaceae" ;
|
||||
dwc:genus "Vaccinium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ericaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Ericaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ericales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ericales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Ericales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0EB25471F555515F5D534BD5787837EF>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Chamaelirium luteum A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Chamaelirium_luteum_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Chamaelirium_luteum_Gray_>
|
||||
dwc:authority "(L.) A. Gray" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Chamaelirium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Gray" ;
|
||||
dwc:species "luteum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Chamaelirium_luteum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chamaelirium_luteum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Chamaelirium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "luteum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Chamaelirium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Chamaelirium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Chamaelirium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melanthiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Melanthiaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0EB7EDE2BA6E9D12D4D1B41899BDC2AB>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Iris verna var. verna var. verna L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Iris_verna_verna_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,94 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Iris_verna_verna_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "verna" ;
|
||||
dwc:variety "verna" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Iris_verna_verna> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris_verna_verna>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "verna" ;
|
||||
dwc:variety "verna" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iris_verna> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris_verna>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "verna" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iris> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iris>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:genus "Iris" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Iridaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Iridaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Iridaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0ED92ABCECE04B87B7B676ECB6E43CF8>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhexia petiolata Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhexia_petiolata_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhexia_petiolata_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Melastomataceae" ;
|
||||
dwc:genus "Rhexia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Myrtales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "petiolata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhexia_petiolata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhexia_petiolata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Melastomataceae" ;
|
||||
dwc:genus "Rhexia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Myrtales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "petiolata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhexia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhexia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Melastomataceae" ;
|
||||
dwc:genus "Rhexia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Myrtales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melastomataceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Melastomataceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Melastomataceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Myrtales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Myrtales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Myrtales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Myrtales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0EE33A0D13A112588AC440256C483B01>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Smilax laurifolia L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Smilax_laurifolia_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Smilax_laurifolia_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "laurifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Smilax_laurifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilax_laurifolia>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "laurifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Smilax> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilax>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:genus "Smilax" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Smilacaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Smilacaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Smilacaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0F011D225961E5723FFF029F5879405D>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora inexpansa Vahl" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_inexpansa_Vahl_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_inexpansa_Vahl_>
|
||||
dwc:authority "(Michx.) Vahl" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Vahl" ;
|
||||
dwc:species "inexpansa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_inexpansa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_inexpansa>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "inexpansa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0F8226C4F3124E50CD2353B0665D95B9>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Sabatia difformis Druce" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sabatia_difformis_Druce_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Sabatia_difformis_Druce_>
|
||||
dwc:authority "(L.) Druce" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Sabatia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Druce" ;
|
||||
dwc:species "difformis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sabatia_difformis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Sabatia_difformis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Sabatia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "difformis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sabatia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Sabatia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:genus "Sabatia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Gentianaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gentianales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Gentianales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Gentianales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0F9CD30C615DD93DA38F101600085B62>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Tephrosia florida C. E. Wood" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Tephrosia_florida_Wood_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Tephrosia_florida_Wood_>
|
||||
dwc:authority "(F. Dietr.) C. E. Wood" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Tephrosia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Dietr.) Wood" ;
|
||||
dwc:species "florida" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Tephrosia_florida> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tephrosia_florida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Tephrosia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "florida" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tephrosia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tephrosia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Tephrosia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0FA4354D1A5ECD394F4F852E3847A5E9>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Carya tomentosa Nutt." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carya_tomentosa_Nutt_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Carya_tomentosa_Nutt_>
|
||||
dwc:authority "(Poir.) Nutt." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Juglandaceae" ;
|
||||
dwc:genus "Carya" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Poir.) Nutt." ;
|
||||
dwc:species "tomentosa" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carya_tomentosa> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carya_tomentosa>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Juglandaceae" ;
|
||||
dwc:genus "Carya" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tomentosa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carya> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carya>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Juglandaceae" ;
|
||||
dwc:genus "Carya" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juglandaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juglandaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Juglandaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fagales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0FABBB91D0E1A52A338D44FE7F983DE1>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Juncus repens Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Juncus_repens_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Juncus_repens_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "repens" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Juncus_repens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus_repens>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "repens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/0FD88EBFAD0C285B7E8B7DF3CC3ED487>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Agalinis aphylla Raf." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Agalinis_aphylla_Raf_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Agalinis_aphylla_Raf_>
|
||||
dwc:authority "(Nutt.) Raf." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Nutt.) Raf." ;
|
||||
dwc:species "aphylla" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Agalinis_aphylla> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Agalinis_aphylla>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "aphylla" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Agalinis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Agalinis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:genus "Agalinis" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orobanchaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orobanchaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Orobanchaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/10436EF18E953B6CBB03A7110577C807>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Spiranthes vernalis Englem. & A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Spiranthes_vernalis_Englem_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Spiranthes_vernalis_Englem_>
|
||||
dwc:authority "Englem. & A. Gray" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Spiranthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Englem. & Gray" ;
|
||||
dwc:species "vernalis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Spiranthes_vernalis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Spiranthes_vernalis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Spiranthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "vernalis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Spiranthes> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Spiranthes>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Spiranthes" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/10A122348C74110B7542BB0400D24D37>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Platanthera cristata Lindl." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Platanthera_cristata_Lindl_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Platanthera_cristata_Lindl_>
|
||||
dwc:authority "(Michx.) Lindl." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Lindl." ;
|
||||
dwc:species "cristata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Platanthera_cristata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Platanthera_cristata>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "cristata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Platanthera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Platanthera>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/10A16E89CE160D49B71E0426CC36D742>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Cirsium repandum Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Cirsium_repandum_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Cirsium_repandum_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "repandum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Cirsium_repandum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cirsium_repandum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "repandum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cirsium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cirsium>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Cirsium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/10B909638D522C06159ACFA40B457AA4>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Polygala verticillata L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Polygala_verticillata_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Polygala_verticillata_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "verticillata" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Polygala_verticillata> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygala_verticillata>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "verticillata" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polygala> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygala>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polygalaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygalaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/10CCAD9478ACE51CD9EE0FDC143F2B91>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Vernonia angustifolia Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Vernonia_angustifolia_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Vernonia_angustifolia_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Vernonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "angustifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Vernonia_angustifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Vernonia_angustifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Vernonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "angustifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Vernonia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Vernonia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Vernonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/110DB07836237AE160F11F168516998D>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Pseudolycopodiella caroliniana Holub" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pseudolycopodiella_caroliniana_Holub_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pseudolycopodiella_caroliniana_Holub_>
|
||||
dwc:authority "(L.) Holub" ;
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Pseudolycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Holub" ;
|
||||
dwc:species "caroliniana" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pseudolycopodiella_caroliniana> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pseudolycopodiella_caroliniana>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Pseudolycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "caroliniana" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pseudolycopodiella> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pseudolycopodiella>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:genus "Pseudolycopodiella" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiaceae>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:family "Lycopodiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiales>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lycopodiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lycopodiopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lycopodiopsida>
|
||||
dwc:class "Lycopodiopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/11241D70DEB6674B438CB866FA2D46FA>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Carphephorus tomentosus Torr. & A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carphephorus_tomentosus_Torr_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Carphephorus_tomentosus_Torr_>
|
||||
dwc:authority "(Michx.) Torr. & A. Gray" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Carphephorus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Michx.) Torr. & Gray" ;
|
||||
dwc:species "tomentosus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carphephorus_tomentosus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carphephorus_tomentosus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Carphephorus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tomentosus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carphephorus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carphephorus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Carphephorus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/11366C223E04127F79394E0B8684B949>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Solidago pinetorum Small" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Solidago_pinetorum_Small_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Solidago_pinetorum_Small_>
|
||||
dwc:authority "Small" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Solidago" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Small" ;
|
||||
dwc:species "pinetorum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Solidago_pinetorum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Solidago_pinetorum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Solidago" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "pinetorum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Solidago> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Solidago>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:genus "Solidago" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asteraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asteraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Asteraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asterales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asterales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asterales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/114390E6125D3AB9E31EA96C614D0A36>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Polygala lutea L." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Polygala_lutea_L_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Polygala_lutea_L_>
|
||||
dwc:authority "L." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "L." ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Polygala_lutea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygala_lutea>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polygala> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygala>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:genus "Polygala" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Polygalaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Polygalaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Polygalaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/117D1404FE5593ADB293B640BBF42FCC>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Ilex myrtifolia Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Ilex_myrtifolia_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Ilex_myrtifolia_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "myrtifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Ilex_myrtifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex_myrtifolia>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "myrtifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Ilex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Ilex>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:genus "Ilex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Aquifoliaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aquifoliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Aquifoliales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Aquifoliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/11871CB925350425C1FD57CCB7898437>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora baldwinii A. Gray" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_baldwinii_Gray_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_baldwinii_Gray_>
|
||||
dwc:authority "A. Gray" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Gray" ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_baldwinii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_baldwinii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/119AC1D64EB3FD0B20DFC9D31D349315>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Andropogon gerardii Vitman" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Andropogon_gerardii_Vitman_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_gerardii_Vitman_>
|
||||
dwc:authority "Vitman" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Vitman" ;
|
||||
dwc:species "gerardii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_gerardii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon_gerardii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "gerardii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/11F39DDB441FAD06E8C537C1A767371D>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Stenanthium densum Zomlefer & Judd" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Stenanthium_densum_Zomlefer_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Stenanthium_densum_Zomlefer_>
|
||||
dwc:authority "(Desr.) Zomlefer & Judd" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Stenanthium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Desr.) Zomlefer & Judd" ;
|
||||
dwc:species "densum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Stenanthium_densum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Stenanthium_densum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Stenanthium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "densum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Stenanthium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Stenanthium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:genus "Stenanthium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Melanthiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Melanthiaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Melanthiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Liliales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/11F6B770689948321049B1DC8BE6D878>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Andropogon glaucopsis Steud." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Andropogon_glaucopsis_Steud_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_glaucopsis_Steud_>
|
||||
dwc:authority "Steud." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Steud." ;
|
||||
dwc:species "glaucopsis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_glaucopsis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon_glaucopsis>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "glaucopsis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/124039F5FBEFD1759B054D93C1D10944>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Hypericum lloydii W. P. Adams" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Hypericum_lloydii_Adams_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Hypericum_lloydii_Adams_>
|
||||
dwc:authority "(Svenson) W. P. Adams" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Svenson) Adams" ;
|
||||
dwc:species "lloydii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Hypericum_lloydii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericum_lloydii>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lloydii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:genus "Hypericum" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Hypericaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Hypericaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Hypericaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/124B35CD34D034709224C297D60EDC5B>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Centrosema virginianum Benth." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Centrosema_virginianum_Benth_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Centrosema_virginianum_Benth_>
|
||||
dwc:authority "(L.) Benth." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Centrosema" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Benth." ;
|
||||
dwc:species "virginianum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Centrosema_virginianum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Centrosema_virginianum>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Centrosema" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "virginianum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Centrosema> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Centrosema>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:genus "Centrosema" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Fabaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Fabales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Fabales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Fabales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/1305144E8AC4AB36A765A4EA50CC7A4B>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Viola septemloba Leconte" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Viola_septemloba_Leconte_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Viola_septemloba_Leconte_>
|
||||
dwc:authority "Leconte" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Leconte" ;
|
||||
dwc:species "septemloba" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Viola_septemloba> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Viola_septemloba>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "septemloba" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Viola> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Viola>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:genus "Viola" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Violaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Violaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Violaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Malpighiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Malpighiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Malpighiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/131142DD52D0FE2EA2BEF794A4668E35>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Scleria muehlenbergii Steud." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Scleria_muehlenbergii_Steud_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Scleria_muehlenbergii_Steud_>
|
||||
dwc:authority "Steud." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Steud." ;
|
||||
dwc:species "muehlenbergii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Scleria_muehlenbergii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Scleria_muehlenbergii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "muehlenbergii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Scleria> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Scleria>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/13DE8EB439C0FA0F5E6B61C96CC0B482>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Danthonia sericea Nutt." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Danthonia_sericea_Nutt_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Danthonia_sericea_Nutt_>
|
||||
dwc:authority "Nutt." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Danthonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Nutt." ;
|
||||
dwc:species "sericea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Danthonia_sericea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Danthonia_sericea>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Danthonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "sericea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Danthonia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Danthonia>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Danthonia" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/14053AB22148AF98B50CD17843E407A8>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Pleea tenuifolia Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Pleea_tenuifolia_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Pleea_tenuifolia_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Tofieldiaceae" ;
|
||||
dwc:genus "Pleea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Alismatales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "tenuifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Pleea_tenuifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pleea_tenuifolia>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Tofieldiaceae" ;
|
||||
dwc:genus "Pleea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Alismatales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "tenuifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Pleea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Pleea>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Tofieldiaceae" ;
|
||||
dwc:genus "Pleea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Alismatales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tofieldiaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tofieldiaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Tofieldiaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Alismatales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Alismatales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Alismatales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Alismatales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,118 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/141FF55737C14BF2012946F03478FA24>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Dichanthelium dichotomum var. nitidum LeBlond" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_dichotomum_nitidum_LeBlond_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_dichotomum_nitidum_LeBlond_>
|
||||
dwc:authority "(Lam.) LeBlond" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:infraspecific-rank "var." ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:scientificNameAuthorship "(Lam.) LeBlond" ;
|
||||
dwc:species "dichotomum" ;
|
||||
dwc:variety "nitidum" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium_dichotomum_nitidum> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium_dichotomum_nitidum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "variety" ;
|
||||
dwc:species "dichotomum" ;
|
||||
dwc:variety "nitidum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium_dichotomum> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium_dichotomum>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "dichotomum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/1593D883CF608BA5442FA880893B6E9F>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora latifolia W. W. Thomas" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_latifolia_Thomas_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_latifolia_Thomas_>
|
||||
dwc:authority "(Baldwin) W. W. Thomas" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Baldwin) Thomas" ;
|
||||
dwc:species "latifolia" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_latifolia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_latifolia>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "latifolia" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/159C2ECDC9769919350D8A9751194BC8>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Juncus polycephalos Michx." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Juncus_polycephalos_Michx_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Juncus_polycephalos_Michx_>
|
||||
dwc:authority "Michx." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Michx." ;
|
||||
dwc:species "polycephalos" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Juncus_polycephalos> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus_polycephalos>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "polycephalos" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:genus "Juncus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Juncaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Juncaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Juncaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/15A45EA8BD30C0CE2A615F5A2C6290A5>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Nuttallanthus canadensis D. A. Sutton" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Nuttallanthus_canadensis_Sutton_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Nuttallanthus_canadensis_Sutton_>
|
||||
dwc:authority "(L.) D. A. Sutton" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Plantaginaceae" ;
|
||||
dwc:genus "Nuttallanthus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Sutton" ;
|
||||
dwc:species "canadensis" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Nuttallanthus_canadensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nuttallanthus_canadensis>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Plantaginaceae" ;
|
||||
dwc:genus "Nuttallanthus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "canadensis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nuttallanthus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nuttallanthus>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Plantaginaceae" ;
|
||||
dwc:genus "Nuttallanthus" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Plantaginaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Plantaginaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Plantaginaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Lamiales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/162DE2BED06B7053DB6C676D95421961>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Platanthera ciliaris Lindl." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Platanthera_ciliaris_Lindl_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Platanthera_ciliaris_Lindl_>
|
||||
dwc:authority "(L.) Lindl." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(L.) Lindl." ;
|
||||
dwc:species "ciliaris" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Platanthera_ciliaris> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Platanthera_ciliaris>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "ciliaris" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Platanthera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Platanthera>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:genus "Platanthera" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orchidaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Orchidaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Orchidaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Asparagales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Asparagales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Asparagales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/164262BAAD4A4F355A91E49C6A7A0B2F>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Dichanthelium caerulescens Correll" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_caerulescens_Correll_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Dichanthelium_caerulescens_Correll_>
|
||||
dwc:authority "(Hack. ex Hitchc.) Correll" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Hack. ex Hitchc.) Correll" ;
|
||||
dwc:species "caerulescens" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium_caerulescens> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium_caerulescens>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "caerulescens" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Dichanthelium> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Dichanthelium>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Dichanthelium" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/16893D15D7C02B00284D8B0E811D3C2A>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Carex lutea LeBlond" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Carex_lutea_LeBlond_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Carex_lutea_LeBlond_>
|
||||
dwc:authority "LeBlond" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "LeBlond" ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Carex_lutea> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carex_lutea>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "lutea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Carex> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Carex>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Carex" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/16B13C9EC16331B0BDA6B193C54DB687>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Andropogon dealbatus Weakley & LeBlond" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Andropogon_dealbatus_Weakley_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Andropogon_dealbatus_Weakley_>
|
||||
dwc:authority "(C. Mohr ex Hack.) Weakley & LeBlond" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Mohr ex Hack.) Weakley & LeBlond" ;
|
||||
dwc:species "dealbatus" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Andropogon_dealbatus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon_dealbatus>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "dealbatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Andropogon> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Andropogon>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:genus "Andropogon" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Poaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/1725240FFBA30BCBD56F40ABB3315168>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Rhynchospora thornei Kral" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_thornei_Kral_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Rhynchospora_thornei_Kral_>
|
||||
dwc:authority "Kral" ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Kral" ;
|
||||
dwc:species "thornei" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora_thornei> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora_thornei>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "thornei" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhynchospora> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Rhynchospora>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Rhynchospora" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -1,103 +0,0 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/17B99460AC958B6CA5707CBDF06147CD>
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Scleria baldwinii Steud." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Scleria_baldwinii_Steud_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.2.e1099>
|
||||
bibo:endPage "1099" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "1099" ;
|
||||
bibo:volume "2" ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Scleria_baldwinii_Steud_>
|
||||
dwc:authority "(Torr.) Steud." ;
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Torr.) Steud." ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Scleria_baldwinii> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Scleria_baldwinii>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "baldwinii" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Scleria> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Scleria>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:genus "Scleria" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cyperaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cyperaceae>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:family "Cyperaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Poales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Poales>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Poales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Liliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Liliopsida>
|
||||
dwc:class "Liliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/17C497116144708AF3BF96053A12C486>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Nyssa biflora Walter" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Nyssa_biflora_Walter_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Nyssa_biflora_Walter_>
|
||||
dwc:authority "Walter" ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Nyssaceae" ;
|
||||
dwc:genus "Nyssa" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Cornales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Walter" ;
|
||||
dwc:species "biflora" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Nyssa_biflora> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nyssa_biflora>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Nyssaceae" ;
|
||||
dwc:genus "Nyssa" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Cornales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "biflora" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nyssa> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nyssa>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Nyssaceae" ;
|
||||
dwc:genus "Nyssa" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Cornales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Nyssaceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Nyssaceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Nyssaceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Cornales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cornales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Cornales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Cornales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/190AD0DB2B6220EAC3221086808A04CB>
|
||||
# Error: Could not add TaxonConceptCitation
|
||||
# Error: Could not produce taxonNameURI ;
|
||||
# Warning: Could not add treatment taxon because the rank attribute is missing ;
|
||||
dc:creator "Thornhill, Robert; Krings, Alexander; Lindbo, David; Stucky, Jon" ;
|
||||
dc:title "Persea palustris Sarg." ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Persea_palustris_Sarg_> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.2.e1099> ;
|
||||
a trt:Treatment .
|
||||
|
||||
|
@ -25,79 +26,3 @@
|
|||
dc:date "2014" ;
|
||||
dc:title "Guide to the Vascular Flora of the Savannas and Flatwoods of Shaken Creek Preserve and Vicinity (Pender & Onslow Counties, North Carolina, U. S. A.)" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Plantae/Persea_palustris_Sarg_>
|
||||
dwc:authority "(Raf.) Sarg." ;
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Lauraceae" ;
|
||||
dwc:genus "Persea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Laurales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Raf.) Sarg." ;
|
||||
dwc:species "palustris" ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Persea_palustris> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Persea_palustris>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Lauraceae" ;
|
||||
dwc:genus "Persea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Laurales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "palustris" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Persea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Persea>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Lauraceae" ;
|
||||
dwc:genus "Persea" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Laurales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lauraceae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Lauraceae>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:family "Lauraceae" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Laurales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Laurales> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Laurales>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:order "Laurales" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
|
||||
dwc:class "Magnoliopsida" ;
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:phylum "Tracheophyta" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Plantae>
|
||||
dwc:kingdom "Plantae" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue