GG2RDF 2024-08-08T00:46:00.466Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-08-08 00:46:12 +00:00
parent 790db09d75
commit 6b672e2d4b
11 changed files with 385 additions and 36 deletions

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/03BD0B616D5C3E42E1B8F9E5FC0EFE75>
cito:cites <http://dx.doi.org/10.5281/zenodo.13261177> ;
dc:creator "Martins, Ubirajara R.; Santos-Silva, Antonio; Clarke, Robin O. S." ;
dc:title "Ecliptoides TAVAKILIAN & PENAHERRERA-LEIVA 2005" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Ecliptoides_Tavakilian_2005> ;
trt:publishedIn <http://dx.doi.org/10.1590/S0031-10492012021800001> ;
a trt:Treatment .
<http://dx.doi.org/10.1590/S0031-10492012021800001>
bibo:endPage "506" ;
bibo:issue "38" ;
bibo:journal "Papéis Avulsos de Zoologia" ;
bibo:pubDate "2012-12-20" ;
bibo:startPage "477" ;
bibo:volume "52" ;
dc:creator "Martins, Ubirajara R.; Santos-Silva, Antonio; Clarke, Robin O. S." ;
dc:date "2012" ;
dc:title "Contribuição Para O Estudo Dos Rhinotragini (Coleoptera, Cerambycidae). Vi. Ecliptoides Tavakilian & Peñaherrera-Leiva" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13261177> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Ecliptoides_Tavakilian_2005>
dwc:authority "Tavakilian & Penaherrera-Leiva, 2005" ;
dwc:authorityName "TAVAKILIAN & PENAHERRERA-LEIVA" ;
dwc:authorityYear "2005" ;
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Ecliptoides" ;
dwc:kingdom "Animalia" ;
dwc:order "Coleoptera" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
dwc:scientificNameAuthorship "Tavakilian & Penaherrera-Leiva, 2005" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/49T4> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Ecliptoides> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Ecliptoides>
dwc:class "Insecta" ;
dwc:family "Cerambycidae" ;
dwc:genus "Ecliptoides" ;
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 .
<http://dx.doi.org/10.5281/zenodo.13261177>
dc:description "FIGURAS 14: Genitália, macho, lobos laterais: 1. Ecliptoides sp., frontal; 2. Ecliptoides sp., lateral; 3. Eclipta flavicollis (Bates, 1873), frontal; 4. E. flavicollis, lateral." ;
fabio:hasRepresentation <https://zenodo.org/record/13261177/files/figure.png> ;
a fabio:Figure .

View file

