GG2RDF 2024-08-08T15:03:08.218Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-08 15:03:20 +00:00
parent 51266e8bb2
commit 53f1e88398
12 changed files with 1373 additions and 0 deletions

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/265BB607FF87FFDCFEED2B6D283AFC3A>
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:title "Oxybelus diphyllus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Oxybelus_diphyllus_Costa_1882> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5492.1.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5492.1.4>
bibo:endPage "95" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-08-02" ;
bibo:startPage "71" ;
bibo:volume "5492" ;
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:date "2024" ;
dc:title "Sphecidae sensu lato (Hymenoptera: Apoidea) of the Jazan Province, south-west of Saudi Arabia, with the description of two new species" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Oxybelus_diphyllus_Costa_1882>
dwc:authority "(A. Costa, 1882)" ;
dwc:baseAuthorityName "A. Costa" ;
dwc:baseAuthorityYear "1882" ;
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(A. Costa, 1882)" ;
dwc:species "diphyllus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4BCQ3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oxybelus_diphyllus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Oxybelus_diphyllus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "diphyllus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oxybelus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oxybelus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crabronidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crabronidae>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,79 @@
@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/265BB607FF99FFC2FEED2BA42DB9FC1E>
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:title "Liris sp." ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5492.1.4> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Liris> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5492.1.4>
bibo:endPage "95" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-08-02" ;
bibo:startPage "71" ;
bibo:volume "5492" ;
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:date "2024" ;
dc:title "Sphecidae sensu lato (Hymenoptera: Apoidea) of the Jazan Province, south-west of Saudi Arabia, with the description of two new species" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Liris>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Liris" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crabronidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crabronidae>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,196 @@
@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/265BB607FF9CFFC1FEED2E572D73FEEE>
cito:cites <http://dx.doi.org/10.5281/zenodo.13212115> ;
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:title "Encopognathus bellulus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/265BB607FF9CFFC1FEED2E572D73FEEE.mc.1E9A0D4CFF9AFFC1FFBE289C2BF9FF26> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Encopognathus_bellulus_Torre_1897> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Oxybelus_bellus_Cameron_1890>, <http://taxon-concept.plazi.org/id/Animalia/Oxybelus_bellulus_Torre_1897> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.5492.1.4> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.5492.1.4>
bibo:endPage "95" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2024-08-02" ;
bibo:startPage "71" ;
bibo:volume "5492" ;
dc:creator "Gadallah, Neveen S.; Abu El-Ghiet, Usama M." ;
dc:date "2024" ;
dc:title "Sphecidae sensu lato (Hymenoptera: Apoidea) of the Jazan Province, south-west of Saudi Arabia, with the description of two new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13212115> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Encopognathus_bellulus_Torre_1897>
dwc:authority "(Dalla Torre, 1897)" ;
dwc:baseAuthorityName "Dalla Torre" ;
dwc:baseAuthorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Encopognathus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Dalla Torre, 1897)" ;
dwc:species "bellulus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/39P7D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Encopognathus_bellulus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Oxybelus_bellus_Cameron_1890>
dwc:authority "Cameron, 1890: 280" ;
dwc:authorityName "Cameron" ;
dwc:authorityPageNumber "280" ;
dwc:authorityYear "1890" ;
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cameron, 1890" ;
dwc:species "bellus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/39P7D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oxybelus_bellus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Oxybelus_bellulus_Torre_1897>
dwc:authority "Dalla Torre, 1897: 638" ;
dwc:authorityName "Dalla Torre" ;
dwc:authorityPageNumber "638" ;
dwc:authorityYear "1897" ;
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Dalla Torre, 1897" ;
dwc:species "bellulus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/39P7D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oxybelus_bellulus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Encopognathus_bellulus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Encopognathus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bellulus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Encopognathus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Encopognathus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Encopognathus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crabronidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Crabronidae>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oxybelus_bellus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bellus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oxybelus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oxybelus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Crabronidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oxybelus_bellulus>
dwc:class "Insecta" ;
dwc:family "Crabronidae" ;
dwc:genus "Oxybelus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bellulus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oxybelus> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13212115>
dc:description "FIGURE 7. Encopognathus bellulus (Dalla Torre, 1897) (♂): A, habitus dorsally; B, frontal view of head; C, lateral view of head and thorax; D, dorsal view of head (partly) and thorax; E, forewing; F, last gastral terga and pygidial plate; G, ventral view of gaster." ;
fabio:hasRepresentation <https://zenodo.org/record/13212115/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/265BB607FF9CFFC1FEED2E572D73FEEE.mc.1E9A0D4CFF9AFFC1FFBE289C2BF9FF26>
dwc:eventDate "2023-03-16" ;
dwc:locality "Abu Arish" ;
dwc:verbatimLatitude "16.966667" ;
dwc:verbatimLongitude "42.816666" ;
trt:httpUri <https://treatment.plazi.org/id/265BB607FF9CFFC1FEED2E572D73FEEE#1E9A0D4CFF9AFFC1FFBE289C2BF9FF26> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,113 @@
@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/289621114B8A508994C4BD2D3474B4B6>
cito:cites <http://dx.doi.org/10.3897/zookeys.1209.117368.figure3> ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Mastigimas longicaudatus Rendon-Mera, Burckhardt & Vargas-Fonseca 2024, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mastigimas_longicaudatus_Rendon-Mera_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1209.117368.figure3> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mastigimas_longicaudatus_Rendon-Mera_2024>
dwc:authority "Rendon-Mera, Burckhardt & Vargas-Fonseca" ;
dwc:authorityName "Rendon-Mera, Burckhardt & Vargas-Fonseca" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rendon-Mera, Burckhardt & Vargas-Fonseca, 2024" ;
dwc:species "longicaudatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mastigimas_longicaudatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mastigimas_longicaudatus>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longicaudatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mastigimas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mastigimas>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mastigimatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mastigimatidae>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
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 .
<http://dx.doi.org/10.3897/zookeys.1209.117368.figure3>
dc:description "Figure 3. A G Mastigimas colombianus Burckhardt, Queiroz & Drohojowska, 2013 H N Mastigimas longicaudatus Rendón-Mera, Burckhardt & Vargas-Fonseca, sp. nov. A, I male, dorsal view B, J female, dorsal view C, K paramere, outer surface, lateral view D, L paramere, inner surface, lateral view E, M distal segment of aedeagus, lateral view F, N female terminalia, lateral view G, H forewing." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1110595> ;
a fabio:Figure .

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/3B5C6D0347BF5181B8D7E8600F7370CD>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Tuthillia latipennis Hodkinson, Brown & Burckhardt 1986" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tuthillia_latipennis_Hodkinson_1986> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tuthillia_latipennis_Hodkinson_1986>
dwc:authority "Hodkinson, Brown & Burckhardt, 1986" ;
dwc:authorityName "Hodkinson, Brown & Burckhardt" ;
dwc:authorityYear "1986" ;
dwc:class "Insecta" ;
dwc:family "Psyllidae" ;
dwc:genus "Tuthillia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hodkinson, Brown & Burckhardt, 1986" ;
dwc:species "latipennis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tuthillia_latipennis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tuthillia_latipennis>
dwc:class "Insecta" ;
dwc:family "Psyllidae" ;
dwc:genus "Tuthillia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latipennis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tuthillia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tuthillia>
dwc:class "Insecta" ;
dwc:family "Psyllidae" ;
dwc:genus "Tuthillia" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Psyllidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Psyllidae>
dwc:class "Insecta" ;
dwc:family "Psyllidae" ;
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/3DDFA55D86A858718ED0BBF7F591D80E>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Ctenarytaina spatulata Taylor 1997" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ctenarytaina_spatulata_Taylor_1997> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ctenarytaina_spatulata_Taylor_1997>
dwc:authority "Taylor, 1997" ;
dwc:authorityName "Taylor" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Taylor, 1997" ;
dwc:species "spatulata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3249W> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ctenarytaina_spatulata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ctenarytaina_spatulata>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "spatulata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ctenarytaina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ctenarytaina>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphalaridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphalaridae>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
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,113 @@
@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/58A1AB7983A85420B7BE2EF628E2CCC5>
cito:cites <http://dx.doi.org/10.3897/zookeys.1209.117368.figure4> ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Leuronota albilinea Rendon-Mera, Burckhardt & Vargas-Fonseca 2024, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Leuronota_albilinea_Rendon-Mera_2024> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1209.117368.figure4> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Leuronota_albilinea_Rendon-Mera_2024>
dwc:authority "Rendon-Mera, Burckhardt & Vargas-Fonseca" ;
dwc:authorityName "Rendon-Mera, Burckhardt & Vargas-Fonseca" ;
dwc:authorityYear "2024" ;
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Leuronota" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Rendon-Mera, Burckhardt & Vargas-Fonseca, 2024" ;
dwc:species "albilinea" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Leuronota_albilinea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Leuronota_albilinea>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Leuronota" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albilinea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leuronota> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leuronota>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Leuronota" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Asteraceae>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
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 .
<http://dx.doi.org/10.3897/zookeys.1209.117368.figure4>
dc:description "Figure 4. Leuronota albilinea Rendón-Mera, Burckhardt & Vargas-Fonseca, sp. nov. A head, dorsal view B habitus, dorsal view C forewing D surface spinules E G male terminalia, lateral view E paramere, outer surface F paramere, inner surface G distal segment of aedeagus H female terminalia, lateral view." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1110596> ;
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/60355E31B6A15065952BDAB7F87E5466>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Calinda gibbosa" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calinda_gibbosa_Tuthill_1959> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calinda_gibbosa_Tuthill_1959>
dwc:authority "(Tuthill, 1959)" ;
dwc:baseAuthorityName "Tuthill" ;
dwc:baseAuthorityYear "1959" ;
dwc:class "Insecta" ;
dwc:family "Triozidae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tuthill, 1959)" ;
dwc:species "gibbosa" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/PKNT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calinda_gibbosa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calinda_gibbosa>
dwc:class "Insecta" ;
dwc:family "Triozidae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gibbosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calinda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calinda>
dwc:class "Insecta" ;
dwc:family "Triozidae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Triozidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Triozidae>
dwc:class "Insecta" ;
dwc:family "Triozidae" ;
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/7B8EB9670875582D8AFDFBBB0055C3DC>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Syncoptozus mexicanus Hodkinson 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Syncoptozus_mexicanus_Hodkinson_1990> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Syncoptozus_mexicanus_Hodkinson_1990>
dwc:authority "Hodkinson, 1990" ;
dwc:authorityName "Hodkinson" ;
dwc:authorityYear "1990" ;
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Syncoptozus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hodkinson, 1990" ;
dwc:species "mexicanus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/53V7J> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Syncoptozus_mexicanus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Syncoptozus_mexicanus>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Syncoptozus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mexicanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Syncoptozus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Syncoptozus>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Syncoptozus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphalaridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphalaridae>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
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,118 @@
@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/D8EBD34006E252B1B3B4A172D589C5CA>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Ctenarytaina eucalypti" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/D8EBD34006E252B1B3B4A172D589C5CA.mc.9432B2BAD0B92AE4792802C739E99122> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ctenarytaina_eucalypti_Maskell_1890> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ctenarytaina_eucalypti_Maskell_1890>
dwc:authority "(Maskell, 1890)" ;
dwc:baseAuthorityName "Maskell" ;
dwc:baseAuthorityYear "1890" ;
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Maskell, 1890)" ;
dwc:species "eucalypti" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3249H> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ctenarytaina_eucalypti> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ctenarytaina_eucalypti>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "eucalypti" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ctenarytaina> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ctenarytaina>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
dwc:genus "Ctenarytaina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aphalaridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aphalaridae>
dwc:class "Insecta" ;
dwc:family "Aphalaridae" ;
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 .
<http://tb.plazi.org/GgServer/dwcaRecords/D8EBD34006E252B1B3B4A172D589C5CA.mc.9432B2BAD0B92AE4792802C739E99122>
dwc:eventDate "2017-04-06" ;
dwc:locality "Quebrada La Vieja" ;
dwc:recordedBy "J. Duran" ;
dwc:verbatimElevation "2764" ;
dwc:verbatimLatitude "4.6495" ;
dwc:verbatimLongitude "-74.0466" ;
trt:httpUri <https://treatment.plazi.org/id/D8EBD34006E252B1B3B4A172D589C5CA#9432B2BAD0B92AE4792802C739E99122> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,113 @@
@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/DF505AB818C95BEE8706CE5579EC6068>
cito:cites <http://dx.doi.org/10.3897/zookeys.1209.117368.figure3> ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Mastigimas colombianus Burckhardt, Queiroz & Drohojowska 2013" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mastigimas_colombianus_Burckhardt_2013> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1209.117368.figure3> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mastigimas_colombianus_Burckhardt_2013>
dwc:authority "Burckhardt, Queiroz & Drohojowska, 2013" ;
dwc:authorityName "Burckhardt, Queiroz & Drohojowska" ;
dwc:authorityYear "2013" ;
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Burckhardt, Queiroz & Drohojowska, 2013" ;
dwc:species "colombianus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mastigimas_colombianus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mastigimas_colombianus>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "colombianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mastigimas> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mastigimas>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
dwc:genus "Mastigimas" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mastigimatidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mastigimatidae>
dwc:class "Insecta" ;
dwc:family "Mastigimatidae" ;
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 .
<http://dx.doi.org/10.3897/zookeys.1209.117368.figure3>
dc:description "Figure 3. A G Mastigimas colombianus Burckhardt, Queiroz & Drohojowska, 2013 H N Mastigimas longicaudatus Rendón-Mera, Burckhardt & Vargas-Fonseca, sp. nov. A, I male, dorsal view B, J female, dorsal view C, K paramere, outer surface, lateral view D, L paramere, inner surface, lateral view E, M distal segment of aedeagus, lateral view F, N female terminalia, lateral view G, H forewing." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/1110595> ;
a fabio:Figure .

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/E91217ECCE7151F6B30EBCE42D784B62>
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:title "Calinda trinervis Olivares & Burckhardt 1997" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Calinda_trinervis_Olivares_1997> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1209.117368> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1209.117368>
bibo:endPage "230" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2024-08-08" ;
bibo:startPage "199" ;
bibo:volume "1209" ;
dc:creator "Rendón-Mera, Diana Isabel; Burckhardt, Daniel; Durán, Juliana; Ocampo, Valentina; Vargas-Fonseca, Sergio Andrés" ;
dc:date "2024" ;
dc:title "The jumping plant-lice (Hemiptera, Psylloidea) in Urban Green Spaces of Bogotá (Colombia), with descriptions of two new species and redescription of Mastigimas colombianus Burckhardt, Queiroz and Drohojowska" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Calinda_trinervis_Olivares_1997>
dwc:authority "Olivares & Burckhardt, 1997" ;
dwc:authorityName "Olivares & Burckhardt" ;
dwc:authorityYear "1997" ;
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Olivares & Burckhardt, 1997" ;
dwc:species "trinervis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Calinda_trinervis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Calinda_trinervis>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "trinervis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Calinda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Calinda>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
dwc:genus "Calinda" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Asteraceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Asteraceae>
dwc:class "Insecta" ;
dwc:family "Asteraceae" ;
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 .