GG2RDF 2024-07-15T09:41:22.593Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-15 09:41:35 +00:00
parent 6a02573e27
commit 617786bf9b
14 changed files with 1401 additions and 0 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/0398F0227C31FFEA3D92C50E77F8FC25>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Chirothrips manicatus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Chirothrips_manicatus_Haliday_1836> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Chirothrips_manicatus_Haliday_1836>
dwc:authority "(Haliday, 1836)" ;
dwc:baseAuthorityName "Haliday" ;
dwc:baseAuthorityYear "1836" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Chirothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Haliday, 1836)" ;
dwc:species "manicatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5Y666> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Chirothrips_manicatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Chirothrips_manicatus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Chirothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "manicatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chirothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chirothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Chirothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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,97 @@
@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/0398F0227C31FFEA3D92C7EE7702F99B>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015126> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Coremothrips pallidus Hood. In" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Coremothrips_pallidus> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015126> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Coremothrips_pallidus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Coremothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pallidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coremothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coremothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Coremothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015126>
dc:description "Figures 15. Thrips new to Hawaii. 1. Leaf-damage on Colocasia esculenta by Biltothrips minutus (photo: S. Chun). 2. Head of Indusiothrips seshadrii. 3. Head and pronotum of Monilothrips kempi. 4. Head and thorax of Trichromothrips priesneri. 5. Forewing of Coremothrips pallidus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015126/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,97 @@
@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/0398F0227C31FFEA3F52C4D974F0FCC2>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015126> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Indusiothrips seshadrii Priesner. Until" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Indusiothrips_seshadrii> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015126> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Indusiothrips_seshadrii>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Indusiothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "seshadrii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Indusiothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Indusiothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Indusiothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015126>
dc:description "Figures 15. Thrips new to Hawaii. 1. Leaf-damage on Colocasia esculenta by Biltothrips minutus (photo: S. Chun). 2. Head of Indusiothrips seshadrii. 3. Head and pronotum of Monilothrips kempi. 4. Head and thorax of Trichromothrips priesneri. 5. Forewing of Coremothrips pallidus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015126/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,97 @@
@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/0398F0227C31FFED3F52C70576D7FF62>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015126> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Monilothrips kempi Moulton. Described" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Monilothrips_kempi> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015126> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Monilothrips_kempi>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Monilothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kempi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Monilothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Monilothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Monilothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015126>
dc:description "Figures 15. Thrips new to Hawaii. 1. Leaf-damage on Colocasia esculenta by Biltothrips minutus (photo: S. Chun). 2. Head of Indusiothrips seshadrii. 3. Head and pronotum of Monilothrips kempi. 4. Head and thorax of Trichromothrips priesneri. 5. Forewing of Coremothrips pallidus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015126/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,97 @@
@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/0398F0227C33FFEA3F52C7467723FEC5>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015126> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Biltothrips minutus Bhatti." ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Biltothrips_minutus> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015126> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Biltothrips_minutus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Biltothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "minutus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Biltothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Biltothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Biltothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015126>
dc:description "Figures 15. Thrips new to Hawaii. 1. Leaf-damage on Colocasia esculenta by Biltothrips minutus (photo: S. Chun). 2. Head of Indusiothrips seshadrii. 3. Head and pronotum of Monilothrips kempi. 4. Head and thorax of Trichromothrips priesneri. 5. Forewing of Coremothrips pallidus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015126/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,97 @@
@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/0398F0227C34FFEF3D92C15D749EFEDB>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015128> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Sophiothrips annulatus Okajima." ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Sophiothrips_annulatus> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015128> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Sophiothrips_annulatus>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Sophiothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "annulatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sophiothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sophiothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Sophiothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015128>
dc:description "Figures 69. Thrips new to Hawaii. 6. Head and pronotum of Adraneothrips alajuela. 7. Abdominal tergites 1 and 2 of A. alajuela. 8. Head and pronotum of Azaleothrips siamensis. 9. Head and antenna of Sophiothrips annulatus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015128/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,90 @@
@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/0398F0227C34FFEF3D92C5617711FC8D>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Cartomothrips neboissi Mound and Walker. A" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Cartomothrips_neboissi> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Cartomothrips_neboissi>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Cartomothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "neboissi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cartomothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cartomothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Cartomothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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,90 @@
@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/0398F0227C34FFEF3D92C746777CFBF2>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Plectrothrips undefined-A" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Plectrothrips_undefined-A> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Plectrothrips_undefined-A>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Plectrothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undefined-A" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Plectrothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Plectrothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Plectrothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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,97 @@
@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/0398F0227C36FFEC3F52C0767406FA93>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015128> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Adraneothrips alajuela Mound and Marullo. Previously" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Adraneothrips_alajuela> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015128> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Adraneothrips_alajuela>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Adraneothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "alajuela" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Adraneothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Adraneothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Adraneothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015128>
dc:description "Figures 69. Thrips new to Hawaii. 6. Head and pronotum of Adraneothrips alajuela. 7. Abdominal tergites 1 and 2 of A. alajuela. 8. Head and pronotum of Azaleothrips siamensis. 9. Head and antenna of Sophiothrips annulatus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015128/files/figure.png> ;
a fabio:Figure .

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/0398F0227C36FFED3D92C4A576C4FC8C>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Pseudanaphothrips achaetus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudanaphothrips_achaetus_Bagnall_1916> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudanaphothrips_achaetus_Bagnall_1916>
dwc:authority "(Bagnall)" ;
dwc:baseAuthorityName "Bagnall" ;
dwc:baseAuthorityYear "1916" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Pseudanaphothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bagnall, 1916)" ;
dwc:species "achaetus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4NK69> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudanaphothrips_achaetus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudanaphothrips_achaetus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Pseudanaphothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "achaetus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudanaphothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudanaphothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Pseudanaphothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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/0398F0227C36FFED3D92C74675ECFEA6>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Thrips safrus Mound and Masumoto 1758" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Thrips_safrus_Mound_1758> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Thrips_safrus_Mound_1758>
dwc:authority "Mound and Masumoto" ;
dwc:authorityName "Mound and Masumoto" ;
dwc:authorityYear "1758" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Thrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Mound & Masumoto, 1758" ;
dwc:species "safrus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/56ML3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Thrips_safrus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Thrips_safrus>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Thrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "safrus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Thrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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,114 @@
@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/0398F0227C36FFED3F52C5617562FC78>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015126> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Trichromothrips priesneri" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Trichromothrips_priesneri_Bhatti_1967> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015126> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Trichromothrips_priesneri_Bhatti_1967>
dwc:authority "(Bhatti)" ;
dwc:baseAuthorityName "Bhatti" ;
dwc:baseAuthorityYear "1967" ;
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Trichromothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bhatti, 1967)" ;
dwc:species "priesneri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/58M7R> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Trichromothrips_priesneri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Trichromothrips_priesneri>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Trichromothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "priesneri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Trichromothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Trichromothrips>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:genus "Trichromothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thripidae>
dwc:class "Insecta" ;
dwc:family "Thripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015126>
dc:description "Figures 15. Thrips new to Hawaii. 1. Leaf-damage on Colocasia esculenta by Biltothrips minutus (photo: S. Chun). 2. Head of Indusiothrips seshadrii. 3. Head and pronotum of Monilothrips kempi. 4. Head and thorax of Trichromothrips priesneri. 5. Forewing of Coremothrips pallidus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015126/files/figure.png> ;
a fabio:Figure .

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/0398F0227C37FFEC3D92C15475E5FA93>
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Adraneothrips russatus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Adraneothrips_russatus_Haga_1973> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Adraneothrips_russatus_Haga_1973>
dwc:authority "(Haga)" ;
dwc:baseAuthorityName "Haga" ;
dwc:baseAuthorityYear "1973" ;
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Adraneothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Haga, 1973)" ;
dwc:species "russatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/655KD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Adraneothrips_russatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Adraneothrips_russatus>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Adraneothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "russatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Adraneothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Adraneothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Adraneothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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,97 @@
@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/0398F0227C37FFEF3F52C15477FBFEA6>
cito:cites <http://dx.doi.org/10.5281/zenodo.12015128> ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:title "Azaleothrips siamensis Okajima. Identified" ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.12015122> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Azaleothrips_siamensis> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.12015122>
bibo:endPage "28" ;
bibo:journal "Proceedings of the Hawaiian Entomological Society" ;
bibo:pubDate "2017-08-08" ;
bibo:startPage "17" ;
bibo:volume "49" ;
dc:creator "Mound, Laurence A.; Matsunaga, Janis N.; Bushe, Brian; Hoddle, Mark S.; Wells, Alice" ;
dc:date "2017" ;
dc:title "Adventive Thysanoptera Species in the Hawaiian Islands: New Records and Putative Host Associations" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12015128> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Azaleothrips_siamensis>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Azaleothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "siamensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Azaleothrips> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Azaleothrips>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:genus "Azaleothrips" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Phlaeothripidae>
dwc:class "Insecta" ;
dwc:family "Phlaeothripidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thysanoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thysanoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Thysanoptera" ;
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 .
<http://dx.doi.org/10.5281/zenodo.12015128>
dc:description "Figures 69. Thrips new to Hawaii. 6. Head and pronotum of Adraneothrips alajuela. 7. Abdominal tergites 1 and 2 of A. alajuela. 8. Head and pronotum of Azaleothrips siamensis. 9. Head and antenna of Sophiothrips annulatus." ;
fabio:hasRepresentation <https://zenodo.org/record/12015128/files/figure.png> ;
a fabio:Figure .