This commit is contained in:
parent
b3ea306dc8
commit
2b12f50cf4
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/1D2EAFFA755BB6D6BAB403D86F1AE25B>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "Haldeman, 1848" ;
|
||||
dwc:authorityName "Haldeman" ;
|
||||
dwc:authorityYear "1848" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Haldeman, 1848" ;
|
||||
dwc:species "flavicollis" ;
|
||||
|
@ -39,8 +43,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Symphora_flavicollis>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "flavicollis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Symphora> ;
|
||||
|
@ -48,6 +56,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Symphora>
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Symphora_flavicollis> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/243C1007F9FC939E3C7CEDDD33B588D6>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -29,7 +28,12 @@
|
|||
<http://taxon-concept.plazi.org/id/Animalia/Zilora_nuda_Provancher_1877>
|
||||
dwc:LSID "http://species-id.net/wiki/Zilora_nuda" ;
|
||||
dwc:authority "Provancher, 1877 **" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Provancher, 1877" ;
|
||||
dwc:species "nuda" ;
|
||||
|
@ -38,8 +42,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Zilora_nuda>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "nuda" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Zilora> ;
|
||||
|
@ -47,6 +55,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Zilora>
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Zilora_nuda> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/31E29682131383DA4B0F6F7382160245>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "LeConte, 1866" ;
|
||||
dwc:authorityName "LeConte" ;
|
||||
dwc:authorityYear "1866" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "LeConte, 1866" ;
|
||||
dwc:species "hispida" ;
|
||||
|
@ -39,8 +43,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Zilora_hispida>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "hispida" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Zilora> ;
|
||||
|
@ -48,6 +56,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Zilora>
|
||||
dwc:genus "Zilora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Zilora_hispida> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -28,12 +28,12 @@
|
|||
<http://taxon-concept.plazi.org/id/Animalia/Microscapha_clavicornis_LeConte_1866>
|
||||
dwc:LSID "http://species-id.net/wiki/Microscapha_clavicornis" ;
|
||||
dwc:authority "LeConte, 1866 **" ;
|
||||
dwc:class "Trematoda" ;
|
||||
dwc:family "Microscaphidiidae" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Microscapha" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Plagiorchiida" ;
|
||||
dwc:phylum "Platyhelminthes" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "LeConte, 1866" ;
|
||||
dwc:species "clavicornis" ;
|
||||
|
@ -41,12 +41,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Microscapha_clavicornis>
|
||||
dwc:class "Trematoda" ;
|
||||
dwc:family "Microscaphidiidae" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Microscapha" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Plagiorchiida" ;
|
||||
dwc:phylum "Platyhelminthes" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "clavicornis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microscapha> ;
|
||||
|
@ -54,30 +54,35 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Microscapha>
|
||||
dwc:genus "Microscapha" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Microscaphidiidae> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Microscaphidiidae>
|
||||
dwc:family "Microscaphidiidae" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plagiorchiida> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Plagiorchiida>
|
||||
dwc:order "Plagiorchiida" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trematoda> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Trematoda>
|
||||
dwc:class "Trematoda" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platyhelminthes> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Platyhelminthes>
|
||||
dwc:phylum "Platyhelminthes" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/5B11B71876C20280386FCF0CAC450AEC>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "Melsheimer, 1846" ;
|
||||
dwc:authorityName "Melsheimer" ;
|
||||
dwc:authorityYear "1846" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Spilotus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Melsheimer, 1846" ;
|
||||
dwc:species "quadripustulatus" ;
|
||||
|
@ -39,8 +43,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Spilotus_quadripustulatus>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Spilotus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "quadripustulatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spilotus> ;
|
||||
|
@ -48,6 +56,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Spilotus>
|
||||
dwc:genus "Spilotus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spilotus_quadripustulatus> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
dwc:authorityName "Laliberte" ;
|
||||
dwc:authorityYear "1967" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ortheziidae" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Laliberte, 1967" ;
|
||||
|
@ -44,10 +44,10 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Orchesia_ovata>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ortheziidae" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "ovata" ;
|
||||
|
@ -56,29 +56,34 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Orchesia>
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ortheziidae> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Ortheziidae>
|
||||
dwc:family "Ortheziidae" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
|
||||
dwc:order "Hemiptera" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
dwc:authorityName "Laliberte" ;
|
||||
dwc:authorityYear "1967" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ortheziidae" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Laliberte, 1967" ;
|
||||
|
@ -44,10 +44,10 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Orchesia_cultriformis>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ortheziidae" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hemiptera" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "cultriformis" ;
|
||||
|
@ -56,29 +56,34 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Orchesia>
|
||||
dwc:genus "Orchesia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ortheziidae> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Ortheziidae>
|
||||
dwc:family "Ortheziidae" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
|
||||
dwc:order "Hemiptera" ;
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/84B8BC787AEC0DE253DC9D229A563176>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "Mank, 1939" ;
|
||||
dwc:authorityName "Mank" ;
|
||||
dwc:authorityYear "1939" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Scotochroides" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Mank, 1939" ;
|
||||
dwc:species "antennatus" ;
|
||||
|
@ -40,8 +44,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Scotochroides_antennatus>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Scotochroides" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "antennatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scotochroides> ;
|
||||
|
@ -49,6 +57,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Scotochroides>
|
||||
dwc:genus "Scotochroides" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scotochroides_antennatus> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/9A25CE2E26EC4D5736AAE8D877D336FE>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "Haldeman, 1848" ;
|
||||
dwc:authorityName "Haldeman" ;
|
||||
dwc:authorityYear "1848" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Haldeman, 1848" ;
|
||||
dwc:species "rugosa" ;
|
||||
|
@ -40,8 +44,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Symphora_rugosa>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "rugosa" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Symphora> ;
|
||||
|
@ -49,6 +57,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Symphora>
|
||||
dwc:genus "Symphora" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Symphora_rugosa> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/A3E466729886F46FA23E5C3B75E2FBFE>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "Haldeman, 1848" ;
|
||||
dwc:authorityName "Haldeman" ;
|
||||
dwc:authorityYear "1848" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Enchodes" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Haldeman, 1848" ;
|
||||
dwc:species "sericea" ;
|
||||
|
@ -39,8 +43,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Enchodes_sericea>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Enchodes" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "sericea" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Enchodes> ;
|
||||
|
@ -48,6 +56,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Enchodes>
|
||||
dwc:genus "Enchodes" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Enchodes_sericea> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/E11AE6DE529CC843FF2109267DCFEED4>
|
||||
dc:creator "Webster, Reginald P.; Sweeney, Jon D.; DeMerchant, Ian" ;
|
||||
|
@ -31,7 +30,12 @@
|
|||
dwc:authority "LeConte, 1878" ;
|
||||
dwc:authorityName "LeConte" ;
|
||||
dwc:authorityYear "1878" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Phloeotrya" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "LeConte, 1878" ;
|
||||
dwc:species "fusca" ;
|
||||
|
@ -39,8 +43,12 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Phloeotrya_fusca>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:genus "Phloeotrya" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "fusca" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phloeotrya> ;
|
||||
|
@ -48,6 +56,40 @@
|
|||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Phloeotrya>
|
||||
dwc:genus "Phloeotrya" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phloeotrya_fusca> ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Melandryidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Melandryidae>
|
||||
dwc:family "Melandryidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
|
Loading…
Reference in a new issue