@ -0,0 +1,247 @@
@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/070387A0591DD4235B99FA09FACFFBBF>
cito:cites <http://dx.doi.org/10.5281/zenodo.13261222> ;
dc:creator "Prószyński, Jerzy" ;
dc:title "Stichius albomaculatus Thorell 1890" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatus_Thorell_1890> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Stichius_albo-maculatus_Thorell_1890>, <http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatus_Proszynski_1984>, <http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatu_Logunov_2001>, <http://taxon-concept.plazi.org/id/Animalia/Bianor_incitatus_Logunov_2001>, <http://taxon-concept.plazi.org/id/Animalia/Bianor_incitatus_Thorell_1890> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.12.1> ;
a trt:Treatment .
<http://dx.doi.org/10.37828/em.2017.12.1>
bibo:endPage "133" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-09-06" ;
bibo:startPage "1" ;
bibo:volume "12" ;
dc:creator "Prószyński, Jerzy" ;
dc:date "2017" ;
dc:title "Pragmatic classification of the World's Salticidae (Araneae)" ;
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.13261222> ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatus_Thorell_1890>
dwc:authority "Thorell, 1890 b" ;
dwc:authorityName "Thorell" ;
dwc:authorityYear "1890" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thorell, 1890" ;
dwc:species "albomaculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stichius_albomaculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stichius_albo-maculatus_Thorell_1890>
dwc:authority "Thorell, 1890 b: 70" ;
dwc:authorityName "Thorell" ;
dwc:authorityPageNumber "70" ;
dwc:authorityYear "1890" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thorell, 1890" ;
dwc:species "albo-maculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stichius_albo-maculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatus_Proszynski_1984>
dwc:authority "Proszynski, 1984 a: 57" ;
dwc:authorityName "Proszynski" ;
dwc:authorityPageNumber "57" ;
dwc:authorityYear "1984" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Proszynski, 1984" ;
dwc:species "albomaculatus" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stichius_albomaculatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Stichius_albomaculatu_Logunov_2001>
dwc:authority "Logunov, 2001 a: 281" ;
dwc:authorityName "Logunov" ;
dwc:authorityPageNumber "281" ;
dwc:authorityYear "2001" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Logunov, 2001" ;
dwc:species "albomaculatu" ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Stichius_albomaculatu> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bianor_incitatus_Logunov_2001>
dwc:authority "Logunov, 2001 a: 236" ;
dwc:authorityName "Logunov" ;
dwc:authorityPageNumber "236" ;
dwc:authorityYear "2001" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Bianor" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Logunov, 2001" ;
dwc:species "incitatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bianor_incitatus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Bianor_incitatus_Thorell_1890>
dwc:authority "Thorell, 1890" ;
dwc:authorityName "Thorell" ;
dwc:authorityYear "1890" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Bianor" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Thorell, 1890" ;
dwc:species "incitatus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Bianor_incitatus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Stichius_albomaculatus>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albomaculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stichius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stichius>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Salticidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Salticidae>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneae>
dwc:class "Arachnida" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
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/Stichius_albo-maculatus>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albo-maculatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stichius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Stichius_albomaculatu>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Stichius" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "albomaculatu" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Stichius> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bianor_incitatus>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Bianor" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "incitatus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Bianor> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Bianor>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Bianor" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Salticidae> ;
a dwcFP:TaxonName .
<http://dx.doi.org/10.5281/zenodo.13261222>
dc:description "Figure 1A. Convenient and most reliable morphological diagnostic characters in Salticidae. A, C, E, I-L - Psenuc sp., D - Psenuc courti Żabka, 1993, F - Afraflacilla reiskindi (Prószyński, 1992), G - Afraflacilla philippinensis (Prószyński, 1992), H - Psenuc vesporum (Proszynski 1992), A-D. Genitalic charaters: A-B - palp in standard position, C - epigyne, external view, D - internal structure of epigyne: note copulatory openings, ducts, spermathecae (with pheromone exuding pore, developed here duct like, pockets), E-H - morphological characters of this particular genus, E lateral subocular row of stridulatory bristles on tubercles, F - modified leg I, G - variation in shape and spination of tibia I, left and right in the same specimens, upper male, lower - female, H - male and female variation in tibia I in another species, I-K - body shape and color pattern in male, L - the same in female." ;
fabio:hasRepresentation <https://zenodo.org/record/13261222/files/figure.png> ;
a fabio:Figure .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFC3FFA2FF4633FBFD1AFD95>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma perreptans" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC3FFA2FF4633FBFD1AFD95.mc.8DA33CCFFFC3FFA0FEED3447FB45FB57>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC3FFA2FF4633FBFD1AFD95.mc.8DA33CCFFFC3FFA0FE7234CCFBCBFAF0>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC3FFA2FF4633FBFD1AFD95.mc.8DA33CCFFFC3FFA0FB8934EEFE65FAD1>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC3FFA2FF4633FBFD1AFD95.mc.8DA33CCFFFC3FFA0FD9F3509FC68FAD1>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC3FFA2FF4633FBFD1AFD95.mc.8DA33CCFFFC3FFA0FB893509FF2DFABF> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_perreptans_Viets_1913> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFC5FFB9FF46370DFA85FD95>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma pilosa Besseling 1940" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC5FFA6FEE83769FC2CF81A>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FE46351CFA15FAA3>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FF463559FCDCFA81>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FCBC3559FE79F9B5>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FF463669FD30F95F>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FD11368AFD6DF93C>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FCD136AAFEB4F91A>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FE9936F4FBB2F91A>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FB9336F4FDB8F8F8>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FD9B3716FA14F8F8>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FF463730FCF8F8D9>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FC4A3730FE93F887>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FECE3753FCE5F887>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FCAF3753FE8DF865>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FECC377DFCC8F865>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FCB0377DFCBAF843>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC5FFB9FF46370DFA85FD95.mc.8DA33CCFFFC4FFA7FC94379FFD85F821> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_pilosa_Besseling_1940> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFC6FFA6FF463424FDD3F92A>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma trigonometrica" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC6FFA6FF463424FDD3F92A.mc.8DA33CCFFFC6FFA5FE913483FD6AFB12>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFC6FFA6FF463424FDD3F92A.mc.8DA33CCFFFC6FFA5FE4E3508FE49FA9D> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_trigonometrica_Walter_1928> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFCDFFA0FF463405FC62FC45>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma torrenticola" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFEEC3460FD35FB12>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFE4E3508FD78FAD1>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFCD23509FB05FABF>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFB46352AFCF2FA7B>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFC533597FD0FFA59>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFCDFFA0FF463405FC62FC45.mc.8DA33CCFFFCDFFAEFCCE35D0FB39FA06> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_torrenticola_Walter_1908> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFD9FFBAFF4631E1FF58FAD1>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma rheophila Cook 1967" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBAFF4631E1FF58FAD1.mc.8DA33CCFFFD9FFBAFEE5324DFF48FCFA>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBAFF4631E1FF58FAD1.mc.8DA33CCFFFD9FFBAFE453351FB2DFCB9> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_rheophila_Cook_1967> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFD9FFBDFF463596FDBBFEC4>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma reinhardi Pesic 2002" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFD2D35F2FD33F9C2>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFD12361CFD8CF9A0>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFE48367BFDAFF94D>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFC343685FEB4F908>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFE9636C1FF2DF8F6>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFF1336E0FD57F8D7>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFD303703FD0FF8B5>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFD48372CFD81F893>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFDC5374FFD66F871>, <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFD9FFBDFF463596FDBBFEC4.mc.8DA33CCFFFD9FFBAFD3C3769FDC2F85F> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_reinhardi_Pesic_2002> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFDAFFB9FF4632ABFDA5F981>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma ocellata" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFDAFFB9FF4632ABFDA5F981.mc.8DA33CCFFFDAFFB9FEEA3372FE93FC00> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_ocellata_Walter_1952> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFDAFFBAFF4636A7FB6AFE4F>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma liberiensis Cook 1966" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFDAFFBAFF4636A7FB6AFE4F.mc.8DA33CCFFFDAFFB9FEE63703FB85F8B5> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_liberiensis_Cook_1966> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .

View file

@ -10,20 +10,20 @@
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/B5628784FFDEFFBDFF463178FCE4FB8B>
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:title "Hydrodroma zhokhovi Tuzovskij 2014" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/B5628784FFDEFFBDFF463178FCE4FB8B.mc.8DA33CCFFFDEFFBDFB5131BAFCDFFE0A> ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Hydrodroma_zhokhovi_Tuzovskij_2014> ;
trt:publishedIn <http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6> ;
trt:publishedIn <http://dx.doi.org/10.37828/em.2017.13.1> ;
a trt:Treatment .
<http://publication.plazi.org/id/495BFFFCFFCBFFA8FFD13015FF83FFE6>
<http://dx.doi.org/10.37828/em.2017.13.1>
bibo:endPage "24" ;
bibo:journal "Ecologica Montenegrina" ;
bibo:pubDate "2017-10-10" ;
bibo:startPage "1" ;
bibo:volume "13" ;
dc:creator "Gerecke, R." ;
dc:creator "Gerecke, Reinhard" ;
dc:date "2017" ;
dc:title "The water mites of the genus Hydrodroma (Acari, Hydrachnidia, Hydrodromidae) in Europe and Africa" ;
a fabio:JournalArticle .