GG2RDF 2024-07-04T10:51:45.858Z full update: 200 of 241 (plazi/treatments-xml)

This commit is contained in:
GG2RDF 2024-07-04 12:25:26 +00:00
parent a3a892702f
commit a2eec9663d
3000 changed files with 405644 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/52002F175CAF56699B48DF132BAF7B2C>
dc:creator "Johnston, M. Andrew; Waite, Evan S.; Wright, Ethan R; Reily, Brian H.; De Leon, Gilma Juanita; Esquivel, Angela Iran; Kerwin, Jacob; Salazar, Maria; Sarmiento, Emiliano; Thiatmaja, Tommy; Lee, Sangmi; Yule, Kelsey; Franz, Nico" ;
dc:title "Pachybrachis wickhami Bowditch 1909" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachybrachis_wickhami_Bowditch_1909> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.11.e101960> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.11.e101960>
bibo:endPage "101960" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2023-06-28" ;
bibo:startPage "101960" ;
bibo:volume "11" ;
dc:creator "Johnston, M. Andrew; Waite, Evan S.; Wright, Ethan R; Reily, Brian H.; De Leon, Gilma Juanita; Esquivel, Angela Iran; Kerwin, Jacob; Salazar, Maria; Sarmiento, Emiliano; Thiatmaja, Tommy; Lee, Sangmi; Yule, Kelsey; Franz, Nico" ;
dc:date "2023" ;
dc:title "Insect collecting bias in Arizona with a preliminary checklist of the beetles from the Sand Tank Mountains" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachybrachis_wickhami_Bowditch_1909>
dwc:LSID "52002F17-5CAF-5669-9B48-DF132BAF7B2C" ;
dwc:authority "Bowditch, 1909" ;
dwc:authorityName "Bowditch" ;
dwc:authorityYear "1909" ;
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Pachybrachis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bowditch, 1909" ;
dwc:species "wickhami" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachybrachis_wickhami> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachybrachis_wickhami>
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Pachybrachis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wickhami" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachybrachis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachybrachis>
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:genus "Pachybrachis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chrysomelidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chrysomelidae>
dwc:class "Insecta" ;
dwc:family "Chrysomelidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
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,130 @@
@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/5200BC809B3C57F8987DE257809F76B4>
cito:cites <http://dx.doi.org/10.3897/dez.68.60611.figure9>, <http://dx.doi.org/10.3897/dez.68.60611.figure29>, <http://dx.doi.org/10.3897/dez.68.60611.figure30>, <http://dx.doi.org/10.3897/dez.68.60611.figure31> ;
dc:creator "Skartveit, John" ;
dc:title "Dilophus crassicornis Skartveit 2009" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dilophus_crassicornis_Skartveit_2009> ;
trt:publishedIn <http://dx.doi.org/10.3897/dez.68.60611> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/dez.68.60611>
bibo:endPage "99" ;
bibo:issue "1" ;
bibo:journal "Deutsche Entomologische Zeitschrift" ;
bibo:pubDate "2021-01-27" ;
bibo:startPage "81" ;
bibo:volume "68" ;
dc:creator "Skartveit, John" ;
dc:date "2021" ;
dc:title "A new fossil species of the genus Bibio, with an update on bibionid flies from Baltic and Rovno amber (Diptera, Bibionidae)" ;
fabio:hasPart <http://dx.doi.org/10.3897/dez.68.60611.figure9>, <http://dx.doi.org/10.3897/dez.68.60611.figure29>, <http://dx.doi.org/10.3897/dez.68.60611.figure30>, <http://dx.doi.org/10.3897/dez.68.60611.figure31> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dilophus_crassicornis_Skartveit_2009>
dwc:LSID "5200BC80-9B3C-57F8-987D-E257809F76B4" ;
dwc:authority "Skartveit, 2009: 31 - 34" ;
dwc:authorityName "Skartveit" ;
dwc:authorityYear "2009" ;
dwc:class "Insecta" ;
dwc:family "Bibionidae" ;
dwc:genus "Dilophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Skartveit, 2009" ;
dwc:species "crassicornis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dilophus_crassicornis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dilophus_crassicornis>
dwc:class "Insecta" ;
dwc:family "Bibionidae" ;
dwc:genus "Dilophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "crassicornis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dilophus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dilophus>
dwc:class "Insecta" ;
dwc:family "Bibionidae" ;
dwc:genus "Dilophus" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bibionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bibionidae>
dwc:class "Insecta" ;
dwc:family "Bibionidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Diptera" ;
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/dez.68.60611.figure9>
dc:description "Figure 9. Dilophus crassicornis, female. CCHH 1789 - 2. Photo: Christel and Hans-Werner Hoffeins." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/501939> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.68.60611.figure29>
dc:description "Figure 29. Dilophus crassicornis, female, head and thorax. Scale bar: 1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/501959> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.68.60611.figure30>
dc:description "Figure 30. Dilophus crassicornis, female, fore tibia. Scale bar: 0.1 mm." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/501960> ;
a fabio:Figure .
<http://dx.doi.org/10.3897/dez.68.60611.figure31>
dc:description "Figure 31. Dilophus crassicornis ¸ female, terminalia, lateral view." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/501961> ;
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/5200FBB30E95FEB6998B133B9CACB720>
dc:creator "Filander, Zoleka N.; Kitahara, Marcelo V.; Cairns, Stephen D.; Sink, Kerry J.; Lombard, Amanda T." ;
dc:title "Caryophyllia (Caryophyllia) Lamarck 1806" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Caryophyllia_Caryophyllia_Lamarck_1806> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1066.69697> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1066.69697>
bibo:endPage "198" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-10-28" ;
bibo:startPage "1" ;
bibo:volume "1066" ;
dc:creator "Filander, Zoleka N.; Kitahara, Marcelo V.; Cairns, Stephen D.; Sink, Kerry J.; Lombard, Amanda T." ;
dc:date "2021" ;
dc:title "Azooxanthellate Scleractinia (Cnidaria, Anthozoa) from South Africa" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Caryophyllia_Caryophyllia_Lamarck_1806>
dwc:authority "(Caryophyllia) Lamarck, 1806" ;
dwc:authorityName "Lamarck" ;
dwc:authorityYear "1806" ;
dwc:class "Anthozoa" ;
dwc:family "Caryophylliidae" ;
dwc:genus "Caryophyllia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scleractinia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Lamarck, 1806" ;
dwc:subGenus "Caryophyllia" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Caryophyllia_Caryophyllia> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Caryophyllia_Caryophyllia>
dwc:class "Anthozoa" ;
dwc:family "Caryophylliidae" ;
dwc:genus "Caryophyllia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scleractinia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "subGenus" ;
dwc:subGenus "Caryophyllia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caryophyllia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caryophyllia>
dwc:class "Anthozoa" ;
dwc:family "Caryophylliidae" ;
dwc:genus "Caryophyllia" ;
dwc:kingdom "Animalia" ;
dwc:order "Scleractinia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Caryophylliidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Caryophylliidae>
dwc:class "Anthozoa" ;
dwc:family "Caryophylliidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Scleractinia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scleractinia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scleractinia>
dwc:class "Anthozoa" ;
dwc:kingdom "Animalia" ;
dwc:order "Scleractinia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthozoa>
dwc:class "Anthozoa" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cnidaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cnidaria>
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
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,116 @@
@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/5200FF5CAA86B59C4CDF15CA7D1A77EF>
dc:creator "Smith, F." ;
dc:title "Myrmica Latreille 1804" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Myrmica_Latreille_1804> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Myrmecina_Curtis_1829> ;
trt:publishedIn <http://publication.plazi.org/id/F4C959118C8C94377D908658D7932243> ;
a trt:Treatment .
<http://publication.plazi.org/id/F4C959118C8C94377D908658D7932243>
dc:creator "Smith, F." ;
dc:date "1851" ;
dc:title "List of the specimens of British animals in the collection of the British Museum. Part VI. - Hymenoptera Aculeata." ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Animalia/Myrmica_Latreille_1804>
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:24868" ;
dwc:authorityName "Latreille" ;
dwc:authorityYear "1804" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Myrmica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Latreille, 1804" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5WP9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myrmica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Myrmecina_Curtis_1829>
dwc:LSID-HNS "urn:lsid:biosci.ohio-state.edu:osuc_concepts:24818" ;
dwc:authorityName "Curtis" ;
dwc:authorityYear "1829" ;
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Myrmecina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Curtis, 1829" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Myrmecina> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Myrmica>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Myrmica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Myrmecina>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Myrmecina" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,89 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/52022AC70C1E4EE4B1B2FB77467C197D>
dc:creator "A. Valerio, Alejandro; Austin, Andrew D.; Masner, Lubomir; Johnson, Norman F." ;
dc:title "Odontacolus veroae Valerio, Austin, Masner & Johnson, 2013, sp. n." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.314.3475> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Odontacolus_veroae> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.314.3475>
bibo:endPage "151" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "314" ;
dc:creator "A. Valerio, Alejandro; Austin, Andrew D.; Masner, Lubomir; Johnson, Norman F." ;
dc:date "2013" ;
dc:title "Systematics of Old World Odontacolus Kieffer s. l. (Hymenoptera, Platygastridae s. l.): parasitoids of spider eggs" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Odontacolus_veroae>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
dwc:genus "Odontacolus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "veroae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Odontacolus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Odontacolus>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
dwc:genus "Odontacolus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Scelionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Scelionidae>
dwc:class "Insecta" ;
dwc:family "Scelionidae" ;
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,104 @@
@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/52027512C575C8E197E788943AC2D419>
dc:creator "Linnaeus, Carolus" ;
dc:title "Sertularia reptans Linnaeus, 1758, spec. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sertularia_reptans_Linnaeus_1758> ;
trt:publishedIn <https://doi.org/10.5962/bhl.title.542> ;
a trt:Treatment .
<https://doi.org/10.5962/bhl.title.542>
dc:creator "Linnaeus, Carolus" ;
dc:date "1758" ;
dc:title "Systema Naturae per regna tria naturae: secundum classes, ordines, genera, species, cum characteribus, differentiis, synonymis, locis" ;
a fabio:Book .
<http://taxon-concept.plazi.org/id/Animalia/Sertularia_reptans_Linnaeus_1758>
dwc:LSID "urn:lsid:zoobank.org:act:F7297EC6-9271-4EE8-BB9A-988EE82D53D3" ;
dwc:authorityName "Linnaeus" ;
dwc:authorityYear "1758" ;
dwc:class "Hydrozoa" ;
dwc:family "Sertulariidae" ;
dwc:genus "Sertularia" ;
dwc:kingdom "Animalia" ;
dwc:order "Leptothecata" ;
dwc:phylum "Cnidaria" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Linnaeus, 1758" ;
dwc:species "reptans" ;
dwc:zbkClass "Vermes" ;
dwc:zbkKingdom "Animalia" ;
dwc:zbkOrder "Zoophyta" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sertularia_reptans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sertularia_reptans>
dwc:class "Hydrozoa" ;
dwc:family "Sertulariidae" ;
dwc:genus "Sertularia" ;
dwc:kingdom "Animalia" ;
dwc:order "Leptothecata" ;
dwc:phylum "Cnidaria" ;
dwc:rank "species" ;
dwc:species "reptans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sertularia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sertularia>
dwc:class "Hydrozoa" ;
dwc:family "Sertulariidae" ;
dwc:genus "Sertularia" ;
dwc:kingdom "Animalia" ;
dwc:order "Leptothecata" ;
dwc:phylum "Cnidaria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sertulariidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sertulariidae>
dwc:class "Hydrozoa" ;
dwc:family "Sertulariidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Leptothecata" ;
dwc:phylum "Cnidaria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Leptothecata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Leptothecata>
dwc:class "Hydrozoa" ;
dwc:kingdom "Animalia" ;
dwc:order "Leptothecata" ;
dwc:phylum "Cnidaria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hydrozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hydrozoa>
dwc:class "Hydrozoa" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cnidaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cnidaria>
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
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,130 @@
@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/52028F9AC48761189A63AA376AF25541>
dc:creator "Broad, Gavin R." ;
dc:title "Mastrus ridibundus Gravenhorst 1829" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mastrus_ridibundus_Gravenhorst_1829> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Hemiteles_ridibundus> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e9042> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e9042>
bibo:endPage "9042" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "9042" ;
bibo:volume "4" ;
dc:creator "Broad, Gavin R." ;
dc:date "2016" ;
dc:title "Checklist of British and Irish Hymenoptera - Ichneumonidae" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mastrus_ridibundus_Gravenhorst_1829>
dwc:authority "Gravenhorst, 1829" ;
dwc:authorityName "Gravenhorst" ;
dwc:authorityYear "1829" ;
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Mastrus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gravenhorst, 1829" ;
dwc:species "ridibundus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/3YDSJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mastrus_ridibundus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mastrus_ridibundus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Mastrus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ridibundus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mastrus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mastrus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Mastrus" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ichneumonidae>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiteles_ridibundus>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Hemiteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ridibundus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hemiteles> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hemiteles>
dwc:class "Insecta" ;
dwc:family "Ichneumonidae" ;
dwc:genus "Hemiteles" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ichneumonidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,94 @@
@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/5202B04AFFB0DE2E58BAFA22F4016A8D>
dc:creator "Scheller, Ulf" ;
dc:title "Decapauropus Remy 1931, n. sp." ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Decapauropus_Remy_1931> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Decapauropus_Remy_1931>
dwc:authority "Remy, 1931" ;
dwc:authorityName "Remy" ;
dwc:authorityYear "1931" ;
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:genus "Decapauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Remy, 1931" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NVJT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Decapauropus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Decapauropus>
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:genus "Decapauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropodidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropodidae>
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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,94 @@
@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/5202B04AFFB2DE2858BAF99CF5A769ED>
dc:creator "Scheller, Ulf" ;
dc:title "Allopauropus Silvestri 1902" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Allopauropus_Silvestri_1902> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Allopauropus_Silvestri_1902>
dwc:authority "Silvestri, 1902" ;
dwc:authorityName "Silvestri" ;
dwc:authorityYear "1902" ;
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:genus "Allopauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Silvestri, 1902" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NNNY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Allopauropus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Allopauropus>
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:genus "Allopauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropodidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropodidae>
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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,82 @@
@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/5202B04AFFB2DE2A58BAF9DAF5186A56>
dc:creator "Scheller, Ulf" ;
dc:title "Pauropodidae Lubbock. 1867" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pauropodidae_Lubbock._1867> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pauropodidae_Lubbock._1867>
dwc:authority "Lubbock. 1867" ;
dwc:authorityName "Lubbock." ;
dwc:authorityYear "1867" ;
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Lubbock., 1867" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NKCP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pauropodidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pauropodidae>
dwc:class "Pauropoda" ;
dwc:family "Pauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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,57 @@
@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/5202B04AFFB2DE2A58BAFA11F6C069A9>
dc:creator "Scheller, Ulf" ;
dc:title "Tetramerocerata" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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,82 @@
@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/5202B04AFFB6DE2F58BAF882F6E86E63>
dc:creator "Scheller, Ulf" ;
dc:title "Diplopauropodidae Scheller 1988" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Diplopauropodidae_Scheller_1988> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Diplopauropodidae_Scheller_1988>
dwc:authority "Scheller, 1988" ;
dwc:authorityName "Scheller" ;
dwc:authorityYear "1988" ;
dwc:class "Pauropoda" ;
dwc:family "Diplopauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Scheller, 1988" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NH8V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Diplopauropodidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Diplopauropodidae>
dwc:class "Pauropoda" ;
dwc:family "Diplopauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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,102 @@
@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/5202B04AFFB7DE2258BAFDB9F4086E11>
cito:cites <http://dx.doi.org/10.5281/zenodo.283823> ;
dc:creator "Scheller, Ulf" ;
dc:title "Adelphopauropus Scheller, 2013, n. gen." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Adelphopauropus_Scheller_2013> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3664.1.5> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3664.1.5>
bibo:endPage "77" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "69" ;
bibo:volume "3664" ;
dc:creator "Scheller, Ulf" ;
dc:date "2013" ;
dc:title "Three new species of Pauropoda (Myriapoda) from Brazil with description of a new genus in Diplopauropodidae, Adelphopauropus" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.283823> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Adelphopauropus_Scheller_2013>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Scheller, 2013" ;
dwc:authorityName "Scheller" ;
dwc:authorityYear "2013" ;
dwc:class "Pauropoda" ;
dwc:family "Diplopauropodidae" ;
dwc:genus "Adelphopauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Scheller, 2013" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NMW2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Adelphopauropus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Adelphopauropus>
dwc:class "Pauropoda" ;
dwc:family "Diplopauropodidae" ;
dwc:genus "Adelphopauropus" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopauropodidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Diplopauropodidae>
dwc:class "Pauropoda" ;
dwc:family "Diplopauropodidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tetramerocerata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tetramerocerata>
dwc:class "Pauropoda" ;
dwc:kingdom "Animalia" ;
dwc:order "Tetramerocerata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pauropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pauropoda>
dwc:class "Pauropoda" ;
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.283823>
dc:description "FIGURES 25 - 29. Adelphopauropus ichtyematos n. sp., holotype ad. 9 (Ƥ). 25, collum segment, median and left part sternal view. 26, tergite VI, posteriomedian part and right posterior corner. 27, pygidium, tergum, posteriomedian part showing scaly cuticular pattern, anal plate and st, a - setae not drawn, tergal view. 28, pygidium, posteriomedian and left part of sternum and left serrate margin of tergum, sternal view. 29, pygidium, lateral view showing position of anal plates. Scale: a: 29: b: 25, 26; c: 27, 28." ;
fabio:hasRepresentation <https://zenodo.org/record/283823/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,85 @@
@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/52033CAC0145F32173BBCA1F38C4DA4B>
dc:creator "Info Flora" ;
dc:title "Thladiantha dubia Bunge" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Plantae/Thladiantha_dubia> ;
trt:publishedIn <http://publication.plazi.org/id/06AE59324B0407055A767038B4F7629C> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Thladiantha_dubia> ;
a trt:Treatment .
<http://publication.plazi.org/id/06AE59324B0407055A767038B4F7629C>
dc:creator "Info Flora" ;
dc:date "2021" ;
dc:title "Info Flora Schweiz - Cucurbitaceae" .
<http://taxon-name.plazi.org/id/Plantae/Thladiantha_dubia>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:genus "Thladiantha" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "dubia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Thladiantha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Thladiantha>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:genus "Thladiantha" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cucurbitaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cucurbitaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Cucurbitaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Cucurbitales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Cucurbitales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Cucurbitales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,80 @@
@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/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
<http://treatment.plazi.org/id/520462E0D3AC4B75398420BCDCFE7263>
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Spondylii>' due to issues with rank ;
# Warning: Could not add treatment taxon because family "" contains invalid characters ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:title "Spondylidini Audinet-Serville 1832" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Spondylis> ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.88.807> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.88.807>
bibo:endPage "972" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "88" ;
dc:creator "Bouchard, Patrice; Bousquet, Yves; Davies, Anthony E.; Alonso-Zarazaga, Miguel A.; Lawrence, John F.; Lyal, Chris H. C.; Newton, Alfred F.; Reid, Chris A. M.; Schmitt, Michael; Ślipinski, S. Adam; Smith, Andrew B. T." ;
dc:date "2011" ;
dc:title "Family-group names in Coleoptera (Insecta)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Spondylis>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Spondylis" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cerambycidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cerambycidae>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Coleoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,109 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/52046FE570425DE89264E0C0038125AF>
dc:creator "Khudhur, Farhad A." ;
dc:title "Pseudochazara thelephassa" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudochazara_thelephassa_Geyer_1827> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.10.e82612> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.10.e82612>
bibo:endPage "82612" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2022-03-25" ;
bibo:startPage "82612" ;
bibo:volume "10" ;
dc:creator "Khudhur, Farhad A." ;
dc:date "2022" ;
dc:title "Faunistic study of butterflies (Lepidoptera, Papilionoidea) of Sulaymaniyah Province, Kurdistan-Iraq" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudochazara_thelephassa_Geyer_1827>
dwc:LSID "52046FE5-7042-5DE8-9264-E0C0038125AF" ;
dwc:authority "(Geyer, [1827])" ;
dwc:baseAuthorityName "Geyer, [1827]" ;
dwc:baseAuthorityYear "1827" ;
dwc:class "Insecta" ;
dwc:family "Nymphalidae" ;
dwc:genus "Pseudochazara" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Geyer, [1827], 1827)" ;
dwc:species "thelephassa" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudochazara_thelephassa> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudochazara_thelephassa>
dwc:class "Insecta" ;
dwc:family "Nymphalidae" ;
dwc:genus "Pseudochazara" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "thelephassa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudochazara> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudochazara>
dwc:class "Insecta" ;
dwc:family "Nymphalidae" ;
dwc:genus "Pseudochazara" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nymphalidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nymphalidae>
dwc:class "Insecta" ;
dwc:family "Nymphalidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lepidoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lepidoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Lepidoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,121 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/52047101D65137C015F06FBE7D8B885D>
dc:creator "Smith, F." ;
dc:title "Formica nigra" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Formica_nigra>, <http://taxon-name.plazi.org/id/Animalia/Lasius_niger>, <http://taxon-name.plazi.org/id/Animalia/Formica_fusca> ;
trt:publishedIn <http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Formica_nigra> ;
a trt:Treatment .
<http://publication.plazi.org/id/913D7CCA2C271185BA478FF390B73E80>
dc:creator "Smith, F." ;
dc:date "1858" ;
dc:title "Catalogue of the hymenopterous insects in the collection of the British Museum. Part VI. Formicidae." ;
a fabio:Book .
<http://taxon-name.plazi.org/id/Animalia/Formica_nigra>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nigra" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formica> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formica>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formicidae>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hymenoptera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hymenoptera>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Insecta>
dwc:class "Insecta" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasius_niger>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Lasius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "niger" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasius>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Lasius" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formicidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Formica_fusca>
dwc:class "Insecta" ;
dwc:family "Formicidae" ;
dwc:genus "Formica" ;
dwc:kingdom "Animalia" ;
dwc:order "Hymenoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fusca" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Formica> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,125 @@
@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/52047547E148B13DEBF3FCBCFBCAFAA9>
cito:cites <http://dx.doi.org/10.5281/zenodo.236257>, <http://dx.doi.org/10.5281/zenodo.236258>, <http://dx.doi.org/10.5281/zenodo.236259> ;
dc:creator "Jiao, Meng; Yang, Maofa" ;
dc:title "Flatseta scimitara Jiao & Yang, 2015, sp. nov." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Flatseta_scimitara_Jiao_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3974.1.12> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3974.1.12>
bibo:endPage "144" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "140" ;
bibo:volume "3974" ;
dc:creator "Jiao, Meng; Yang, Maofa" ;
dc:date "2015" ;
dc:title "Flatseta, a new genus of Dikraneurini (Hemiptera: Cicadellidae: Typhlocybinae) from China, with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.236257>, <http://dx.doi.org/10.5281/zenodo.236258>, <http://dx.doi.org/10.5281/zenodo.236259> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Flatseta_scimitara_Jiao_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Jiao & Yang, 2015" ;
dwc:authorityName "Jiao & Yang" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Flatseta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Jiao & Yang, 2015" ;
dwc:species "scimitara" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JSK5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Flatseta_scimitara> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Flatseta_scimitara>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Flatseta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "scimitara" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Flatseta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Flatseta>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Flatseta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.5281/zenodo.236257>
dc:description "FIGURES 1 13. Flatseta scimitara sp. nov. (male): 1, body, lateral view; 2, head, pronotum, and scutellum, dorsal view; 3, head, pronotum, and scutellum, lateral view; 4, head, ventral view; 5, fore wing; 6, hind wing; 7, abdominal apodeme, ventral view; 8, male genital capsule, ventral view; 9, male genital capsule, ventral view; 10, style, lateral view; 11, connective and aedeagus, ventral view; 12, connective and aedeagus, dorsal view; 13, connective and aedeagus, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/236257/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.236258>
dc:description "FIGURES 14 19. Flatseta scimitara sp. nov. (male): 14, subgenital plates, ventral view; 15, subgenital plates, partial enlarged detail, ventral view; 16, setae, partial enlarged detail, ventral view; 17, setae, partial enlarged detail, ventral view; 18, pygofer, lateral view; 19, pygofer, partial enlarged detail, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/236258/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.236259>
dc:description "FIGURES 20 27 Flatseta scimitara sp. nov. (female): 20, female pygofer, lateral view; 21, female pygofer, partial enlarged detail, lateral view; 22, female abdomen, ventral view; 23, female abdominal sternite VII; 24, first valvula, lateral view; 25, first valvula, partial enlarged detail, lateral view; 26, second valvula, lateral view; 27, second valvula, partial enlarged detail, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/236259/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,102 @@
@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/52047547E149B13DEBF3F8E4FAF3FD1C>
cito:cites <http://dx.doi.org/10.5281/zenodo.236257> ;
dc:creator "Jiao, Meng; Yang, Maofa" ;
dc:title "Flatseta Jiao & Yang, 2015, gen. n." ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Flatseta_Jiao_2015> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3974.1.12> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3974.1.12>
bibo:endPage "144" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:startPage "140" ;
bibo:volume "3974" ;
dc:creator "Jiao, Meng; Yang, Maofa" ;
dc:date "2015" ;
dc:title "Flatseta, a new genus of Dikraneurini (Hemiptera: Cicadellidae: Typhlocybinae) from China, with description of a new species" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.236257> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Flatseta_Jiao_2015>
# Info: authority attributes generated from docAuthor ;
dwc:authority "Jiao & Yang, 2015" ;
dwc:authorityName "Jiao & Yang" ;
dwc:authorityYear "2015" ;
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Flatseta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Jiao & Yang, 2015" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8JL74> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Flatseta> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Flatseta>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
dwc:genus "Flatseta" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadellidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadellidae>
dwc:class "Insecta" ;
dwc:family "Cicadellidae" ;
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.5281/zenodo.236257>
dc:description "FIGURES 1 13. Flatseta scimitara sp. nov. (male): 1, body, lateral view; 2, head, pronotum, and scutellum, dorsal view; 3, head, pronotum, and scutellum, lateral view; 4, head, ventral view; 5, fore wing; 6, hind wing; 7, abdominal apodeme, ventral view; 8, male genital capsule, ventral view; 9, male genital capsule, ventral view; 10, style, lateral view; 11, connective and aedeagus, ventral view; 12, connective and aedeagus, dorsal view; 13, connective and aedeagus, lateral view." ;
fabio:hasRepresentation <https://zenodo.org/record/236257/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,89 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/520478139B175B019AA446C88439C316>
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:title "Rhamphicarpa fistulosa Benth." ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.8.e54205> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Plantae/Rhamphicarpa_fistulosa> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.8.e54205>
bibo:endPage "54205" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "54205" ;
bibo:volume "8" ;
dc:creator "Nacoulma, Blandine M. I.; Schmidt, Marco; Hahn, Karen; Thiombiano, Adjima" ;
dc:date "2020" ;
dc:title "A checklist of vascular plants of the W National Park in Burkina Faso, including the adjacent hunting zones of Tapoa-Djerma and Kondio" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Plantae/Rhamphicarpa_fistulosa>
dwc:class "Magnoliopsida" ;
dwc:family "Orobanchaceae" ;
dwc:genus "Rhamphicarpa" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "fistulosa" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Rhamphicarpa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Rhamphicarpa>
dwc:class "Magnoliopsida" ;
dwc:family "Orobanchaceae" ;
dwc:genus "Rhamphicarpa" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Orobanchaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Orobanchaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Orobanchaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,137 @@
@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/52050005CA1E0C2064CCF8A7FDD0DC9E>
cito:cites <http://dx.doi.org/10.5281/zenodo.5423142>, <http://dx.doi.org/10.5281/zenodo.5423144> ;
dc:creator "Olimpos, Shiella Mae B.; Mansibang, Jayson A." ;
dc:title "Aeschynanthus rejieae Olimpos & Mansibang 2021, sp. nov." ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52050005CA1E0C2064CCF8A7FDD0DC9E.mc.6AC4BB4ECA1E0C2364CCF813FE77DCC8>, <http://tb.plazi.org/GgServer/dwcaRecords/52050005CA1E0C2064CCF8A7FDD0DC9E.mc.6AC4BB4ECA1E0C2365A0F813FAD0DCE4> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Aeschynanthus_rejieae_Olimpos_2021> ;
trt:publishedIn <http://dx.doi.org/10.11646/phytotaxa.487.1.7> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/phytotaxa.487.1.7>
bibo:endPage "90" ;
bibo:issue "1" ;
bibo:journal "Phytotaxa" ;
bibo:pubDate "2021-02-22" ;
bibo:startPage "83" ;
bibo:volume "487" ;
dc:creator "Olimpos, Shiella Mae B.; Mansibang, Jayson A." ;
dc:date "2021" ;
dc:title "Aeschynanthus rejieae (Gesneriaceae), a new species of lipstick vine from Tawi- Tawi, Philippines" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.5423142>, <http://dx.doi.org/10.5281/zenodo.5423144> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Aeschynanthus_rejieae_Olimpos_2021>
dwc:authority "Olimpos & Mansibang" ;
dwc:authorityName "Olimpos & Mansibang" ;
dwc:authorityYear "2021" ;
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Aeschynanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Olimpos & Mansibang, 2021" ;
dwc:species "rejieae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8H4XK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Aeschynanthus_rejieae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Aeschynanthus_rejieae>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Aeschynanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "species" ;
dwc:species "rejieae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Aeschynanthus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Aeschynanthus>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:genus "Aeschynanthus" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Gesneriaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Gesneriaceae>
dwc:class "Magnoliopsida" ;
dwc:family "Gesneriaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Lamiales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Lamiales>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:order "Lamiales" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliopsida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliopsida>
dwc:class "Magnoliopsida" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Tracheophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Tracheophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Tracheophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.5423142>
dc:description "FIGURE 2. A-H. Aeschynanthus rejieae. A.Axillary inflorescence.B. Top view of flower showing the corolla mouth and lobes.C. Flower D. Longitudinal corolla section E. Longitudinal calyx section showing internal hirsute indumentum and ciliate ovary. F. Filament with glandular cilia (white arrow) G. Leaf H. Leaf base showing the persistent sparse pubescence. Photos by Shiella Mae Olimpos." ;
fabio:hasRepresentation <https://zenodo.org/record/5423142/files/figure.png> ;
a fabio:Figure .
<http://dx.doi.org/10.5281/zenodo.5423144>
dc:description "FIGURE 3.A-E. Aeschynanthus rejieae illustration.A. Habit with details of leaf indumentum. B. Inflorescence.C. Calyx tube longitudinal section with pistil. D. Corolla (split ventrally). E. Front view showing details of the corolla lobes and stamens. Illustrated by Jayson Mansibang." ;
fabio:hasRepresentation <https://zenodo.org/record/5423144/files/figure.png> ;
a fabio:Figure .
<http://tb.plazi.org/GgServer/dwcaRecords/52050005CA1E0C2064CCF8A7FDD0DC9E.mc.6AC4BB4ECA1E0C2364CCF813FE77DCC8>
dwc:locality "Tawi-Tawi" ;
trt:httpUri <https://treatment.plazi.org/id/52050005CA1E0C2064CCF8A7FDD0DC9E#6AC4BB4ECA1E0C2364CCF813FE77DCC8> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/52050005CA1E0C2064CCF8A7FDD0DC9E.mc.6AC4BB4ECA1E0C2365A0F813FAD0DCE4>
dwc:collectionCode "PNH, CAHUP" ;
dwc:eventDate "2020-02-03" ;
dwc:locality "Busay" ;
dwc:typeStatus "holotype" ;
dwc:verbatimElevation "165" ;
dwc:verbatimLatitude "5.1301203" ;
dwc:verbatimLongitude "119.946625" ;
trt:httpUri <https://treatment.plazi.org/id/52050005CA1E0C2064CCF8A7FDD0DC9E#6AC4BB4ECA1E0C2365A0F813FAD0DCE4> ;
a dwc:MaterialCitation .

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/5205954BA03D5BB282EFC689935D4644>
dc:creator "Lee, Jong-Won; Yun, Ho-Geun; Hwang, Tae Young; Kim, Kyungmin; Jung, Se-Hoon; An, Jong Bin" ;
dc:title "Sedum polytrichoides Hemsl. 1887" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Plantae/Sedum_polytrichoides_Hemsl._1887> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.11.e113952> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.11.e113952>
bibo:endPage "113952" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:pubDate "2023-12-18" ;
bibo:startPage "113952" ;
bibo:volume "11" ;
dc:creator "Lee, Jong-Won; Yun, Ho-Geun; Hwang, Tae Young; Kim, Kyungmin; Jung, Se-Hoon; An, Jong Bin" ;
dc:date "2023" ;
dc:title "Floristic inventory and distribution characteristics of algific talus slopes in a specific area of forest biodiversity in South Korea" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Plantae/Sedum_polytrichoides_Hemsl._1887>
dwc:LSID "5205954B-A03D-5BB2-82EF-C689935D4644" ;
dwc:authority "Hemsl., 1887" ;
dwc:authorityName "Hemsl." ;
dwc:authorityYear "1887" ;
dwc:class "Eudicots" ;
dwc:family "Crassulaceae" ;
dwc:genus "Sedum" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hemsl., 1887" ;
dwc:species "polytrichoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Plantae/Sedum_polytrichoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Plantae/Sedum_polytrichoides>
dwc:class "Eudicots" ;
dwc:family "Crassulaceae" ;
dwc:genus "Sedum" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "species" ;
dwc:species "polytrichoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Sedum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Sedum>
dwc:class "Eudicots" ;
dwc:family "Crassulaceae" ;
dwc:genus "Sedum" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Crassulaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Crassulaceae>
dwc:class "Eudicots" ;
dwc:family "Crassulaceae" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Saxifragales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Saxifragales>
dwc:class "Eudicots" ;
dwc:kingdom "Plantae" ;
dwc:order "Saxifragales" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Eudicots> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Eudicots>
dwc:class "Eudicots" ;
dwc:kingdom "Plantae" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae/Magnoliophyta> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae/Magnoliophyta>
dwc:kingdom "Plantae" ;
dwc:phylum "Magnoliophyta" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Plantae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Plantae>
dwc:kingdom "Plantae" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,85 @@
@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/5205CA9ED13C5856B1E0A8D2076A503D>
cito:cites <http://dx.doi.org/10.3897/zookeys.1054.67554.figure3> ;
dc:creator "dos Santos, Sergio Alexandre; de Britto, Marcelo Ribeiro" ;
dc:title "Psalidodon sp." ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.1054.67554> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Psalidodon> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.1054.67554>
bibo:endPage "66" ;
bibo:journal "ZooKeys" ;
bibo:pubDate "2021-08-03" ;
bibo:startPage "25" ;
bibo:volume "1054" ;
dc:creator "dos Santos, Sergio Alexandre; de Britto, Marcelo Ribeiro" ;
dc:date "2021" ;
dc:title "The ichthyofauna of a poorly known area in the middle-southern Espinhaco mountain range, state of Minas Gerais, Brazil: diagnostics and identification keys" ;
fabio:hasPart <http://dx.doi.org/10.3897/zookeys.1054.67554.figure3> ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Psalidodon>
dwc:class "Actinopterygii" ;
dwc:family "Characidae" ;
dwc:genus "Psalidodon" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Characidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Characidae>
dwc:class "Actinopterygii" ;
dwc:family "Characidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Characiformes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Characiformes>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:order "Characiformes" ;
dwc:phylum "Chordata" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Actinopterygii> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Actinopterygii>
dwc:class "Actinopterygii" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Chordata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Chordata>
dwc:kingdom "Animalia" ;
dwc:phylum "Chordata" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.3897/zookeys.1054.67554.figure3>
dc:description "Figure 3. Characiformes species from the middle-southern Espinhaco mountain range, Minas Gerais state, Brazil A Hypomasticus thayeri, MNRJ 43577, 91.1 mm SL B Characidium fasciatum, MNRJ 48435, 68.8 mm SL C Characidium sp. A, MNRJ 46861, 65.5 mm SL D Characidium sp. B, MNRJ 48460, 56.2 mm SL E Characidium sp. C, MNRJ 46911, 42.3 mm SL F Astyanax lacustris, MNRJ 48521, 52.6 mm SL G Deuterodon giton, MNRJ 48129, 47.5 mm SL H Deuterodon intermedius, MNRJ 47840, 42.1 mm SL I Deuterodon pedri, MNRJ 48381, 65.5 mm SL J Deuterodon aff. taeniatus, MNRJ 45824, 55.5 mm SL K Hasemania nana, MNRJ 48440, 28.4 mm SL L Hasemania sp., MNRJ 48416, 25.1 mm SL M Oligosarcus argenteus, MNRJ 48393, 82.6 mm SL N Piabina argentea, MZUSP 110200, 44.2 mm SL O Psalidodon rivularis, MNRJ 48516, 46.8 mm SL P Psalidodon sp. MNRJ 48128, 59.4 mm SL Q Hoplias intermedius MZUSP 54696, 40.4 mm SL." ;
fabio:hasRepresentation <https://binary.pensoft.net/fig/573396> ;
a fabio:Figure .

