GG2RDF 2024-07-04T10:51:45.858Z full update: 002 of 241 (plazi/treatments-xml)
This commit is contained in:
parent
1ad0ee21af
commit
c80a7d63b5
3000 changed files with 403423 additions and 0 deletions
89
data/D8/6D/27/D86D2734977B32F9F832195531D60E8D.ttl
Normal file
89
data/D8/6D/27/D86D2734977B32F9F832195531D60E8D.ttl
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
@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/D86D2734977B32F9F832195531D60E8D>
|
||||
dc:creator "Mayr, G." ;
|
||||
dc:title "Pheidole silenus" ;
|
||||
trt:publishedIn <http://publication.plazi.org/id/177EEAE373E3E8A37F42A15CCECD0194> ;
|
||||
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pheidole_silenus> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://publication.plazi.org/id/177EEAE373E3E8A37F42A15CCECD0194>
|
||||
bibo:endPage "776" ;
|
||||
bibo:journal "Verhandlungen der Zoologisch-Botanischen Gesellschaft in Wien" ;
|
||||
bibo:startPage "649" ;
|
||||
bibo:volume "12" ;
|
||||
dc:creator "Mayr, G." ;
|
||||
dc:date "1862" ;
|
||||
dc:title "Myrmecologische Studien." ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pheidole_silenus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:genus "Pheidole" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "silenus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pheidole> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pheidole>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:genus "Pheidole" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Formicidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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:phylum "Arthropoda" ;
|
||||
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 .
|
||||
107
data/D8/6D/3B/D86D3B1088FF8BF152EFCCCB2F30A135.ttl
Normal file
107
data/D8/6D/3B/D86D3B1088FF8BF152EFCCCB2F30A135.ttl
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
@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/D86D3B1088FF8BF152EFCCCB2F30A135>
|
||||
dc:creator "Barcelos, Luis MD; Rodrigues, Pedro R; Bried, Joel; Mendonca, Enesima P; Gabriel, Rosalina; Borges, Paulo Alexandre Vieira" ;
|
||||
dc:title "Pluvialis dominica Mueller 1776" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pluvialis_dominica_Mueller_1776> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.3.e6604> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.3.e6604>
|
||||
bibo:endPage "6604" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "6604" ;
|
||||
bibo:volume "3" ;
|
||||
dc:creator "Barcelos, Luis MD; Rodrigues, Pedro R; Bried, Joel; Mendonca, Enesima P; Gabriel, Rosalina; Borges, Paulo Alexandre Vieira" ;
|
||||
dc:date "2015" ;
|
||||
dc:title "Birds from the Azores: An updated list with some comments on species distribution" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Pluvialis_dominica_Mueller_1776>
|
||||
dwc:ID-ENA "240205" ;
|
||||
dwc:authority "Mueller, 1776" ;
|
||||
dwc:authorityName "Mueller" ;
|
||||
dwc:authorityYear "1776" ;
|
||||
dwc:class "Aves" ;
|
||||
dwc:family "Charadriidae" ;
|
||||
dwc:genus "Pluvialis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Charadriiformes" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Mueller, 1776" ;
|
||||
dwc:species "dominica" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4KKPW> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pluvialis_dominica> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pluvialis_dominica>
|
||||
dwc:class "Aves" ;
|
||||
dwc:family "Charadriidae" ;
|
||||
dwc:genus "Pluvialis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Charadriiformes" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "dominica" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pluvialis> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Pluvialis>
|
||||
dwc:class "Aves" ;
|
||||
dwc:family "Charadriidae" ;
|
||||
dwc:genus "Pluvialis" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Charadriiformes" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charadriidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Charadriidae>
|
||||
dwc:class "Aves" ;
|
||||
dwc:family "Charadriidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Charadriiformes" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Charadriiformes> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Charadriiformes>
|
||||
dwc:class "Aves" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Charadriiformes" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aves> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Aves>
|
||||
dwc:class "Aves" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Chordata>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Chordata" ;
|
||||
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 .
|
||||
89
data/D8/6D/58/D86D58F4FFAA077A3716A312FA89185F.ttl
Normal file
89
data/D8/6D/58/D86D58F4FFAA077A3716A312FA89185F.ttl
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
@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/D86D58F4FFAA077A3716A312FA89185F>
|
||||
dc:creator "Fisher, J. Ray; Fisher, Danielle M.; Skvarla, Michael J.; Nelson, Whitney A.; Dowling, Ashley P. G." ;
|
||||
dc:title "Torrenticola folkertsae Fisher & Dowling, sp. n." ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.701.13261> ;
|
||||
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Torrenticola_folkertsae> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/zookeys.701.13261>
|
||||
bibo:endPage "496" ;
|
||||
bibo:journal "ZooKeys" ;
|
||||
bibo:startPage "1" ;
|
||||
bibo:volume "701" ;
|
||||
dc:creator "Fisher, J. Ray; Fisher, Danielle M.; Skvarla, Michael J.; Nelson, Whitney A.; Dowling, Ashley P. G." ;
|
||||
dc:date "2017" ;
|
||||
dc:title "Revision of torrent mites (Parasitengona, Torrenticolidae, Torrenticola) of the United States and Canada: 90 descriptions, molecular phylogenetics, and a key to species" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Torrenticola_folkertsae>
|
||||
dwc:class "Arachnida" ;
|
||||
dwc:family "Torrenticolidae" ;
|
||||
dwc:genus "Torrenticola" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Trombidiformes" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "folkertsae" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Torrenticola> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Torrenticola>
|
||||
dwc:class "Arachnida" ;
|
||||
dwc:family "Torrenticolidae" ;
|
||||
dwc:genus "Torrenticola" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Trombidiformes" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Torrenticolidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Torrenticolidae>
|
||||
dwc:class "Arachnida" ;
|
||||
dwc:family "Torrenticolidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Trombidiformes" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trombidiformes> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Trombidiformes>
|
||||
dwc:class "Arachnida" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Trombidiformes" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
|
||||
dwc:class "Arachnida" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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 .
|
||||
108
data/D8/6D/BA/D86DBA4C260AB594561E6E0DA1ECFCA5.ttl
Normal file
108
data/D8/6D/BA/D86DBA4C260AB594561E6E0DA1ECFCA5.ttl
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
@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/D86DBA4C260AB594561E6E0DA1ECFCA5>
|
||||
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Ethelurgina_meridionator>' due to issues with rank ;
|
||||
dc:creator "Broad, Gavin R." ;
|
||||
dc:title "Hadrodactylus gracilipes Thomson 1883" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hadrodactylus_gracilipes_Thomson_1883> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.3897/BDJ.4.e9042>
|
||||
bibo:endPage "9042" ;
|
||||
bibo:journal "Biodiversity Data Journal" ;
|
||||
bibo:startPage "9042" ;
|
||||
bibo:volume "4" ;
|
||||
dc:creator "Broad, Gavin R." ;
|
||||
dc:date "2016" ;
|
||||
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Hadrodactylus_gracilipes_Thomson_1883>
|
||||
dwc:ID-ENA "2882072" ;
|
||||
dwc:authority "Thomson, 1883" ;
|
||||
dwc:authorityName "Thomson" ;
|
||||
dwc:authorityYear "1883" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ichneumonidae" ;
|
||||
dwc:genus "Hadrodactylus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Thomson, 1883" ;
|
||||
dwc:species "gracilipes" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3J6WJ> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hadrodactylus_gracilipes> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hadrodactylus_gracilipes>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ichneumonidae" ;
|
||||
dwc:genus "Hadrodactylus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "gracilipes" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hadrodactylus> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hadrodactylus>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ichneumonidae" ;
|
||||
dwc:genus "Hadrodactylus" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Ichneumonidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Hymenoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
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:phylum "Arthropoda" ;
|
||||
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…
Add table
Add a link
Reference in a new issue