GG2RDF 2024-08-09T12:58:23.800Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-09 12:58:36 +00:00
parent 19ceb3b4bc
commit 96cc54d6c0
14 changed files with 1324 additions and 14 deletions

View 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/53568780DE06FF91FE09FD7E3FC1FC35>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Periphyllus pakistanicus Remaudiere 2002" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Periphyllus_pakistanicus_Remaudiere_2002> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Periphyllus_pakistanicus_Remaudiere_2002>
dwc:authority "Remaudiere, 2002" ;
dwc:authorityName "Remaudiere" ;
dwc:authorityYear "2002" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Periphyllus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Remaudiere, 2002" ;
dwc:species "pakistanicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4F33C> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Periphyllus_pakistanicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Periphyllus_pakistanicus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Periphyllus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pakistanicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Periphyllus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Periphyllus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Periphyllus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View file

@ -8,15 +8,114 @@
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# There was some Error in gg2rdf
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# Error: Cannot produce RDF due to data errors:
# - the treatment is lacking the taxon
# at checkForErrors (file:///app/src/gg2rdf.ts:120:13)
# at gg2rdf (file:///app/src/gg2rdf.ts:84:5)
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:71:9)
# at GHActWorker.run (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:103:22)
# at eventLoopTick (ext:core/01_core.js:168:7)
# at async GHActWorker.startTask (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:81:7)
# at async GHActWorker.scope.onmessage (https://deno.land/x/ghact@1.2.2/src/GHActWorker.ts:68:28)
<http://treatment.plazi.org/id/53568780DE11FF86FE8EFC163814FB4C>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Macrosiphoniella (Phalangomyzus) oblonga" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Macrosiphoniella_oblonga_Mordvilko_1901> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Macrosiphoniella_oblonga_Mordvilko_1901>
dwc:authority "(Mordvilko, 1901)" ;
dwc:baseAuthorityName "Mordvilko" ;
dwc:baseAuthorityYear "1901" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Macrosiphoniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Mordvilko, 1901)" ;
dwc:species "oblonga" ;
dwc:subGenus "Phalangomyzus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PDF7> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella_oblonga> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella_oblonga>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Macrosiphoniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "oblonga" ;
dwc:subGenus "Phalangomyzus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella_Phalangomyzus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella_Phalangomyzus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Macrosiphoniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Phalangomyzus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Macrosiphoniella>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Macrosiphoniella" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View file

@ -0,0 +1,121 @@
@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/53568780DE17FF80FE2BFDFD3F88FC97>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Myzus (Sciamyzus) ascalonicus Doncaster 1946" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Myzus_ascalonicus_Doncaster_1946> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Myzus_ascalonicus_Doncaster_1946>
dwc:authority "Doncaster, 1946" ;
dwc:authorityName "Doncaster" ;
dwc:authorityYear "1946" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Myzus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Doncaster, 1946" ;
dwc:species "ascalonicus" ;
dwc:subGenus "Sciamyzus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8PFGS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myzus_ascalonicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Myzus_ascalonicus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Myzus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ascalonicus" ;
dwc:subGenus "Sciamyzus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myzus_Sciamyzus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myzus_Sciamyzus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Myzus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Sciamyzus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Myzus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myzus>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Myzus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View file

@ -0,0 +1,109 @@
@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/53568780DE1AFF8DFDF7F90E3F35F845>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Hyadaphis passerinii del Guercio 1911" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hyadaphis_passerinii_Guercio_1911> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Hyadaphis_passerinii_Guercio_1911>
dwc:authority "(del Guercio, 1911)" ;
dwc:authorityName "del Guercio" ;
dwc:authorityYear "1911" ;
dwc:baseAuthorityName "Del Guercio" ;
dwc:baseAuthorityYear "1911" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Hyadaphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Del Guercio, 1911) del Guercio, 1911" ;
dwc:species "passerinii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3MVD6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Hyadaphis_passerinii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Hyadaphis_passerinii>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Hyadaphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "passerinii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hyadaphis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hyadaphis>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Hyadaphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View 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/53568780DE24FFB3FDF8F9D13EDAF88E>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Coloradoa angelicae del Guercio 1911" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Coloradoa_angelicae_Guercio_1911> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coloradoa_angelicae_Guercio_1911>
dwc:authority "(del Guercio, 1911)" ;
dwc:authorityName "del Guercio" ;
dwc:authorityYear "1911" ;
dwc:baseAuthorityName "Del Guercio" ;
dwc:baseAuthorityYear "1911" ;
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Del Guercio, 1911) del Guercio, 1911" ;
dwc:species "angelicae" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coloradoa_angelicae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Coloradoa_angelicae>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "angelicae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coloradoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coloradoa>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cactaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cactaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
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 .

View file

@ -0,0 +1,106 @@
@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/53568780DE27FFB0FDFAFB393EFAFA5B>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Coloradoa rufomaculata" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Coloradoa_rufomaculata_Wilson_1908> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coloradoa_rufomaculata_Wilson_1908>
dwc:authority "(Wilson, 1908)" ;
dwc:baseAuthorityName "Wilson" ;
dwc:baseAuthorityYear "1908" ;
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Wilson, 1908)" ;
dwc:species "rufomaculata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Coloradoa_rufomaculata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Coloradoa_rufomaculata>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rufomaculata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Coloradoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Coloradoa>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
dwc:genus "Coloradoa" ;
dwc:kingdom "Plantae" ;
dwc:order "Caryophyllales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cactaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cactaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Cactaceae" ;
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 .