View file

@ -0,0 +1,115 @@
@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/52078670E3E94C9298C5C9CB7ECDAF2D>
dc:creator "Price, Benjamin Wills; Allan, Elizabeth Louise; Marathe, Kiran; Sarkar, Vivek; Simon, Chris; Kunte, Krushnamegh" ;
dc:title "Cicadatra inconspicua Distant 1912" ;
dwc:basisOfRecord <http://treatment.plazi.org/id/52078670E3E94C9298C5C9CB7ECDAF2D/BMNH_(E)_1009572> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cicadatra_inconspicua_Distant_1912> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadatra_inconspicua> ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.4.e8051> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.4.e8051>
bibo:endPage "8051" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "8051" ;
bibo:volume "4" ;
dc:creator "Price, Benjamin Wills; Allan, Elizabeth Louise; Marathe, Kiran; Sarkar, Vivek; Simon, Chris; Kunte, Krushnamegh" ;
dc:date "2016" ;
dc:title "The cicadas (Hemiptera: Cicadidae) of India, Bangladesh, Bhutan, Myanmar, Nepal and Sri Lanka: an annotated provisional catalogue, regional checklist and bibliography" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cicadatra_inconspicua_Distant_1912>
dwc:authority "Distant, 1912" ;
dwc:authorityName "Distant" ;
dwc:authorityYear "1912" ;
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadatra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Distant, 1912" ;
dwc:species "inconspicua" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cicadatra_inconspicua> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cicadatra_inconspicua>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadatra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "inconspicua" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadatra> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadatra>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
dwc:genus "Cicadatra" ;
dwc:kingdom "Animalia" ;
dwc:order "Hemiptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cicadidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cicadidae>
dwc:class "Insecta" ;
dwc:family "Cicadidae" ;
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://treatment.plazi.org/id/52078670E3E94C9298C5C9CB7ECDAF2D/BMNH_(E)_1009572>
dwc:catalogNumber "BMNH (E) 1009572" ;
dwc:collectionCode "NHMUK" ;
dwc:eventDate "?? / ?? / 1905" ;
dwc:locality "Mhow" ;
dwc:typeStatus "Holotype" ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,44 @@
@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/> .
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
# Warning: Failed to output a material citation, could not create identifier
# Warning: Failed to output a material citation, could not create identifier
<http://treatment.plazi.org/id/5207EFD0B74517DD5C080C45E421626F>
dc:creator "Amon, Diva J; Ziegler, Amanda F; Kremenetskaia, Antonina; Mah, Christopher L; Mooi, Rich; O'Hara, Tim; Pawson, David L; Roux, Michel; Smith, Craig R" ;
dc:title "Aspidodiadematidae morphospecies" ;
trt:publishedIn <http://dx.doi.org/10.3897/BDJ.5.e11794> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Aspidodiadematidae_morphospecies> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/BDJ.5.e11794>
bibo:endPage "11794" ;
bibo:journal "Biodiversity Data Journal" ;
bibo:startPage "11794" ;
bibo:volume "5" ;
dc:creator "Amon, Diva J; Ziegler, Amanda F; Kremenetskaia, Antonina; Mah, Christopher L; Mooi, Rich; O'Hara, Tim; Pawson, David L; Roux, Michel; Smith, Craig R" ;
dc:date "2017" ;
dc:title "Megafauna of the UKSRL exploration contract area and eastern Clarion-Clipperton Zone in the Pacific Ocean: Echinodermata" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Aspidodiadematidae_morphospecies>
# Warning: Could not determine parent name ;
dwc:genus "Aspidodiadematidae" ;
dwc:rank "undef-species" ;
dwc:undef-species "morphospecies" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aspidodiadematidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Aspidodiadematidae>
dwc:genus "Aspidodiadematidae" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Aspidodiadematidae_morphospecies> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,77 @@
@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/52082C02BFD4BC40E15A34426A581AD5>
dc:creator "Reimer, James D.; Poliseno, Angelo; Hoeksema, Bert W." ;
dc:title "Parazoanthus sp. 2" ;
trt:publishedIn <http://dx.doi.org/10.3897/zookeys.444.7537> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Parazoanthus> ;
a trt:Treatment .
<http://dx.doi.org/10.3897/zookeys.444.7537>
bibo:endPage "57" ;
bibo:journal "ZooKeys" ;
bibo:startPage "1" ;
bibo:volume "444" ;
dc:creator "Reimer, James D.; Poliseno, Angelo; Hoeksema, Bert W." ;
dc:date "2014" ;
dc:title "Shallow-water zoantharians (Cnidaria, Hexacorallia) from the Central Indo-Pacific" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Parazoanthus>
dwc:class "Anthozoa" ;
dwc:family "Parazoanthidae" ;
dwc:genus "Parazoanthus" ;
dwc:kingdom "Animalia" ;
dwc:order "Zoantharia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Parazoanthidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Parazoanthidae>
dwc:class "Anthozoa" ;
dwc:family "Parazoanthidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Zoantharia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Zoantharia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Zoantharia>
dwc:class "Anthozoa" ;
dwc:kingdom "Animalia" ;
dwc:order "Zoantharia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Anthozoa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Anthozoa>
dwc:class "Anthozoa" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cnidaria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cnidaria>
dwc:kingdom "Animalia" ;
dwc:phylum "Cnidaria" ;
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,123 @@
@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/52084A62FF80FF8BFF2368DE9E0BFB75>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Meliponapachys_pallidus_Turk_1948> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Meliponapachys Turk 1948" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Meliponapachys_Turk_1948> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Meliponapachys_Turk_1948>
dwc:authority "Turk, 1948" ;
dwc:authorityName "Turk" ;
dwc:authorityYear "1948" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Meliponapachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Turk, 1948" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Meliponapachys> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Meliponapachys_pallidus_Turk_1948>
dwc:authority "Turk, 1948" ;
dwc:authorityName "Turk" ;
dwc:authorityYear "1948" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Meliponapachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Turk, 1948" ;
dwc:species "pallidus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Meliponapachys_pallidus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Meliponapachys>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Meliponapachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Meliponapachys_pallidus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Meliponapachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pallidus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Meliponapachys> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,164 @@
@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/52084A62FF81FF8AFF236F7B98E4F85D>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Berlese_1905>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Schweizer_1961> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Platylaelaps Berlese 1905" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_Berlese_1905> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_Berlese_1905>
dwc:authority "Berlese, 1905" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1905" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1905" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Platylaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Berlese_1905>
dwc:authority "Berlese, 1905" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1905" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1905" ;
dwc:species "latus" ;
dwc:subGenus "Platylaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Schweizer_1961>
dwc:authority "Schweizer, 1961" ;
dwc:authorityName "Schweizer" ;
dwc:authorityYear "1961" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schweizer, 1961" ;
dwc:species "latus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Platylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latus" ;
dwc:subGenus "Platylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Platylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Platylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Platylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,148 @@
@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/52084A62FF82FF88FF236D079F2EFE3A>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_rotundus_Berlese_1910> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Brachylaelaps Berlese 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Brachylaelaps_Berlese_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Brachylaelaps_Berlese_1910>
dwc:authority "Berlese, 1910" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Brachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Brachylaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_rotundus_Berlese_1910>
dwc:authority "Berlese, 1910" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
dwc:species "rotundus" ;
dwc:subGenus "Brachylaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_rotundus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Brachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Brachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_rotundus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rotundus" ;
dwc:subGenus "Brachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Brachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Brachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Brachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
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/52084A62FF82FF89FF236AB59846FEF2>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps subkarawaiewi Moraza & Pena 2005" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_subkarawaiewi_Moraza_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_subkarawaiewi_Moraza_2005>
dwc:authority "Moraza & Pena, 2005" ;
dwc:authorityName "Moraza & Pena" ;
dwc:authorityYear "2005" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza & Pena, 2005" ;
dwc:species "subkarawaiewi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_subkarawaiewi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_subkarawaiewi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "subkarawaiewi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,91 @@
@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/52084A62FF82FF89FF236B959F07FDAA>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps terebrifer Berlese" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_terebrifer> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_terebrifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "terebrifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,123 @@
@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/52084A62FF83FF88FF2368229D27FD74>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Bulbogamasus_sinicus_Gu_1991> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Bulbogamasus Gu, Wang & Duan 1991" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Bulbogamasus_Gu_1991> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Bulbogamasus_Gu_1991>
dwc:authority "Gu, Wang & Duan, 1991" ;
dwc:authorityName "Gu, Wang & Duan" ;
dwc:authorityYear "1991" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Bulbogamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Gu, Wang & Duan, 1991" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bulbogamasus_sinicus_Gu_1991>
dwc:authority "Gu, Wang & Duan, 1991" ;
dwc:authorityName "Gu, Wang & Duan" ;
dwc:authorityYear "1991" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Bulbogamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gu, Wang & Duan, 1991" ;
dwc:species "sinicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasus_sinicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Bulbogamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasus_sinicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Bulbogamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sinicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasus> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,174 @@
@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/52084A62FF83FF8BFF23690F990FFD3F>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_Berlese_1888> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Megalolaelaps Berlese 1892" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_Berlese_1892> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps_Berlese_1892> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_Berlese_1892>
dwc:authority "Berlese, 1892" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1892" ;
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1892" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps_Berlese_1892>
dwc:authority "Berlese, 1892 c: 72" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "72" ;
dwc:authorityYear "1892" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Berlese, 1892" ;
dwc:subGenus "Megalolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_Berlese_1888>
dwc:authority "Berlese, 1888" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1888" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1888" ;
dwc:species "haeros" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Megalolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "haeros" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,204 @@
@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/52084A62FF84FF8FFF23683A9EF2FD23>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Neoparasitus orientalis Neoparasitidae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF23683A9EF2FD23.mc.6AC9F129FF84FF8FFE2F68439E7CFDE0> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_orientalis_Berlese_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_orientalis_Berlese_1910>, <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_orientalis_Nikolsky_1982> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_orientalis_Berlese_1910>
dwc:authority "(Berlese, 1910)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1910)" ;
dwc:species "orientalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus_orientalis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_orientalis_Berlese_1910>
dwc:authority "Berlese, 1910 a: 258" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "258" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
dwc:species "orientalis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_orientalis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_orientalis_Nikolsky_1982>
dwc:authorityName "Nikolsky" ;
dwc:authorityYear "1982" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Nikolsky, 1982" ;
dwc:species "orientalis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_orientalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus_orientalis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orientalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_orientalis>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orientalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_orientalis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "orientalis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF23683A9EF2FD23.mc.6AC9F129FF84FF8FFE2F68439E7CFDE0>
dwc:locality "Java" ;
trt:gbifOccurrenceId "3312837362" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF84FF8FFF23683A9EF2FD23#6AC9F129FF84FF8FFE2F68439E7CFDE0> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,183 @@
@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/52084A62FF84FF8FFF2368C39826FC51>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Neoparasitus quartus Neoparasitidae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF2368C39826FC51.mc.6AC9F129FF84FF8FFED6690B9E3DFCA8> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_quartus_Vitzthum_1926> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_quartus_Vitzthum_1926>, <http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_oudemansi_Oudemans_1901> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_quartus_Vitzthum_1926>
dwc:authority "(Vitzthum, 1926)" ;
dwc:baseAuthorityName "Vitzthum" ;
dwc:baseAuthorityYear "1926" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Vitzthum, 1926)" ;
dwc:species "quartus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus_quartus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_quartus_Vitzthum_1926>
dwc:authority "Vitzthum, 1926: 17" ;
dwc:authorityName "Vitzthum" ;
dwc:authorityPageNumber "17" ;
dwc:authorityYear "1926" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Vitzthum, 1926" ;
dwc:species "quartus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_quartus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_oudemansi_Oudemans_1901>
dwc:authority "Oudemans, 1901" ;
dwc:authorityName "Oudemans" ;
dwc:authorityYear "1901" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Oudemans, 1901" ;
dwc:species "oudemansi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus_oudemansi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus_quartus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quartus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_quartus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quartus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus_oudemansi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "oudemansi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF2368C39826FC51.mc.6AC9F129FF84FF8FFED6690B9E3DFCA8>
dwc:locality "Indonesia" ;
trt:gbifOccurrenceId "3312837491" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF84FF8FFF2368C39826FC51#6AC9F129FF84FF8FFED6690B9E3DFCA8> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,227 @@
@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/52084A62FF84FF8FFF236CED9F71F865>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachylaelapidae_Berlese_1913>, <http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_Berlese_1905> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Platylaelaps latus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF236CED9F71F865.mc.6AC9F129FF84FF8FFE476D3A9EA0F8B9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_latus_Berlese_1905> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Berlese_1905>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Schweizer_1961> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_latus_Berlese_1905>
dwc:authority "(Berlese, 1905)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1905" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1905)" ;
dwc:species "latus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Platylaelaps_latus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Berlese_1905>
dwc:authority "Berlese, 1905: 165" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "165" ;
dwc:authorityYear "1905" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1905" ;
dwc:species "latus" ;
dwc:subGenus "Platylaelaps", "Paehylaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_latus_Schweizer_1961>
dwc:authority "Schweizer, 1961: 112" ;
dwc:authorityName "Schweizer" ;
dwc:authorityPageNumber "112" ;
dwc:authorityYear "1961" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schweizer, 1961" ;
dwc:species "latus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelapidae_Berlese_1913>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1913" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Berlese, 1913" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Platylaelaps_Berlese_1905>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1905" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1905" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Platylaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Platylaelaps_latus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Platylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Platylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Platylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_latus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "latus" ;
dwc:subGenus "Platylaelaps", "Paehylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Platylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paehylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Platylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Platylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paehylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Paehylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF236CED9F71F865.mc.6AC9F129FF84FF8FFE476D3A9EA0F8B9>
dwc:locality "Java" ;
trt:gbifOccurrenceId "3312837368" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF84FF8FFF236CED9F71F865#6AC9F129FF84FF8FFE476D3A9EA0F8B9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,142 @@
@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/52084A62FF84FF8FFF236E389FBEFABD>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachylaelapidae_Berlese_1913>, <http://taxon-concept.plazi.org/id/Animalia/Mesostigmata_G.Canestrini_1891> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius adeliensis Womersley 1937" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF236E389FBEFABD.mc.6AC9F129FF84FF8FFECF6E409E40FBEF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_adeliensis_Womersley_1937> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_adeliensis_Womersley_1937>
dwc:authority "Womersley, 1937" ;
dwc:authorityName "Womersley" ;
dwc:authorityYear "1937" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Womersley, 1937" ;
dwc:species "adeliensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_adeliensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelapidae_Berlese_1913>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1913" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Berlese, 1913" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Mesostigmata_G.Canestrini_1891>
dwc:authorityName "G.Canestrini" ;
dwc:authorityYear "1891" ;
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
dwc:scientificNameAuthorship "G.Canestrini, 1891" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_adeliensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "adeliensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF84FF8FFF236E389FBEFABD.mc.6AC9F129FF84FF8FFECF6E409E40FBEF>
dwc:locality "Antarctica" ;
trt:gbifOccurrenceId "3312837353" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF84FF8FFF236E389FBEFABD#6AC9F129FF84FF8FFECF6E409E40FBEF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,188 @@
@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/52084A62FF84FF8FFF236F5598BFF915>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_Berlese_1910>, <http://taxon-concept.plazi.org/id/Animalia/Ologamasidae_Ryke_1962> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius complanatus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_complanatus_Kramer_1876> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gamasus_complanatus_Kramer_1876> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_complanatus_Kramer_1876>
dwc:authority "(Kramer, 1876)" ;
dwc:baseAuthorityName "Kramer" ;
dwc:baseAuthorityYear "1876" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Kramer, 1876)" ;
dwc:species "complanatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_complanatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gamasus_complanatus_Kramer_1876>
dwc:authority "Kramer, 1876: 102" ;
dwc:authorityName "Kramer" ;
dwc:authorityPageNumber "102" ;
dwc:authorityYear "1876" ;
dwc:class "Arachnida" ;
dwc:family "Ologamasidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kramer, 1876" ;
dwc:species "complanatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gamasus_complanatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_Berlese_1910>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Ologamasidae_Ryke_1962>
dwc:authorityName "Ryke" ;
dwc:authorityYear "1962" ;
dwc:class "Arachnida" ;
dwc:family "Ologamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
dwc:scientificNameAuthorship "Ryke, 1962" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ologamasidae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_complanatus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "complanatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gamasus_complanatus>
dwc:class "Arachnida" ;
dwc:family "Ologamasidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "complanatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gamasus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gamasus>
dwc:class "Arachnida" ;
dwc:family "Ologamasidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ologamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ologamasidae>
dwc:class "Arachnida" ;
dwc:family "Ologamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,122 @@
@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/52084A62FF86FF8DFF2368809CF2FBD7>
# Warning: Could not add treatment taxon because sigEpithet "" contains invalid characters ;
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Lasioseius_furciger_Berlese_1916> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Animalia" ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Lasioseius_furciger_Berlese_1916>
dwc:authority "Berlese, 1916" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1916" ;
dwc:species "furciger" ;
dwc:subGenus "Zygoseius" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lasioseius_furciger> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Lasioseius_furciger>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "furciger" ;
dwc:subGenus "Zygoseius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasioseius_Zygoseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioseius_Zygoseius>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Zygoseius" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasioseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioseius>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascidae>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,158 @@
@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/52084A62FF86FF8DFF236ABA9989FDD8>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Laelaps_doderoi_Berlese_1910> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pseudolaelaps Berlese 1916" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudolaelaps_Berlese_1916> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudolaelaps_Berlese_1916>
dwc:authority "Berlese, 1916" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1916" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Laelaps_doderoi_Berlese_1910>
dwc:authority "Berlese, 1910" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
dwc:species "doderoi" ;
dwc:subGenus "Hoplolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Laelaps_doderoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudolaelaps>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelapidae>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelaps_doderoi>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "doderoi" ;
dwc:subGenus "Hoplolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelaps_Hoplolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelaps_Hoplolaelaps>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Hoplolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelaps>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascidae>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,161 @@
@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/52084A62FF87FF8CFF236AB5988DFE48>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Dinocelaeno gigas Celaenopsidae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236AB5988DFE48.mc.6AC9F129FF87FF8CFE9B6AC29EA1FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dinocelaeno_gigas_Duges_1834> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_gigas> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dinocelaeno_gigas_Duges_1834>
dwc:authority "(Duges, 1834)" ;
dwc:baseAuthorityName "Duges" ;
dwc:baseAuthorityYear "1834" ;
dwc:class "Arachnida" ;
dwc:family "Celaenopsidae" ;
dwc:genus "Dinocelaeno" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Duges, 1834)" ;
dwc:species "gigas" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dinocelaeno_gigas> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dinocelaeno_gigas>
dwc:class "Arachnida" ;
dwc:family "Celaenopsidae" ;
dwc:genus "Dinocelaeno" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gigas" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dinocelaeno> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dinocelaeno>
dwc:class "Arachnida" ;
dwc:family "Celaenopsidae" ;
dwc:genus "Dinocelaeno" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Celaenopsidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Celaenopsidae>
dwc:class "Arachnida" ;
dwc:family "Celaenopsidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_gigas>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gigas" ;
dwc:subGenus "Megalolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Megalolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236AB5988DFE48.mc.6AC9F129FF87FF8CFE9B6AC29EA1FF61>
dwc:locality "Brazil" ;
trt:gbifOccurrenceId "3312837360" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF87FF8CFF236AB5988DFE48#6AC9F129FF87FF8CFE9B6AC29EA1FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,155 @@
@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/52084A62FF87FF8CFF236D5B9E92F861>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Neoparasitus jacobsonianus, new combination" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236D5B9E92F861.mc.6AC9F129FF87FF8CFE1C6DE39E7CF840> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_jacobsonianus_Berlese_1911> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_jacobsonianus_Berlese_1911> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_jacobsonianus_Berlese_1911>
dwc:authority "(Berlese, 1911)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1911" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1911)" ;
dwc:species "jacobsonianus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus_jacobsonianus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_jacobsonianus_Berlese_1911>
dwc:authority "Berlese, 1911: 431" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "431" ;
dwc:authorityYear "1911" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1911" ;
dwc:species "jacobsonianus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_jacobsonianus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus_jacobsonianus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "jacobsonianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_jacobsonianus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "jacobsonianus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236D5B9E92F861.mc.6AC9F129FF87FF8CFE1C6DE39E7CF840>
dwc:locality "Java" ;
trt:gbifOccurrenceId "3312837413" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF87FF8CFF236D5B9E92F861#6AC9F129FF87FF8CFE1C6DE39E7CF840> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,209 @@
@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/52084A62FF87FF8CFF236E959F19FAE9>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_Berlese_1892> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Megalolaelaps mexicanus, new combination" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236E959F19FAE9.mc.6AC9F129FF87FF8CFEDB6F229EB1FA81> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_mexicanus_Stoll_1893> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_mexicanus_Stoll_1893>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_Berlese_1888> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_mexicanus_Stoll_1893>
dwc:authority "(Stoll, 1893)" ;
dwc:baseAuthorityName "Stoll" ;
dwc:baseAuthorityYear "1893" ;
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Stoll, 1893)" ;
dwc:species "mexicanus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_mexicanus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_mexicanus_Stoll_1893>
dwc:authority "Stoll, 1893: 37" ;
dwc:authorityName "Stoll" ;
dwc:authorityPageNumber "37" ;
dwc:authorityYear "1893" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Stoll, 1893" ;
dwc:species "haeros" ;
dwc:variety "mexicanus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros_mexicanus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_haeros_Berlese_1888>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1888" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1888" ;
dwc:species "haeros" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_Berlese_1892>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1892" ;
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1892" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_mexicanus>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mexicanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros_mexicanus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "haeros" ;
dwc:variety "mexicanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_haeros>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "haeros" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236E959F19FAE9.mc.6AC9F129FF87FF8CFEDB6F229EB1FA81>
dwc:locality "Mexico" ;
trt:gbifOccurrenceId "3312837378" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF87FF8CFF236E959F19FAE9#6AC9F129FF87FF8CFEDB6F229EB1FA81> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,178 @@
@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/52084A62FF87FF8CFF236FE89ECBF9F1>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Megalolaelaps ornatus Megalolaelapidae" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236FE89ECBF9F1.mc.6AC9F129FF87FF8CFEDB6C319E31F9BF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_ornatus_Keegan_1946> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_ornata> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_ornata_Keegan_1946> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Megalolaelaps_ornatus_Keegan_1946>
dwc:authority "(Keegan, 1946)" ;
dwc:baseAuthorityName "Keegan" ;
dwc:baseAuthorityYear "1946" ;
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Keegan, 1946)" ;
dwc:species "ornatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_ornatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_ornata_Keegan_1946>
dwc:authority "Keegan, 1946: 75" ;
dwc:authorityName "Keegan" ;
dwc:authorityPageNumber "75" ;
dwc:authorityYear "1946" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Keegan, 1946" ;
dwc:species "ornata" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_ornata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_ornatus>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ornatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelapidae>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_ornata>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ornata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Megalolaelaps_ornata>
dwc:class "Arachnida" ;
dwc:family "Megalolaelapidae" ;
dwc:genus "Megalolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ornata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Megalolaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF87FF8CFF236FE89ECBF9F1.mc.6AC9F129FF87FF8CFEDB6C319E31F9BF>
dwc:locality "USA" ;
trt:gbifOccurrenceId "3312837393" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF87FF8CFF236FE89ECBF9F1#6AC9F129FF87FF8CFEDB6C319E31F9BF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF90FF9BFF2368309EE2FDFC>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps evansi Costa 1971" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF2368309EE2FDFC.mc.6AC9F129FF90FF9BFED868779E08FDFC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_evansi_Costa_1971> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_evansi_Costa_1971>
dwc:authority "Costa, 1971" ;
dwc:authorityName "Costa" ;
dwc:authorityYear "1971" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Costa, 1971" ;
dwc:species "evansi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LF> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_evansi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_evansi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "evansi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF2368309EE2FDFC.mc.6AC9F129FF90FF9BFED868779E08FDFC>
dwc:locality "Israel" ;
trt:gbifOccurrenceId "3312837473" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF90FF9BFF2368309EE2FDFC#6AC9F129FF90FF9BFED868779E08FDFC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF90FF9BFF2368949F7EFC98>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps femoralis Bhattacharyya 1970" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF2368949F7EFC98.mc.6AC9F129FF90FF9BFE3868DB9E87FC98> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_femoralis_Bhattacharyya_1970> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_femoralis_Bhattacharyya_1970>
dwc:authority "Bhattacharyya, 1970" ;
dwc:authorityName "Bhattacharyya" ;
dwc:authorityYear "1970" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bhattacharyya, 1970" ;
dwc:species "femoralis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LG> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_femoralis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_femoralis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "femoralis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF2368949F7EFC98.mc.6AC9F129FF90FF9BFE3868DB9E87FC98>
dwc:locality "India" ;
trt:gbifOccurrenceId "3312837384" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF90FF9BFF2368949F7EFC98#6AC9F129FF90FF9BFE3868DB9E87FC98> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,215 @@
@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/52084A62FF90FF9BFF236AB59EB3FE50>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps ensifer Oudemans 1902" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236AB59EB3FE50.mc.6AC9F129FF90FF9BFEC56AF89E52FF67> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_ensifer_Oudemans_1902> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_undetermined> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_magnus_Halbert_1915>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_magnus_Halbert_1915> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_ensifer_Oudemans_1902>
dwc:authority "Oudemans, 1902" ;
dwc:authorityName "Oudemans" ;
dwc:authorityYear "1902" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Oudemans, 1902" ;
dwc:species "ensifer" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_ensifer> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_magnus_Halbert_1915>
dwc:authority "Halbert, 1915: 63" ;
dwc:authorityName "Halbert" ;
dwc:authorityPageNumber "63" ;
dwc:authorityYear "1915" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Halbert, 1915" ;
dwc:species "pectinifer" ;
dwc:variety "magnus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer_magnus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_magnus_Halbert_1915>
dwc:authorityName "Halbert" ;
dwc:authorityYear "1915" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Halbert, 1915" ;
dwc:species "magnus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_magnus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_ensifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ensifer" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_undetermined>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer_magnus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "pectinifer" ;
dwc:variety "magnus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_magnus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "magnus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236AB59EB3FE50.mc.6AC9F129FF90FF9BFEC56AF89E52FF67>
dwc:locality "Netherlands" ;
trt:gbifOccurrenceId "3312837376" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF90FF9BFF236AB59EB3FE50#6AC9F129FF90FF9BFEC56AF89E52FF67> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,286 @@
@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/52084A62FF90FF9BFF236C099F22F863>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps insularis Berlese 1920" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_insularis_Berlese_1920> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Laelaps_tetragonoides> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_siculus_Berlese_1892>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_siculus_Berlese_1892>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pratensis_Karg_1965>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_imitans_Berlese_1920> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_insularis_Berlese_1920>
dwc:authority "Berlese, 1920" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "insularis" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_insularis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_siculus_Berlese_1892>
dwc:authority "Berlese, 1892 b: 10" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "10" ;
dwc:authorityYear "1892" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:scientificNameAuthorship "Berlese, 1892" ;
dwc:species "pectinifer" ;
dwc:variety "siculus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer_siculus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_siculus_Berlese_1892>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1892" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1892" ;
dwc:species "siculus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_siculus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pratensis_Karg_1965>
dwc:authority "Karg, 1965: 268" ;
dwc:authorityName "Karg" ;
dwc:authorityPageNumber "268" ;
dwc:authorityYear "1965" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Karg, 1965" ;
dwc:species "pratensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pratensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_imitans_Berlese_1920>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "imitans" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_imitans> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_insularis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "insularis" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelaps_tetragonoides>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tetragonoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelaps>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Laelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascidae>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer_siculus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "variety" ;
dwc:species "pectinifer" ;
dwc:variety "siculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_siculus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "siculus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pratensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pratensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_imitans>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "imitans" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,115 @@
@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/52084A62FF90FF9BFF236E1398D6FB1D>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps hamifer Tragardh 1931" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236E1398D6FB1D.mc.6AC9F129FF90FF9BFECF6E569E5FFB1D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_hamifer_Tragardh_1931> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_hamifer_Tragardh_1931>
dwc:authority "Tragardh, 1931" ;
dwc:authorityName "Tragardh" ;
dwc:authorityYear "1931" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tragardh, 1931" ;
dwc:species "hamifer" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LH> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_hamifer> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_hamifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hamifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236E1398D6FB1D.mc.6AC9F129FF90FF9BFECF6E569E5FFB1D>
dwc:locality "Juan Fernandez Islands - South Pacific Ocean" ;
trt:gbifOccurrenceId "3312837363" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF90FF9BFF236E1398D6FB1D#6AC9F129FF90FF9BFECF6E569E5FFB1D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,159 @@
@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/52084A62FF90FF9BFF236EED9D8EFA77>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps imitans Berlese 1920" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236EED9D8EFA77.mc.6AC9F129FF90FF9BFEC26F309E50FABF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_imitans_Berlese_1920> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pratensis_Karg_1965> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_imitans_Berlese_1920>
dwc:authority "Berlese, 1920" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "imitans" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_imitans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pratensis_Karg_1965>
dwc:authority "Karg, 1965: 268" ;
dwc:authorityName "Karg" ;
dwc:authorityPageNumber "268" ;
dwc:authorityYear "1965" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Karg, 1965" ;
dwc:species "pratensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pratensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_imitans>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "imitans" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pratensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pratensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF90FF9BFF236EED9D8EFA77.mc.6AC9F129FF90FF9BFEC26F309E50FABF>
dwc:locality "Italy" ;
trt:gbifOccurrenceId "3312837457" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF90FF9BFF236EED9D8EFA77#6AC9F129FF90FF9BFEC26F309E50FABF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,145 @@
@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/52084A62FF91FF9AFF2369C99E7FFB24>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps neoxenillitus Ma 1997" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF2369C99E7FFB24.mc.6AC9F129FF91FF9AFE196E169E23FBDD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_neoxenillitus_Ma_1997> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_neoxenillitus_Ma_1997>
dwc:authority "Ma, 1997" ;
dwc:authorityName "Ma" ;
dwc:authorityYear "1997" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ma, 1997" ;
dwc:species "neoxenillitus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_neoxenillitus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881>
dwc:authority "(G. Canestrini, 1881)" ;
dwc:baseAuthorityName "G. Canestrini" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(G. Canestrini, 1881)" ;
dwc:species "pectinifer" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_neoxenillitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "neoxenillitus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF2369C99E7FFB24.mc.6AC9F129FF91FF9AFE196E169E23FBDD>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837431" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF91FF9AFF2369C99E7FFB24#6AC9F129FF91FF9AFE196E169E23FBDD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF91FF9AFF236AB59EB1FE83>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps kirghizorum Koroleva 1977" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF236AB59EB1FE83.mc.6AC9F129FF91FF9AFE136AC29E92FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_kirghizorum_Koroleva_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_kirghizorum_Koroleva_1977>
dwc:authority "Koroleva, 1977" ;
dwc:authorityName "Koroleva" ;
dwc:authorityYear "1977" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Koroleva, 1977" ;
dwc:species "kirghizorum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LL> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_kirghizorum> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_kirghizorum>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kirghizorum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF236AB59EB1FE83.mc.6AC9F129FF91FF9AFE136AC29E92FF61>
dwc:locality "Kyrgyzstan" ;
trt:gbifOccurrenceId "3312837379" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF91FF9AFF236AB59EB1FE83#6AC9F129FF91FF9AFE136AC29E92FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/52084A62FF91FF9AFF236B4698E5FE54>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps koroljevae Alexandrova 1980" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF236B4698E5FE54.mc.6AC9F129FF91FF9AFD816B8F9F34FE54> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_koroljevae_Alexandrova_1980> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_koroljevae_Alexandrova_1980>
dwc:authority "Alexandrova, 1980", "Alexandrova, 1980: 38" ;
dwc:authorityName "Alexandrova" ;
dwc:authorityPageNumber "38" ;
dwc:authorityYear "1980" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Alexandrova, 1980" ;
dwc:species "koroljevae" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_koroljevae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_koroljevae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "koroljevae" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF91FF9AFF236B4698E5FE54.mc.6AC9F129FF91FF9AFD816B8F9F34FE54>
dwc:locality "Zabaykalsky Region" ;
trt:gbifOccurrenceId "3312837451" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF91FF9AFF236B4698E5FE54#6AC9F129FF91FF9AFD816B8F9F34FE54> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,335 @@
@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/52084A62FF91FF9AFF236F969E51F848>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps pectinifer" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Hypoaspis_pectinifer>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_longipalpoides> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Gamasus_pectinifer_Canestrini_1881>, <http://taxon-concept.plazi.org/id/Animalia/Gamasus_longipalpoides_Felt_1896>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_lindrothi_Sellnick_1940>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_lindroffi_Sellnick_1927>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_sellnicki_Hirschmann_1965> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881>
dwc:authority "(G. Canestrini, 1881)" ;
dwc:baseAuthorityName "G. Canestrini" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(G. Canestrini, 1881)" ;
dwc:species "pectinifer" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gamasus_pectinifer_Canestrini_1881>
dwc:authority "G. Canestrini, 1881: 513" ;
dwc:authorityName "G. Canestrini" ;
dwc:authorityPageNumber "513" ;
dwc:authorityYear "1881" ;
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "G. Canestrini, 1881" ;
dwc:species "pectinifer" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gamasus_pectinifer> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Gamasus_longipalpoides_Felt_1896>
dwc:authority "Felt, 1896: 259" ;
dwc:authorityName "Felt" ;
dwc:authorityPageNumber "259" ;
dwc:authorityYear "1896" ;
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Felt, 1896" ;
dwc:species "longipalpoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Gamasus_longipalpoides> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_lindrothi_Sellnick_1940>
dwc:authority "Sellnick, 1940: 87" ;
dwc:authorityName "Sellnick" ;
dwc:authorityPageNumber "87" ;
dwc:authorityYear "1940" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sellnick, 1940" ;
dwc:species "lindrothi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_lindrothi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_lindroffi_Sellnick_1927>
dwc:authorityName "Sellnick" ;
dwc:authorityYear "1927" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Sellnick, 1927" ;
dwc:species "lindroffi" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_lindroffi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_sellnicki_Hirschmann_1965>
dwc:authority "Hirschmann & Krauss, 1965: 5" ;
dwc:authorityName "Hirschmann & Krauss" ;
dwc:authorityPageNumber "5" ;
dwc:authorityYear "1965" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hirschmann & Krauss, 1965" ;
dwc:species "sellnicki" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_sellnicki> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gamasus_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gamasus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gamasus>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascidae>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hypoaspis_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Hypoaspis" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Hypoaspis> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Hypoaspis>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Hypoaspis" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelapidae>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Gamasus_longipalpoides>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Gamasus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longipalpoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Gamasus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_longipalpoides>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longipalpoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_lindrothi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lindrothi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_lindroffi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lindroffi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_sellnicki>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sellnicki" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,129 @@
@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/52084A62FF92FF99FF2368BE9F97FCAF>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps sublongisetis Koroleva 1977" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF2368BE9F97FCAF.mc.6AC9F129FF92FF99FE0468C79E9BFD6C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_sublongisetis_Koroleva_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_sublongisetis_Koroleva_1977>
dwc:authority "Koroleva, 1977" ;
dwc:authorityName "Koroleva" ;
dwc:authorityYear "1977" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Koroleva, 1977" ;
dwc:species "sublongisetis" ;
dwc:subGenus "Longipachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7KT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_sublongisetis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_sublongisetis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sublongisetis" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF2368BE9F97FCAF.mc.6AC9F129FF92FF99FE0468C79E9BFD6C>
dwc:locality "Krasnodar Region" ;
trt:gbifOccurrenceId "3312837496" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF2368BE9F97FCAF#6AC9F129FF92FF99FE0468C79E9BFD6C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF92FF99FF2369A39FF3FC69>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps tetragonoides" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF2369A39FF3FC69.mc.6AC9F129FF92FF99FECC69EB9F11FC48> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_tetragonoides_Duges_1834> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_tetragonoides_Duges_1834>
dwc:authority "(Duges, 1834)" ;
dwc:baseAuthorityName "Duges" ;
dwc:baseAuthorityYear "1834" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Duges, 1834)" ;
dwc:species "tetragonoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7KV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_tetragonoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_tetragonoides>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tetragonoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF2369A39FF3FC69.mc.6AC9F129FF92FF99FECC69EB9F11FC48>
dwc:locality "France" ;
trt:gbifOccurrenceId "3312837390" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF2369A39FF3FC69#6AC9F129FF92FF99FECC69EB9F11FC48> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,129 @@
@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/52084A62FF92FF99FF236AB59F54FEA4>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps silviae Moraza & Pena 2005" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236AB59F54FEA4.mc.6AC9F129FF92FF99FCEC6ADD98C3FE83> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_silviae_Moraza_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_silviae_Moraza_2005>
dwc:authority "Moraza & Pena, 2005" ;
dwc:authorityName "Moraza & Pena" ;
dwc:authorityYear "2005" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza & Pena, 2005" ;
dwc:species "silviae" ;
dwc:subGenus "Longipachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XTZK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_silviae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_silviae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "silviae" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236AB59F54FEA4.mc.6AC9F129FF92FF99FCEC6ADD98C3FE83>
dwc:locality "Canary Islands" ;
trt:gbifOccurrenceId "3312837399" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF236AB59F54FEA4#6AC9F129FF92FF99FCEC6ADD98C3FE83> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,141 @@
@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/52084A62FF92FF99FF236B599F76FDC3>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps squamifer Berlese 1920" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236B599F76FDC3.mc.6AC9F129FF92FF99FE256BE69E4BFE4D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_squamifer_Berlese_1920> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_squamifer_Berlese_1920>
dwc:authority "Berlese, 1920" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "squamifer" ;
dwc:subGenus "Pachylaelaps", "Longipachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7KS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_squamifer> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_squamifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "squamifer" ;
dwc:subGenus "Pachylaelaps", "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236B599F76FDC3.mc.6AC9F129FF92FF99FE256BE69E4BFE4D>
dwc:locality "Italy" ;
trt:gbifOccurrenceId "3312837389" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF236B599F76FDC3#6AC9F129FF92FF99FE256BE69E4BFE4D> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/52084A62FF92FF99FF236D6C996AF865>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps armimagnus Masan 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236D6C996AF865.mc.6AC9F129FF92FF99FDFE6DB49F15F83B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_armimagnus_Masan_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_armimagnus_Masan_2007>
dwc:authority "Masan, 2007", "Masan, 2007 a: 88" ;
dwc:authorityName "Masan" ;
dwc:authorityPageNumber "88" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan, 2007" ;
dwc:species "armimagnus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7L3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_armimagnus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_armimagnus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "armimagnus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236D6C996AF865.mc.6AC9F129FF92FF99FDFE6DB49F15F83B>
dwc:locality "Slovakia" ;
trt:gbifOccurrenceId "3312837445" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF236D6C996AF865#6AC9F129FF92FF99FDFE6DB49F15F83B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,159 @@
@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/52084A62FF92FF99FF236F719FFFFA47>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps vicarius Masan 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236F719FFFFA47.mc.6AC9F129FF92FF99FDE16FBE9F19FA25> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_vicarius_Masan_2007> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_longisetis_Halbert_1915> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_vicarius_Masan_2007>
dwc:authority "Masan, 2007", "Masan, 2007 a: 72" ;
dwc:authorityName "Masan" ;
dwc:authorityPageNumber "72" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan, 2007" ;
dwc:species "vicarius" ;
dwc:subGenus "Longipachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7KX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_vicarius> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_longisetis_Halbert_1915>
dwc:authorityName "Halbert" ;
dwc:authorityYear "1915" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Halbert, 1915" ;
dwc:species "longisetis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7KX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_longisetis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_vicarius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "vicarius" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Longipachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Longipachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_longisetis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "longisetis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF92FF99FF236F719FFFFA47.mc.6AC9F129FF92FF99FDE16FBE9F19FA25>
dwc:locality "Slovakia" ;
trt:gbifOccurrenceId "3312837411" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF92FF99FF236F719FFFFA47#6AC9F129FF92FF99FDE16FBE9F19FA25> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,159 @@
@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/52084A62FF93FF98FF2368109DADFCDF>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps bellicosus Berlese 1920" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF2368109DADFCDF.mc.6AC9F129FF93FF98FE2568589E4BFD07> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_bellicosus_Berlese_1920> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_mandibularis_Moraza_2005> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_bellicosus_Berlese_1920>
dwc:authority "Berlese, 1920" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "bellicosus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7L6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_bellicosus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_mandibularis_Moraza_2005>
dwc:authority "Moraza & Pena, 2005 a: 63", "Moraza & Pena, 2005 b: 11", "Moraza & Pena, 2005 c: 110" ;
dwc:authorityName "Moraza & Pena" ;
dwc:authorityPageNumber "63", "11", "110" ;
dwc:authorityYear "2005" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza & Pena, 2005" ;
dwc:species "mandibularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_mandibularis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_bellicosus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "bellicosus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_mandibularis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "mandibularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF2368109DADFCDF.mc.6AC9F129FF93FF98FE2568589E4BFD07>
dwc:locality "Italy" ;
trt:gbifOccurrenceId "3312837374" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF2368109DADFCDF#6AC9F129FF93FF98FE2568589E4BFD07> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,159 @@
@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/52084A62FF93FF98FF236AB59EF3FEA4>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps atlanticus Masan & Halliday" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236AB59EF3FEA4.mc.6AC9F129FF93FF98FEDF6AC29EE3FF61> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Driel_1977>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Berlese_1918> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_atlanticus> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Driel_1977>
dwc:authority "Van Driel, Loots & Marais, 1977: 315" ;
dwc:authorityName "Van Driel, Loots & Marais" ;
dwc:authorityPageNumber "315" ;
dwc:authorityYear "1977" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Van Driel, Loots & Marais, 1977" ;
dwc:species "major" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Berlese_1918>
dwc:authority "Berlese, 1918: 139" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "139" ;
dwc:authorityYear "1918" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1918" ;
dwc:species "major" ;
dwc:subGenus "Paralaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_atlanticus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "atlanticus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "major" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236AB59EF3FEA4.mc.6AC9F129FF93FF98FEDF6AC29EE3FF61>
dwc:locality "South Atlantic Ocean. Junior" ;
trt:gbifOccurrenceId "3312837410" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF236AB59EF3FEA4#6AC9F129FF93FF98FEDF6AC29EE3FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF93FF98FF236BA19F96FE75>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps australicus Womersley 1942" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236BA19F96FE75.mc.6AC9F129FF93FF98FE286BEE9E97FE75> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_australicus_Womersley_1942> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_australicus_Womersley_1942>
dwc:authority "Womersley, 1942" ;
dwc:authorityName "Womersley" ;
dwc:authorityYear "1942" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Womersley, 1942" ;
dwc:species "australicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7L5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_australicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_australicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "australicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236BA19F96FE75.mc.6AC9F129FF93FF98FE286BEE9E97FE75>
dwc:locality "Australia" ;
trt:gbifOccurrenceId "3312837364" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF236BA19F96FE75#6AC9F129FF93FF98FE286BEE9E97FE75> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF93FF98FF236C299F6DF9FD>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps citri Olivier & Loots 1970" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236C299F6DF9FD.mc.6AC9F129FF93FF98FEE26C769E47F9FD> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_citri_Olivier_1970> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_citri_Olivier_1970>
dwc:authority "Olivier & Loots, 1970" ;
dwc:authorityName "Olivier & Loots" ;
dwc:authorityYear "1970" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Olivier & Loots, 1970" ;
dwc:species "citri" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_citri> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_citri>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "citri" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236C299F6DF9FD.mc.6AC9F129FF93FF98FEE26C769E47F9FD>
dwc:locality "South Africa" ;
trt:gbifOccurrenceId "3312837433" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF236C299F6DF9FD#6AC9F129FF93FF98FEE26C769E47F9FD> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,122 @@
@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/52084A62FF93FF98FF236C989F56F8C3>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps denticulatus Hirschmann & Krauss 1965" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_denticulatus_Hirschmann_1965> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_denticulatus_Hirschmann_1965>
dwc:authority "Hirschmann & Krauss, 1965" ;
dwc:authorityName "Hirschmann & Krauss" ;
dwc:authorityYear "1965" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Hirschmann & Krauss, 1965" ;
dwc:species "denticulatus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LC> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_denticulatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_denticulatus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "denticulatus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,130 @@
@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/52084A62FF93FF98FF236E449988FA9D>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps carpathimagnus Masan 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236E449988FA9D.mc.6AC9F129FF93FF98FDC46E8C9F33FB53> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_carpathimagnus_Masan_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_carpathimagnus_Masan_2007>
dwc:authority "Masan, 2007", "Masan, 2007 a: 90" ;
dwc:authorityName "Masan" ;
dwc:authorityPageNumber "90" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan, 2007" ;
dwc:species "carpathimagnus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7L8> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_carpathimagnus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_carpathimagnus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "carpathimagnus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236E449988FA9D.mc.6AC9F129FF93FF98FDC46E8C9F33FB53>
dwc:locality "Slovakia" ;
trt:gbifOccurrenceId "3312837326" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF236E449988FA9D#6AC9F129FF93FF98FDC46E8C9F33FB53> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF93FF98FF236F7E9FA1FA2C>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps changbaiensis Chen, Bei & Gao 2009" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236F7E9FA1FA2C.mc.6AC9F129FF93FF98FE086F879EC1FA2C> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_changbaiensis_Chen_2009> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_changbaiensis_Chen_2009>
dwc:authority "Chen, Bei & Gao, 2009" ;
dwc:authorityName "Chen, Bei & Gao" ;
dwc:authorityYear "2009" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Chen, Bei & Gao, 2009" ;
dwc:species "changbaiensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7L9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_changbaiensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_changbaiensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "changbaiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF93FF98FF236F7E9FA1FA2C.mc.6AC9F129FF93FF98FE086F879EC1FA2C>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837334" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF93FF98FF236F7E9FA1FA2C#6AC9F129FF93FF98FE086F879EC1FA2C> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,170 @@
@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/52084A62FF94FF9FFF2368109FD3FD59>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps terrificus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF94FF9FFF2368109FD3FD59.mc.6AC9F129FF94FF9FFD8F68589F1DFD07> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_terrificus_Berlese_1920> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_terrificus_Berlese_1920> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_terrificus_Berlese_1920>
dwc:authority "(Berlese, 1920)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1920)" ;
dwc:species "terrificus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XZYR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_terrificus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_terrificus_Berlese_1920>
dwc:authority "Berlese, 1920 b: 187" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "187" ;
dwc:authorityYear "1920" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1920" ;
dwc:species "terrificus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_terrificus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_terrificus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "terrificus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_terrificus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "terrificus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF94FF9FFF2368109FD3FD59.mc.6AC9F129FF94FF9FFD8F68589F1DFD07>
dwc:locality "East Africa" ;
trt:gbifOccurrenceId "3312837469" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF94FF9FFF2368109FD3FD59#6AC9F129FF94FF9FFD8F68589F1DFD07> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,168 @@
@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/52084A62FF94FF9FFF236AB59853FE83>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps integer, new combination" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF94FF9FFF236AB59853FE83.mc.6AC9F129FF94FF9FFDEE6AC298ECFF61> ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_integer_Berlese_1918> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_formidabilis_Berlese_1918> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_integer_Berlese_1918>
dwc:authority "(Berlese, 1918)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1918" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1918)" ;
dwc:species "integer" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XZYP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_integer> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_formidabilis_Berlese_1918>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1918" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1918" ;
dwc:species "formidabilis" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_formidabilis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_integer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "integer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_formidabilis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "formidabilis" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF94FF9FFF236AB59853FE83.mc.6AC9F129FF94FF9FFDEE6AC298ECFF61>
dwc:locality "Malawi" ;
trt:gbifOccurrenceId "3312837380" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF94FF9FFF236AB59853FE83#6AC9F129FF94FF9FFDEE6AC298ECFF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,92 @@
@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/52084A62FF94FF9FFF236B469E5DFE75>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps rackae Costa" ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_rackae> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_rackae> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_rackae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "rackae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,135 @@
@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/52084A62FF94FF9FFF236E619F07FB48>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps sternalis Ryke 1959" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_sternalis_Ryke_1959> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_sternalia> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_sternalis_Ryke_1959>
dwc:authority "Ryke, 1959" ;
dwc:authorityName "Ryke" ;
dwc:authorityYear "1959" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ryke, 1959" ;
dwc:species "sternalis" ;
dwc:subGenus "Incisosternum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XZYT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_sternalis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_sternalis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sternalis" ;
dwc:subGenus "Incisosternum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>, <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_Incisosternum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_sternalia>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sternalia" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_Incisosternum>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Incisosternum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,123 @@
@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/52084A62FF94FF9FFF236F089F17FA30>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps tibialis Elsen 1974" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_tibialis_Elsen_1974> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_tibialis_Elsen_1974>
dwc:authority "Elsen, 1974", "Elsen, 1974 a: 471" ;
dwc:authorityName "Elsen" ;
dwc:authorityPageNumber "471" ;
dwc:authorityYear "1974" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Elsen, 1974" ;
dwc:species "tibialis" ;
dwc:subGenus "Incisosternum" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XZYV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_tibialis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_tibialis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tibialis" ;
dwc:subGenus "Incisosternum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>, <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_Incisosternum> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_Incisosternum>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Incisosternum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,208 @@
@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/52084A62FF94FF9FFF236FD19FD9F865>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_kibonotensis_Tragardh_1908> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Paralaelaps Tragardh 1908" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Tragardh_1908> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps_Tragardh_1908>, <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Fonseca_1935>, <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_Berlese_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Tragardh_1908>
dwc:authority "Tragardh, 1908" ;
dwc:authorityName "Tragardh" ;
dwc:authorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tragardh, 1908" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XNLM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps_Tragardh_1908>
dwc:authority "Tragardh, 1908: 49" ;
dwc:authorityName "Tragardh" ;
dwc:authorityPageNumber "49" ;
dwc:authorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Tragardh, 1908" ;
dwc:subGenus "Paralaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Fonseca_1935>
dwc:authority "Fonseca, 1935: 29" ;
dwc:authorityName "Fonseca" ;
dwc:authorityPageNumber "29" ;
dwc:authorityYear "1935" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Fonseca, 1935" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XNLM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_kibonotensis_Tragardh_1908>
dwc:baseAuthorityName "Tragardh" ;
dwc:baseAuthorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tragardh, 1908)" ;
dwc:species "kibonotensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XNLM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps_kibonotensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_Berlese_1910>
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XNLM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps_kibonotensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kibonotensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,187 @@
@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/52084A62FF95FF9EFF2368319DB4FD7B>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Paralaelaps major" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF2368319DB4FD7B.mc.6AC9F129FF95FF9EFE4F687E9EA9FDE5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_major_Berlese_1918> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Berlese_1918>, <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Driel_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_major_Berlese_1918>
dwc:authority "(Berlese, 1918)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1918" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1918)" ;
dwc:species "major" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7SR> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps_major> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Berlese_1918>
dwc:authority "Berlese, 1918: 139" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "139" ;
dwc:authorityYear "1918" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1918" ;
dwc:species "major" ;
dwc:subGenus "Paralaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_major_Driel_1977>
dwc:authority "Van Driel, Loots & Marais, 1977: 315" ;
dwc:authorityName "Van Driel, Loots & Marais" ;
dwc:authorityPageNumber "315" ;
dwc:authorityYear "1977" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Van Driel, Loots & Marais, 1977" ;
dwc:species "major" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps_major>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "major" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_major>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "major" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF2368319DB4FD7B.mc.6AC9F129FF95FF9EFE4F687E9EA9FDE5>
dwc:locality "Somalia" ;
trt:gbifOccurrenceId "3312837435" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF95FF9EFF2368319DB4FD7B#6AC9F129FF95FF9EFE4F687E9EA9FDE5> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF95FF9EFF236AB59F6BFF61>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Paralaelaps gondarabae Lombardini 1941" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF236AB59F6BFF61.mc.6AC9F129FF95FF9EFE2E6AC29E93FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_gondarabae_Lombardini_1941> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_gondarabae_Lombardini_1941>
dwc:authority "Lombardini, 1941" ;
dwc:authorityName "Lombardini" ;
dwc:authorityYear "1941" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Lombardini, 1941" ;
dwc:species "gondarabae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7SP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps_gondarabae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps_gondarabae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gondarabae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF236AB59F6BFF61.mc.6AC9F129FF95FF9EFE2E6AC29E93FF61>
dwc:locality "Ethiopia" ;
trt:gbifOccurrenceId "3312837330" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF95FF9EFF236AB59F6BFF61#6AC9F129FF95FF9EFE2E6AC29E93FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,170 @@
@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/52084A62FF95FF9EFF236B649FA7FE54>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Paralaelaps kibonotensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF236B649FA7FE54.mc.6AC9F129FF95FF9EFD896BAC9F16FE33> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_kibonotensis_Tragardh_1908> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_kibonotensis_Tragardh_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_kibonotensis_Tragardh_1908>
dwc:authority "(Tragardh, 1908)" ;
dwc:baseAuthorityName "Tragardh" ;
dwc:baseAuthorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Tragardh, 1908)" ;
dwc:species "kibonotensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7SQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps_kibonotensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_kibonotensis_Tragardh_1908>
dwc:authority "Tragardh, 1908: 50" ;
dwc:authorityName "Tragardh" ;
dwc:authorityPageNumber "50" ;
dwc:authorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tragardh, 1908" ;
dwc:species "kibonotensis" ;
dwc:subGenus "Paralaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_kibonotensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps_kibonotensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kibonotensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_kibonotensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kibonotensis" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Paralaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF95FF9EFF236B649FA7FE54.mc.6AC9F129FF95FF9EFD896BAC9F16FE33>
dwc:locality "Tanzania" ;
trt:gbifOccurrenceId "3312837474" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF95FF9EFF236B649FA7FE54#6AC9F129FF95FF9EFD896BAC9F16FE33> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,94 @@
@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/52084A62FF95FF9EFF236E13986CF8C1>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Mirabulbus Liu & Ma 2001" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_Liu_2001> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_Liu_2001>
dwc:authority "Liu & Ma, 2001" ;
dwc:authorityName "Liu & Ma" ;
dwc:authorityYear "2001" ;
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Liu & Ma, 2001" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,145 @@
@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/52084A62FF96FF9DFF236AB59DE2FE30>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps quadricombinatus Gu, Huang & Li 1991" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236AB59DE2FE30.mc.6AC9F129FF96FF9DFE506AC29F14FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_quadricombinatus_Gu_1991> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_quadricombinatus_Gu_1991>
dwc:authority "Gu, Huang & Li, 1991" ;
dwc:authorityName "Gu, Huang & Li" ;
dwc:authorityYear "1991" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Gu, Huang & Li, 1991" ;
dwc:species "quadricombinatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_quadricombinatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_pectinifer_Canestrini_1881>
dwc:authority "(G. Canestrini, 1881)" ;
dwc:baseAuthorityName "G. Canestrini" ;
dwc:baseAuthorityYear "1881" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(G. Canestrini, 1881)" ;
dwc:species "pectinifer" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_quadricombinatus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "quadricombinatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_pectinifer>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pectinifer" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236AB59DE2FE30.mc.6AC9F129FF96FF9DFE506AC29F14FF61>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837324" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF96FF9DFF236AB59DE2FE30#6AC9F129FF96FF9DFE506AC29F14FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,130 @@
@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/52084A62FF96FF9DFF236BD89EFEFD01>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps resinae Karg 1971" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236BD89EFEFD01.mc.6AC9F129FF96FF9DFDA168619EA9FDCF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_resinae_Karg_1971> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_resinae_Karg_1971>
dwc:authority "Karg, 1971", "Karg, 1971: 148" ;
dwc:authorityName "Karg" ;
dwc:authorityPageNumber "148" ;
dwc:authorityYear "1971" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Karg, 1971" ;
dwc:species "resinae" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7LY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_resinae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_resinae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "resinae" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236BD89EFEFD01.mc.6AC9F129FF96FF9DFDA168619EA9FDCF>
dwc:locality "Germany" ;
trt:gbifOccurrenceId "3312837465" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF96FF9DFF236BD89EFEFD01#6AC9F129FF96FF9DFDA168619EA9FDCF> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF96FF9DFF236D1D9EEBF809>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps xenillitus Ma 1985" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236D1D9EEBF809.mc.6AC9F129FF96FF9DFE3D6DAA9E34F809> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_xenillitus_Ma_1985> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_xenillitus_Ma_1985>
dwc:authority "Ma, 1985" ;
dwc:authorityName "Ma" ;
dwc:authorityYear "1985" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ma, 1985" ;
dwc:species "xenillitus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7M6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_xenillitus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_xenillitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "xenillitus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236D1D9EEBF809.mc.6AC9F129FF96FF9DFE3D6DAA9E34F809>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837387" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF96FF9DFF236D1D9EEBF809#6AC9F129FF96FF9DFE3D6DAA9E34F809> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF96FF9DFF236EA39EA1FB69>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps tianschanicus Koroleva 1977" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236EA39EA1FB69.mc.6AC9F129FF96FF9DFE036EEB9E82FB48> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_tianschanicus_Koroleva_1977> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_tianschanicus_Koroleva_1977>
dwc:authority "Koroleva, 1977" ;
dwc:authorityName "Koroleva" ;
dwc:authorityYear "1977" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Koroleva, 1977" ;
dwc:species "tianschanicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7M3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_tianschanicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_tianschanicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "tianschanicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF96FF9DFF236EA39EA1FB69.mc.6AC9F129FF96FF9DFE036EEB9E82FB48>
dwc:locality "Kyrgyzstan" ;
trt:gbifOccurrenceId "3312837422" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF96FF9DFF236EA39EA1FB69#6AC9F129FF96FF9DFE036EEB9E82FB48> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,153 @@
@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/52084A62FF96FF9DFF236F6C982BF9F3>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachylaelaps troglophilus Willmann 1940" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_troglophilus_Willmann_1940> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_magnus_Halbert_1915> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_troglophilus_Willmann_1940>
dwc:authority "Willmann, 1940" ;
dwc:authorityName "Willmann" ;
dwc:authorityYear "1940" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Willmann, 1940" ;
dwc:species "troglophilus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7M4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_troglophilus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_magnus_Halbert_1915>
dwc:authorityName "Halbert" ;
dwc:authorityYear "1915" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Halbert, 1915" ;
dwc:species "magnus" ;
dwc:subGenus "Pachylaelaps" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7M4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_magnus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_troglophilus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "troglophilus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_magnus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "magnus" ;
dwc:subGenus "Pachylaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>, <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Pachylaelaps> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,221 @@
@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/52084A62FF97FF9CFF23692C9FAEFA7C>
cito:cites <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus_Berlese_1910>, <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_nepalensis_Samsinak_1978> ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps Berlese 1910" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_Berlese_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps_Berlese_1910>, <http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Tragardh_1908> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_Berlese_1910>
dwc:authority "Berlese, 1910" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XL5V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps_Berlese_1910>
dwc:authority "Berlese, 1910 a: 257", "" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "257" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus_Berlese_1910>
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1910)" ;
dwc:species "fenestratus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XL5V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_nepalensis_Samsinak_1978>
dwc:authority "Samsinak & Daniel, 1978" ;
dwc:authorityName "Samsinak & Daniel" ;
dwc:authorityYear "1978" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Samsinak & Daniel, 1978" ;
dwc:species "nepalensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XL5V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_nepalensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelaps_Tragardh_1908>
dwc:authority "Tragardh, 1908" ;
dwc:authorityName "Tragardh" ;
dwc:authorityYear "1908" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tragardh, 1908" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XL5V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelaps> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestratus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_nepalensis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nepalensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Paralaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Paralaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,93 @@
@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/52084A62FF97FF9CFF236ABA9D48FD51>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Paralaelapini MAŠÁN & HALLIDAY, 2014, new tribe" ;
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Paralaelapini_Masan_2014> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Paralaelapini_Masan_2014>
dwc:authorityName "Masan & Halliday" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:scientificNameAuthorship "Masan & Halliday" ;
dwc:tribe "Paralaelapini" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XHSQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Paralaelapini> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Paralaelapini>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "tribe" ;
dwc:tribe "Paralaelapini" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,170 @@
@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/52084A62FF97FF9CFF236C589E6EF881>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Elaphrolaelaps fenestratus" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF97FF9CFF236C589E6EF881.mc.6AC9F129FF97FF9CFDF96CE09F0EF94F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus_Berlese_1910> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_fenestratus_Berlese_1910> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus_Berlese_1910>
dwc:authority "(Berlese, 1910)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1910)" ;
dwc:species "fenestratus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XZYM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_fenestratus_Berlese_1910>
dwc:authority "Berlese, 1910 a: 257" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "257" ;
dwc:authorityYear "1910" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1910" ;
dwc:species "fenestratus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_fenestratus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps_fenestratus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestratus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Elaphrolaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_fenestratus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "fenestratus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_Elaphrolaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Elaphrolaelaps" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF97FF9CFF236C589E6EF881.mc.6AC9F129FF97FF9CFDF96CE09F0EF94F>
dwc:locality "Java" ;
trt:gbifOccurrenceId "3312837476" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF97FF9CFF236C589E6EF881#6AC9F129FF97FF9CFDF96CE09F0EF94F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,95 @@
@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/52084A62FF98FF92FF236D6A996DFE1F>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseiulus Moraza & Johnston 1990" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_Moraza_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_Moraza_1990>
dwc:authority "Moraza & Johnston, 1990" ;
dwc:authorityName "Moraza & Johnston" ;
dwc:authorityYear "1990" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Moraza & Johnston, 1990" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XNHB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseiulus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseiulus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF2368DD9836FCEB>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius pachylaelapoides Masan & Mihal 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF2368DD9836FCEB.mc.6AC9F129FF98FF93FE72696A9EDBFCC9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_pachylaelapoides_Masan_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_pachylaelapoides_Masan_2007>
dwc:authority "Masan & Mihal, 2007" ;
dwc:authorityName "Masan & Mihal" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan & Mihal, 2007" ;
dwc:species "pachylaelapoides" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NM> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_pachylaelapoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_pachylaelapoides>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pachylaelapoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF2368DD9836FCEB.mc.6AC9F129FF98FF93FE72696A9EDBFCC9>
dwc:locality "Bulgaria" ;
trt:gbifOccurrenceId "3312837354" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF2368DD9836FCEB#6AC9F129FF98FF93FE72696A9EDBFCC9> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF2369EE9E95FBDD>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius sinicus Yin, Lu & Lan 1986" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF2369EE9E95FBDD.mc.6AC9F129FF98FF93FEEF6E379E72FBBC> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_sinicus_Yin_1986> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_sinicus_Yin_1986>
dwc:authority "Yin, Lu & Lan, 1986" ;
dwc:authorityName "Yin, Lu & Lan" ;
dwc:authorityYear "1986" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yin, Lu & Lan, 1986" ;
dwc:species "sinicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NQ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_sinicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_sinicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sinicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF2369EE9E95FBDD.mc.6AC9F129FF98FF93FEEF6E379E72FBBC>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837339" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF2369EE9E95FBDD#6AC9F129FF98FF93FEEF6E379E72FBBC> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF236AB59EA0FE83>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius morazae Masan & Mihal 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236AB59EA0FE83.mc.6AC9F129FF98FF93FED86AC29E61FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_morazae_Masan_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_morazae_Masan_2007>
dwc:authority "Masan & Mihal, 2007" ;
dwc:authorityName "Masan & Mihal" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan & Mihal, 2007" ;
dwc:species "morazae" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NJ> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_morazae> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_morazae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "morazae" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236AB59EA0FE83.mc.6AC9F129FF98FF93FED86AC29E61FF61>
dwc:locality "Bulgaria" ;
trt:gbifOccurrenceId "3312837416" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF236AB59EA0FE83#6AC9F129FF98FF93FED86AC29E61FF61> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF236B469FD0FE75>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius morenoi Moraza 1993" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236B469FD0FE75.mc.6AC9F129FF98FF93FEDC6B8C9E0AFE54> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_morenoi_Moraza_1993> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_morenoi_Moraza_1993>
dwc:authority "Moraza, 1993" ;
dwc:authorityName "Moraza" ;
dwc:authorityYear "1993" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza, 1993" ;
dwc:species "morenoi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_morenoi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_morenoi>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "morenoi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236B469FD0FE75.mc.6AC9F129FF98FF93FEDC6B8C9E0AFE54>
dwc:locality "Spain" ;
trt:gbifOccurrenceId "3312837355" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF236B469FD0FE75#6AC9F129FF98FF93FEDC6B8C9E0AFE54> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,128 @@
@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/52084A62FF98FF93FF236C349E7EF925>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius wideventris Afifi & Nasr 1984" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236C349E7EF925.mc.6AC9F129FF98FF93FE3E6C7C9E72F9E3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_wideventris_Afifi_1984> ;
trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_undetermined> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_wideventris_Afifi_1984>
dwc:authority "Afifi & Nasr, 1984" ;
dwc:authorityName "Afifi & Nasr" ;
dwc:authorityYear "1984" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Afifi & Nasr, 1984" ;
dwc:species "wideventris" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NW> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_wideventris> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_wideventris>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "wideventris" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_undetermined>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "undetermined" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236C349E7EF925.mc.6AC9F129FF98FF93FE3E6C7C9E72F9E3>
dwc:locality "Netherlands" ;
trt:gbifOccurrenceId "3312837352" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF236C349E7EF925#6AC9F129FF98FF93FE3E6C7C9E72F9E3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF236EB89F0EFB6F>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius slavicus Masan 2007" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236EB89F0EFB6F.mc.6AC9F129FF98FF93FED36EC09E0AFB6F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_slavicus_Masan_2007> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_slavicus_Masan_2007>
dwc:authority "Masan, 2007" ;
dwc:authorityName "Masan" ;
dwc:authorityYear "2007" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Masan, 2007" ;
dwc:species "slavicus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NS> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_slavicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_slavicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "slavicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236EB89F0EFB6F.mc.6AC9F129FF98FF93FED36EC09E0AFB6F>
dwc:locality "Slovakia" ;
trt:gbifOccurrenceId "3312837367" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF236EB89F0EFB6F#6AC9F129FF98FF93FED36EC09E0AFB6F> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,115 @@
@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/52084A62FF98FF93FF236F6B9FECFA51>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseius strandtmanni Solomon 1982" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236F6B9FECFA51.mc.6AC9F129FF98FF93FE286FB39E74FA30> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseius_strandtmanni_Solomon_1982> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseius_strandtmanni_Solomon_1982>
dwc:authority "Solomon, 1982" ;
dwc:authorityName "Solomon" ;
dwc:authorityYear "1982" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Solomon, 1982" ;
dwc:species "strandtmanni" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7NT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseius_strandtmanni> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius_strandtmanni>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "strandtmanni" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseius>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF98FF93FF236F6B9FECFA51.mc.6AC9F129FF98FF93FE286FB39E74FA30>
dwc:locality "Romania" ;
trt:gbifOccurrenceId "3312837342" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF98FF93FF236F6B9FECFA51#6AC9F129FF98FF93FE286FB39E74FA30> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,173 @@
@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/52084A62FF99FF92FF23689F9D2AF945>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pseudopachys Berlese 1916" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudopachys_Berlese_1916> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys_Berlese_1916>, <http://taxon-concept.plazi.org/id/Animalia/Pseudopachyseiulus_Moraza_1993> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudopachys_Berlese_1916>
dwc:authority "Berlese, 1916" ;
dwc:authorityName "Berlese" ;
dwc:authorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Berlese, 1916" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8XPF5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudopachys> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys_Berlese_1916>
dwc:authority "Berlese, 1916 b: 165" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "165" ;
dwc:authorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:scientificNameAuthorship "Berlese, 1916" ;
dwc:subGenus "Pseudopachys" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudopachyseiulus_Moraza_1993>
dwc:authority "Moraza & Johnston, 1993: 263" ;
dwc:authorityName "Moraza & Johnston" ;
dwc:authorityPageNumber "263" ;
dwc:authorityYear "1993" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Moraza & Johnston, 1993" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachys>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pseudopachys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelapidae>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,185 @@
@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/52084A62FF99FF92FF236BF4990EFDE5>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pachyseiulus singularis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236BF4990EFDE5.mc.6AC9F129FF99FF92FE25683C9E7BFDA3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_singularis_Schweizer_1961> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_singularis_Schweizer_1961>, <http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_hispanicus_Moraza_1990> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_singularis_Schweizer_1961>
dwc:authority "(Schweizer, 1961)" ;
dwc:baseAuthorityName "Schweizer" ;
dwc:baseAuthorityYear "1961" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schweizer, 1961)" ;
dwc:species "singularis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y7MV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseiulus_singularis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachylaelaps_singularis_Schweizer_1961>
dwc:authority "Schweizer, 1961: 105" ;
dwc:authorityName "Schweizer" ;
dwc:authorityPageNumber "105" ;
dwc:authorityYear "1961" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schweizer, 1961" ;
dwc:species "singularis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_singularis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pachyseiulus_hispanicus_Moraza_1990>
dwc:authority "Moraza & Johnston, 1990: 213" ;
dwc:authorityName "Moraza & Johnston" ;
dwc:authorityPageNumber "213" ;
dwc:authorityYear "1990" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza & Johnston, 1990" ;
dwc:species "hispanicus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pachyseiulus_hispanicus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pachyseiulus_singularis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "singularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseiulus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseiulus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps_singularis>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "singularis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelaps> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelaps>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachylaelaps" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachyseiulus_hispanicus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hispanicus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachyseiulus> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236BF4990EFDE5.mc.6AC9F129FF99FF92FE25683C9E7BFDA3>
dwc:locality "Switzerland" ;
trt:gbifOccurrenceId "3312837398" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF99FF92FF236BF4990EFDE5#6AC9F129FF99FF92FE25683C9E7BFDA3> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,226 @@
@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/52084A62FF99FF92FF236D39986FF863>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Pseudopachys parasitizans" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236D39986FF863.mc.6AC9F129FF99FF92FDC46D469F2AF8ED>, <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236D39986FF863.mc.6AC9F129FF99FF92FE036DFD9EE0F863> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pseudopachys_parasitizans_Berlese_1916> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pseudoparasitus_parasitizans_Berlese_1916>, <http://taxon-concept.plazi.org/id/Animalia/Pseudopachyseiulus_ignacii_Moraza_1993> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pseudopachys_parasitizans_Berlese_1916>
dwc:authority "(Berlese, 1916)" ;
dwc:baseAuthorityName "Berlese" ;
dwc:baseAuthorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Berlese, 1916)" ;
dwc:species "parasitizans" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/8Y8SX> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudopachys_parasitizans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudoparasitus_parasitizans_Berlese_1916>
dwc:authority "Berlese, 1916 b: 165" ;
dwc:authorityName "Berlese" ;
dwc:authorityPageNumber "165" ;
dwc:authorityYear "1916" ;
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Berlese, 1916" ;
dwc:species "parasitizans" ;
dwc:subGenus "Pseudopachys" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_parasitizans> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pseudopachyseiulus_ignacii_Moraza_1993>
dwc:authority "Moraza & Johnston, 1993: 264" ;
dwc:authorityName "Moraza & Johnston" ;
dwc:authorityPageNumber "264" ;
dwc:authorityYear "1993" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Moraza & Johnston, 1993" ;
dwc:species "ignacii" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus_ignacii> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachys_parasitizans>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parasitizans" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudopachys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachys>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachys" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_parasitizans>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parasitizans" ;
dwc:subGenus "Pseudopachys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus_Pseudopachys>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "subGenus" ;
dwc:subGenus "Pseudopachys" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudoparasitus>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:genus "Pseudoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Laelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Laelapidae>
dwc:class "Arachnida" ;
dwc:family "Laelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus_ignacii>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "ignacii" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pseudopachyseiulus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Pseudopachyseiulus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236D39986FF863.mc.6AC9F129FF99FF92FDC46D469F2AF8ED>
dwc:locality "Italy" ;
trt:gbifOccurrenceId "3313898301" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF99FF92FF236D39986FF863#6AC9F129FF99FF92FDC46D469F2AF8ED> ;
a dwc:MaterialCitation .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF99FF92FF236D39986FF863.mc.6AC9F129FF99FF92FE036DFD9EE0F863>
dwc:locality "New" ;
trt:gbifOccurrenceId "3313898302" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF99FF92FF236D39986FF863#6AC9F129FF99FF92FE036DFD9EE0F863> ;
a dwc:MaterialCitation .

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/52084A62FF9AFF91FF23685C9F54FD4B>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Mirabulbus qinbaensis Liu & Ma 2001" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF23685C9F54FD4B.mc.6AC9F129FF9AFF91FE3268E49E75FD4B> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_qinbaensis_Liu_2001> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_qinbaensis_Liu_2001>
dwc:authority "Liu & Ma, 2001" ;
dwc:authorityName "Liu & Ma" ;
dwc:authorityYear "2001" ;
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Liu & Ma, 2001" ;
dwc:species "qinbaensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus_qinbaensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus_qinbaensis>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "qinbaensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF23685C9F54FD4B.mc.6AC9F129FF9AFF91FE3268E49E75FD4B>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837321" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF9AFF91FF23685C9F54FD4B#6AC9F129FF9AFF91FE3268E49E75FD4B> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,150 @@
@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/52084A62FF9AFF91FF2369009F3CFC17>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Mirabulbus scleoides (Ishikawa)" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF2369009F3CFC17.mc.6AC9F129FF9AFF91FE3369489E5FFC17> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_scleoides_Ishikawa_1969> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus_scleoides> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoparasitus_scleoides_Ishikawa_1969>
dwc:authority "Ishikawa, 1969: 51" ;
dwc:authorityName "Ishikawa" ;
dwc:authorityPageNumber "51" ;
dwc:authorityYear "1969" ;
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ishikawa, 1969" ;
dwc:species "scleoides" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus_scleoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus_scleoides>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "scleoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus_scleoides>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "scleoides" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoparasitus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoparasitus>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:genus "Neoparasitus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pachylaelapidae>
dwc:class "Arachnida" ;
dwc:family "Pachylaelapidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF2369009F3CFC17.mc.6AC9F129FF9AFF91FE3369489E5FFC17>
dwc:locality "Ishikawa" ;
dwc:typeStatus "holotype" ;
trt:gbifOccurrenceId "3312837325" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF9AFF91FF2369009F3CFC17#6AC9F129FF9AFF91FE3369489E5FFC17> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,165 @@
@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/52084A62FF9AFF91FF2369E49F24FBD4>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Mirabulbus yadongensis" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF2369E49F24FBD4.mc.6AC9F129FF9AFF91FE386E2D9E64FBB3> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_yadongensis_Ma_1997> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Lasioseius_yadongensis_Ma_1997> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_yadongensis_Ma_1997>
dwc:authority "(Ma & Wang, 1997)" ;
dwc:baseAuthorityName "Ma & Wang" ;
dwc:baseAuthorityYear "1997" ;
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Ma & Wang, 1997)" ;
dwc:species "yadongensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus_yadongensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Lasioseius_yadongensis_Ma_1997>
dwc:authority "Ma & Wang, 1997: 29" ;
dwc:authorityName "Ma & Wang" ;
dwc:authorityPageNumber "29" ;
dwc:authorityYear "1997" ;
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ma & Wang, 1997" ;
dwc:species "yadongensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Lasioseius_yadongensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus_yadongensis>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yadongensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioseius_yadongensis>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yadongensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lasioseius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lasioseius>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:genus "Lasioseius" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Ascidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Ascidae>
dwc:class "Arachnida" ;
dwc:family "Ascidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF2369E49F24FBD4.mc.6AC9F129FF9AFF91FE386E2D9E64FBB3>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837343" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF9AFF91FF2369E49F24FBD4#6AC9F129FF9AFF91FE386E2D9E64FBB3> ;
a dwc:MaterialCitation .

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/52084A62FF9AFF91FF236AB59F12FF61>
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:title "Mirabulbus lushanensis Ma 2003" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF236AB59F12FF61.mc.6AC9F129FF9AFF91FE246AC29E33FF61> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_lushanensis_Ma_2003> ;
trt:publishedIn <http://dx.doi.org/10.11646/zootaxa.3776.1.1> ;
a trt:Treatment .
<http://dx.doi.org/10.11646/zootaxa.3776.1.1>
bibo:endPage "66" ;
bibo:issue "1" ;
bibo:journal "Zootaxa" ;
bibo:pubDate "2014-03-12" ;
bibo:startPage "1" ;
bibo:volume "3776" ;
dc:creator "MAŠÁN, PETER; HALLIDAY, BRUCE" ;
dc:date "2014" ;
dc:title "Review of the mite family Pachylaelapidae (Acari: Mesostigmata)" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Mirabulbus_lushanensis_Ma_2003>
dwc:authority "Ma, 2003" ;
dwc:authorityName "Ma" ;
dwc:authorityYear "2003" ;
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Ma, 2003" ;
dwc:species "lushanensis" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus_lushanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus_lushanensis>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "lushanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mirabulbus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mirabulbus>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:genus "Mirabulbus" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bulbogamasidae>
dwc:class "Arachnida" ;
dwc:family "Bulbogamasidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Mesostigmata> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Mesostigmata>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Mesostigmata" ;
dwc:phylum "Arthropoda" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arachnida> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arachnida>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
dwc:kingdom "Animalia" ;
dwc:phylum "Arthropoda" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia>
dwc:kingdom "Animalia" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/52084A62FF9AFF91FF236AB59F12FF61.mc.6AC9F129FF9AFF91FE246AC29E33FF61>
dwc:locality "China" ;
trt:gbifOccurrenceId "3312837322" ;
trt:httpUri <https://treatment.plazi.org/id/52084A62FF9AFF91FF236AB59F12FF61#6AC9F129FF9AFF91FE246AC29E33FF61> ;
a dwc:MaterialCitation .

Some files were not shown because too many files have changed in this diff Show more