View file

@ -28,6 +28,7 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Coloradoa_submissa_Doncaster_1961>
dwc:authority "Doncaster, 1961" ;
dwc:authorityName "Doncaster" ;
dwc:authorityYear "1961" ;
dwc:class "Magnoliopsida" ;

View 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/53568780DE3CFFA8FDA7F9123FD2FBAC>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Aphis craccivora Koch 1854" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aphis_craccivora_Koch_1854> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aphis_craccivora_Koch_1854>
dwc:authority "Koch, 1854" ;
dwc:authorityName "Koch" ;
dwc:authorityYear "1854" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Koch, 1854" ;
dwc:species "craccivora" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67LM4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphis_craccivora> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aphis_craccivora>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "craccivora" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphis>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View 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/53568780DE3EFFA6FDACFABA384DFB38>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Aphis gossypii Glover 1877" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aphis_gossypii_Glover_1877> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aphis_gossypii_Glover_1877>
dwc:authority "Glover, 1877" ;
dwc:authorityName "Glover" ;
dwc:authorityYear "1877" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Glover, 1877" ;
dwc:species "gossypii" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/FDWX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphis_gossypii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aphis_gossypii>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gossypii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphis>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View 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/53568780DE3FFFA9FD96FA9D3E2DFEC8>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Aphis fabae Scopoli 1763" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Aphis_fabae_Scopoli_1763> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Aphis_fabae_Scopoli_1763>
dwc:authority "Scopoli, 1763" ;
dwc:authorityName "Scopoli" ;
dwc:authorityYear "1763" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Scopoli, 1763" ;
dwc:species "fabae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/FDW6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Aphis_fabae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Aphis_fabae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fabae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphis>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Aphis" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View 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/53568780DE72FFE5FDA3F9B93F4CF8DB>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Cinara eastopi Pintera 1965" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cinara_eastopi_Pintera_1965> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cinara_eastopi_Pintera_1965>
dwc:authority "Pintera, 1965" ;
dwc:authorityName "Pintera" ;
dwc:authorityYear "1965" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Pintera, 1965" ;
dwc:species "eastopi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8P84V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cinara_eastopi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cinara_eastopi>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "eastopi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cinara> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cinara>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View 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/53568780DE72FFE5FDC4FC303EEEFB50>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Cinara comata Doncaster 1956" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cinara_comata_Doncaster_1956> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cinara_comata_Doncaster_1956>
dwc:authority "(Doncaster, 1956)" ;
dwc:authorityName "Doncaster" ;
dwc:authorityYear "1956" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Doncaster, 1956" ;
dwc:species "comata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/VCSG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cinara_comata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cinara_comata>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "comata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cinara> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cinara>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Cinara" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .

View file

@ -11,7 +11,7 @@
<http://treatment.plazi.org/id/53568780DE74FFE3FE4AFAC03CA7F926>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Cinara (Cupressobium) tujafilina" ;
dc:title "Cinara (Cupressobium) tujafilina del Guercio 1911" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cinara_tujafilina_Guercio_1909> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
@ -28,6 +28,9 @@
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cinara_tujafilina_Guercio_1909>
dwc:authority "(del Guercio, 1909)" ;
dwc:authorityName "del Guercio" ;
dwc:authorityYear "1911" ;
dwc:baseAuthorityName "Del Guercio" ;
dwc:baseAuthorityYear "1909" ;
dwc:class "Insecta" ;
@ -37,7 +40,7 @@
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Del Guercio, 1909)" ;
dwc:scientificNameAuthorship "(Del Guercio, 1909) del Guercio, 1911" ;
dwc:species "tujafilina" ;
dwc:subGenus "Cupressobium" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/VCZ4> ;

View file

@ -0,0 +1,121 @@
@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/53568780DE79FFEEFE0AFE7539FDFD0F>
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:title "Sipha (Rungsia) elegans Del Guercio 1905" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sipha_elegans_Guercio_1905> ;
trt:publishedIn <http://dx.doi.org/10.5852/ejt.2024.945.2613> ;
a trt:Treatment .
<http://dx.doi.org/10.5852/ejt.2024.945.2613>
bibo:endPage "114" ;
bibo:journal "European Journal of Taxonomy" ;
bibo:pubDate "2024-07-25" ;
bibo:startPage "1" ;
bibo:volume "945" ;
dc:creator "Hassan, Muhammad Asghar; Asif, Muhammad; Chakrabarti, Samiran; Amin, Muhammad; Abbas, Zohair; Maryam, Zershina; Iqbal, Zafar; Ali, Muhammad; Qasim, Muhammad; Bashir, Nawaz Haider; Ali, Muhammad Yasir; Xing, Jichun" ;
dc:date "2024" ;
dc:title "A comprehensive checklist and host plants of Aphididae (Aphidomorpha: Hemiptera) from Pakistan" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sipha_elegans_Guercio_1905>
dwc:authority "del Guercio, 1905" ;
dwc:authorityName "Del Guercio" ;
dwc:authorityYear "1905" ;
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Sipha" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Del Guercio, 1905" ;
dwc:species "elegans" ;
dwc:subGenus "Rungsia" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/6Z2QJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sipha_elegans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sipha_elegans>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Sipha" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "elegans" ;
dwc:subGenus "Rungsia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sipha_Rungsia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sipha_Rungsia>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Sipha" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Rungsia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sipha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sipha>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:genus "Sipha" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphididae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphididae>
dwc:class "Insecta" ;
dwc:family "Aphididae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
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 .