GG2RDF 2024-07-30T19:47:50.484Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-30 19:48:03 +00:00
parent 31a06cb8b2
commit fd1f569431
20 changed files with 2341 additions and 0 deletions

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/D60489004C4CFFCFFF1EF8E4FDC0F850>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Dolomedes jirisanensis Kim and Chae 2012" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dolomedes_jirisanensis_Kim_2012> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dolomedes_jirisanensis_Kim_2012>
dwc:authority "Kim and Chae, 2012" ;
dwc:authorityName "Kim and Chae" ;
dwc:authorityYear "2012" ;
dwc:class "Arachnida" ;
dwc:family "Pisauridae" ;
dwc:genus "Dolomedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Chae, 2012" ;
dwc:species "jirisanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/C8Q86> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dolomedes_jirisanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dolomedes_jirisanensis>
dwc:class "Arachnida" ;
dwc:family "Pisauridae" ;
dwc:genus "Dolomedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "jirisanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dolomedes> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dolomedes>
dwc:class "Arachnida" ;
dwc:family "Pisauridae" ;
dwc:genus "Dolomedes" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pisauridae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pisauridae>
dwc:class "Arachnida" ;
dwc:family "Pisauridae" ;
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 .

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/D60489004C4CFFCFFF1EFC01FF6CFC4B>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Sitticus sinensis Schenkel 1963" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Sitticus_sinensis_Schenkel_1963> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Sitticus_sinensis_Cho_2002> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Sitticus_sinensis_Schenkel_1963>
dwc:authority "Schenkel, 1963" ;
dwc:authorityName "Schenkel" ;
dwc:authorityYear "1963" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Sitticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Schenkel, 1963" ;
dwc:species "sinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/93MWV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sitticus_sinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Sitticus_sinensis_Cho_2002>
dwc:authority "Cho and Kim 2002: 133" ;
dwc:authorityName "Cho and Kim" ;
dwc:authorityPageNumber "133" ;
dwc:authorityYear "2002" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Sitticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Cho & Kim, 2002" ;
dwc:species "sinensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/93MWV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Sitticus_sinensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Sitticus_sinensis>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Sitticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "sinensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Sitticus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Sitticus>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Sitticus" ;
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 .

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/D60489004C4CFFCFFF1EFCAEFDD4FCCA>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Rhene myunghwani Kim 1996" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Rhene_myunghwani_Kim_1996> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Rhene_myunghwani_Kim_1996>
dwc:authority "Kim, 1996" ;
dwc:authorityName "Kim" ;
dwc:authorityYear "1996" ;
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Rhene" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim, 1996" ;
dwc:species "myunghwani" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4S5WB> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Rhene_myunghwani> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Rhene_myunghwani>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Rhene" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "myunghwani" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Rhene> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Rhene>
dwc:class "Arachnida" ;
dwc:family "Salticidae" ;
dwc:genus "Rhene" ;
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 .

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/D60489004C4CFFCFFF1EFD4EFDFAFD69>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Tibellus kimi Kim and Seung 2015" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Tibellus_kimi_Kim_2015> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Tibellus_kimi_Kim_2015>
dwc:authority "Kim and Seung, 2015" ;
dwc:authorityName "Kim and Seung" ;
dwc:authorityYear "2015" ;
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Tibellus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Seung, 2015" ;
dwc:species "kimi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7BZ5Z> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Tibellus_kimi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Tibellus_kimi>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Tibellus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kimi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Tibellus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Tibellus>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Tibellus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Philodromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Philodromidae>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
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 .

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/D60489004C4CFFCFFF1EFD8FFD11FDA8>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Clubiona japonica L. Koch 1878" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Clubiona_japonica_Koch_1878> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Clubiona_japonica_Yoo_2002> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Clubiona_japonica_Koch_1878>
dwc:authority "L. Koch, 1878" ;
dwc:authorityName "L. Koch" ;
dwc:authorityYear "1878" ;
dwc:class "Arachnida" ;
dwc:family "Clubionidae" ;
dwc:genus "Clubiona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "L. Koch, 1878" ;
dwc:species "japonica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5ZDDD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Clubiona_japonica> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Clubiona_japonica_Yoo_2002>
dwc:authority "Yoo and Kim 2002: 26" ;
dwc:authorityName "Yoo and Kim" ;
dwc:authorityPageNumber "26" ;
dwc:authorityYear "2002" ;
dwc:class "Arachnida" ;
dwc:family "Clubionidae" ;
dwc:genus "Clubiona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yoo & Kim, 2002" ;
dwc:species "japonica" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5ZDDD> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Clubiona_japonica> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Clubiona_japonica>
dwc:class "Arachnida" ;
dwc:family "Clubionidae" ;
dwc:genus "Clubiona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "japonica" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Clubiona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Clubiona>
dwc:class "Arachnida" ;
dwc:family "Clubionidae" ;
dwc:genus "Clubiona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Clubionidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Clubionidae>
dwc:class "Arachnida" ;
dwc:family "Clubionidae" ;
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 .

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/D60489004C4CFFCFFF1EFDEFFD2EFD09>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Thanatus nodongensis Kim and Kim 2012" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Thanatus_nodongensis_Kim_2012> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Thanatus_nodongensis_Kim_2012>
dwc:authority "Kim and Kim, 2012" ;
dwc:authorityName "Kim and Kim" ;
dwc:authorityYear "2012" ;
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Thanatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Kim, 2012" ;
dwc:species "nodongensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/5643D> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Thanatus_nodongensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Thanatus_nodongensis>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Thanatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "nodongensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Thanatus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Thanatus>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
dwc:genus "Thanatus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Philodromidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Philodromidae>
dwc:class "Arachnida" ;
dwc:family "Philodromidae" ;
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 .

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/D60489004C4CFFCFFF1EFEECFF44FE48>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Cheiracanthium eutittha Bosenberg and Strand 1906" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Cheiracanthium_eutittha_Bosenberg_1906> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Cheiracanthium_eutittha_Namkung_2001> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Cheiracanthium_eutittha_Bosenberg_1906>
dwc:authority "Bosenberg and Strand, 1906" ;
dwc:authorityName "Bosenberg and Strand" ;
dwc:authorityYear "1906" ;
dwc:class "Arachnida" ;
dwc:family "Cheiracanthiidae" ;
dwc:genus "Cheiracanthium" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Bosenberg & Strand, 1906" ;
dwc:species "eutittha" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TTB5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cheiracanthium_eutittha> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Cheiracanthium_eutittha_Namkung_2001>
dwc:authority "Namkung 2001: 429" ;
dwc:authorityName "Namkung" ;
dwc:authorityPageNumber "429" ;
dwc:authorityYear "2001" ;
dwc:class "Arachnida" ;
dwc:family "Cheiracanthiidae" ;
dwc:genus "Cheiracanthium" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Namkung, 2001" ;
dwc:species "eutittha" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/TTB5> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Cheiracanthium_eutittha> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Cheiracanthium_eutittha>
dwc:class "Arachnida" ;
dwc:family "Cheiracanthiidae" ;
dwc:genus "Cheiracanthium" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "eutittha" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cheiracanthium> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheiracanthium>
dwc:class "Arachnida" ;
dwc:family "Cheiracanthiidae" ;
dwc:genus "Cheiracanthium" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Cheiracanthiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Cheiracanthiidae>
dwc:class "Arachnida" ;
dwc:family "Cheiracanthiidae" ;
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 .

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/D60489004C4DFFCEFCB9F9C3FACCF915>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Pardosa yongduensis Kim and Chae 2012" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pardosa_yongduensis_Kim_2012> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pardosa_yongduensis_Kim_2012>
dwc:authority "Kim and Chae, 2012" ;
dwc:authorityName "Kim and Chae" ;
dwc:authorityYear "2012" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Chae, 2012" ;
dwc:species "yongduensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DK6V> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pardosa_yongduensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pardosa_yongduensis>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "yongduensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pardosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pardosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
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 .

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/D60489004C4DFFCEFCB9FA03FB67FA54>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Arctosa cinerea" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arctosa_cinerea_Fabricius_1777> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Arctosa_cinerea_Kim_2013> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arctosa_cinerea_Fabricius_1777>
dwc:authority "(Fabricius, 1777)" ;
dwc:baseAuthorityName "Fabricius" ;
dwc:baseAuthorityYear "1777" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Fabricius, 1777)" ;
dwc:species "cinerea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67RS3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arctosa_cinerea> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Arctosa_cinerea_Kim_2013>
dwc:authority "Kim et al. 2013: 18" ;
dwc:authorityName "Kim" ;
dwc:authorityPageNumber "18" ;
dwc:authorityYear "2013" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim, 2013" ;
dwc:species "cinerea" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/67RS3> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arctosa_cinerea> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arctosa_cinerea>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "cinerea" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arctosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arctosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
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 .

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/D60489004C4DFFCEFCB9FA63FB62F9B4>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Arctosa kawabe Tanaka 1985" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Arctosa_kawabe_Tanaka_1985> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Arctosa_kawabe_Kim_2013> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Arctosa_kawabe_Tanaka_1985>
dwc:authority "Tanaka, 1985" ;
dwc:authorityName "Tanaka" ;
dwc:authorityYear "1985" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Tanaka, 1985" ;
dwc:species "kawabe" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GBFP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arctosa_kawabe> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Arctosa_kawabe_Kim_2013>
dwc:authority "Kim et al. 2013: 19" ;
dwc:authorityName "Kim" ;
dwc:authorityPageNumber "19" ;
dwc:authorityYear "2013" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim, 2013" ;
dwc:species "kawabe" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/GBFP> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Arctosa_kawabe> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Arctosa_kawabe>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kawabe" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arctosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Arctosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Arctosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
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 .

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/D60489004C4DFFCEFCB9FBC1FABDFAF4>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Pardosa monticola" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pardosa_monticola_Clerck_1757> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Pardosa_monticola_Paik_1985> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pardosa_monticola_Clerck_1757>
dwc:authority "(Clerck, 1757)" ;
dwc:baseAuthorityName "Clerck" ;
dwc:baseAuthorityYear "1757" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Clerck, 1757)" ;
dwc:species "monticola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DJW6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pardosa_monticola> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Pardosa_monticola_Paik_1985>
dwc:authority "Paik and Kim 1985: 69" ;
dwc:authorityName "Paik and Kim" ;
dwc:authorityPageNumber "69" ;
dwc:authorityYear "1985" ;
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Paik & Kim, 1985" ;
dwc:species "monticola" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4DJW6> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pardosa_monticola> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pardosa_monticola>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "monticola" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pardosa> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pardosa>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
dwc:genus "Pardosa" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Lycosidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Lycosidae>
dwc:class "Arachnida" ;
dwc:family "Lycosidae" ;
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 .

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/D60489004C4DFFCEFCB9FCE1FC06FC2B>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Neoscona holmi" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Neoscona_holmi_Schenkel_1953> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Neoscona_holmi_Kim_1998> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Neoscona_holmi_Schenkel_1953>
dwc:authority "(Schenkel, 1953)" ;
dwc:baseAuthorityName "Schenkel" ;
dwc:baseAuthorityYear "1953" ;
dwc:class "Arachnida" ;
dwc:family "Araneidae" ;
dwc:genus "Neoscona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Schenkel, 1953)" ;
dwc:species "holmi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46SMV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoscona_holmi> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Neoscona_holmi_Kim_1998>
dwc:authority "Kim 1998 a: 5" ;
dwc:authorityName "Kim" ;
dwc:authorityPageNumber "5" ;
dwc:authorityYear "1998" ;
dwc:class "Arachnida" ;
dwc:family "Araneidae" ;
dwc:genus "Neoscona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim, 1998" ;
dwc:species "holmi" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/46SMV> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Neoscona_holmi> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Neoscona_holmi>
dwc:class "Arachnida" ;
dwc:family "Araneidae" ;
dwc:genus "Neoscona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "holmi" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Neoscona> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Neoscona>
dwc:class "Arachnida" ;
dwc:family "Araneidae" ;
dwc:genus "Neoscona" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Araneidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Araneidae>
dwc:class "Arachnida" ;
dwc:family "Araneidae" ;
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 .

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/D60489004C4DFFCEFCB9FD2EFAA8FD4A>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Nematogmus stylitus" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nematogmus_stylitus_Bosenberg_1906> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Nematogmus_stylitus_Namkung_1976> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nematogmus_stylitus_Bosenberg_1906>
dwc:authority "(Bosenberg and Strand, 1906)" ;
dwc:baseAuthorityName "Bosenberg and Strand" ;
dwc:baseAuthorityYear "1906" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Nematogmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "(Bosenberg & Strand, 1906)" ;
dwc:species "stylitus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/747D2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nematogmus_stylitus> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Nematogmus_stylitus_Namkung_1976>
dwc:authority "Namkung 1976: 84" ;
dwc:authorityName "Namkung" ;
dwc:authorityPageNumber "84" ;
dwc:authorityYear "1976" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Nematogmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Namkung, 1976" ;
dwc:species "stylitus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/747D2> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nematogmus_stylitus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nematogmus_stylitus>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Nematogmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "stylitus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nematogmus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nematogmus>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Nematogmus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Linyphiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Linyphiidae>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
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 .

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/D60489004C4DFFCEFCB9FDCFFAEEFDE9>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Spheropistha melanosoma Yaginuma 1957" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Spheropistha_melanosoma_Yaginuma_1957> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Spheropistha_melanosoma_Kim_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Spheropistha_melanosoma_Yaginuma_1957>
dwc:authority "Yaginuma, 1957" ;
dwc:authorityName "Yaginuma" ;
dwc:authorityYear "1957" ;
dwc:class "Arachnida" ;
dwc:family "Theridiidae" ;
dwc:genus "Spheropistha" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Yaginuma, 1957" ;
dwc:species "melanosoma" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4YYBY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Spheropistha_melanosoma> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Spheropistha_melanosoma_Kim_2009>
dwc:authority "Kim and Shin 2009: 65" ;
dwc:authorityName "Kim and Shin" ;
dwc:authorityPageNumber "65" ;
dwc:authorityYear "2009" ;
dwc:class "Arachnida" ;
dwc:family "Theridiidae" ;
dwc:genus "Spheropistha" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Shin, 2009" ;
dwc:species "melanosoma" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4YYBY> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Spheropistha_melanosoma> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Spheropistha_melanosoma>
dwc:class "Arachnida" ;
dwc:family "Theridiidae" ;
dwc:genus "Spheropistha" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "melanosoma" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spheropistha> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Spheropistha>
dwc:class "Arachnida" ;
dwc:family "Theridiidae" ;
dwc:genus "Spheropistha" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Theridiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Theridiidae>
dwc:class "Arachnida" ;
dwc:family "Theridiidae" ;
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 .

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/D60489004C4DFFCEFCB9FE8CFB50FD89>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Dysdera crocata C. L. Koch 1838" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Dysdera_crocata_Koch_1838> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Dysdera_crocata_Paik_1978> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Dysdera_crocata_Koch_1838>
dwc:authority "C. L. Koch, 1838" ;
dwc:authorityName "C. L. Koch" ;
dwc:authorityYear "1838" ;
dwc:class "Arachnida" ;
dwc:family "Dysderidae" ;
dwc:genus "Dysdera" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "C. L. Koch, 1838" ;
dwc:species "crocata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/388ZT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dysdera_crocata> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Dysdera_crocata_Paik_1978>
dwc:authority "Paik 1978 e: 206" ;
dwc:authorityName "Paik" ;
dwc:authorityPageNumber "206" ;
dwc:authorityYear "1978" ;
dwc:class "Arachnida" ;
dwc:family "Dysderidae" ;
dwc:genus "Dysdera" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Paik, 1978" ;
dwc:species "crocata" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/388ZT> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Dysdera_crocata> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Dysdera_crocata>
dwc:class "Arachnida" ;
dwc:family "Dysderidae" ;
dwc:genus "Dysdera" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "crocata" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dysdera> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dysdera>
dwc:class "Arachnida" ;
dwc:family "Dysderidae" ;
dwc:genus "Dysdera" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Dysderidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Dysderidae>
dwc:class "Arachnida" ;
dwc:family "Dysderidae" ;
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 .

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/D60489004C4DFFCEFF1EF885FD3EF8D6>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Pholcus pojeonensis Kim and Yoo 2008" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pholcus_pojeonensis_Kim_2008> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pholcus_pojeonensis_Kim_2008>
dwc:authority "Kim and Yoo, 2008" ;
dwc:authorityName "Kim and Yoo" ;
dwc:authorityYear "2008" ;
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Yoo, 2008" ;
dwc:species "pojeonensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4GL9G> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pholcus_pojeonensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pholcus_pojeonensis>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "pojeonensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcus>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcidae>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
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 .

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/D60489004C4DFFCEFF1EF8E4FD24F837>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Nesticus gastropodus Kim and Ye 2014" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Nesticus_gastropodus_Kim_2014> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Nesticus_gastropodus_Kim_2014>
dwc:authority "Kim and Ye, 2014" ;
dwc:authorityName "Kim and Ye" ;
dwc:authorityYear "2014" ;
dwc:class "Arachnida" ;
dwc:family "Nesticidae" ;
dwc:genus "Nesticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Ye, 2014" ;
dwc:species "gastropodus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/478XK> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Nesticus_gastropodus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Nesticus_gastropodus>
dwc:class "Arachnida" ;
dwc:family "Nesticidae" ;
dwc:genus "Nesticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "gastropodus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nesticus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nesticus>
dwc:class "Arachnida" ;
dwc:family "Nesticidae" ;
dwc:genus "Nesticus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Nesticidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Nesticidae>
dwc:class "Arachnida" ;
dwc:family "Nesticidae" ;
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 .

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/D60489004C4DFFCEFF1EF922FD56F976>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Pholcus parkyeonensis Kim and Yoo 2009" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pholcus_parkyeonensis_Kim_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pholcus_parkyeonensis_Kim_2009>
dwc:authority "Kim and Yoo, 2009" ;
dwc:authorityName "Kim and Yoo" ;
dwc:authorityYear "2009" ;
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Yoo, 2009" ;
dwc:species "parkyeonensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4GL97> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pholcus_parkyeonensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pholcus_parkyeonensis>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "parkyeonensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcus>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcidae>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
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 .

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/D60489004C4DFFCEFF1EF9C2FD6CF916>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Pholcus kwangkyosanensis Kim and Park 2009" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Pholcus_kwangkyosanensis_Kim_2009> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Pholcus_kwangkyosanensis_Kim_2009>
dwc:authority "Kim and Park, 2009" ;
dwc:authorityName "Kim and Park" ;
dwc:authorityYear "2009" ;
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Kim & Park, 2009" ;
dwc:species "kwangkyosanensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/4GL6Y> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pholcus_kwangkyosanensis> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Pholcus_kwangkyosanensis>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "kwangkyosanensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcus>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
dwc:genus "Pholcus" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Pholcidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Pholcidae>
dwc:class "Arachnida" ;
dwc:family "Pholcidae" ;
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 .

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/D60489004C6AFFE9FF51FECCFBBAFD88>
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:title "Oedothorax hulongensis Zhu and Wen 1980" ;
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Oedothorax_hulongensis_Zhu_1980> ;
trt:deprecates <http://taxon-concept.plazi.org/id/Animalia/Oedothorax_insulanus_Paik_1980> ;
trt:publishedIn <http://dx.doi.org/10.5281/zenodo.5977342> ;
a trt:Treatment .
<http://dx.doi.org/10.5281/zenodo.5977342>
bibo:endPage "112" ;
bibo:journal "Journal of Species Research" ;
bibo:startPage "1" ;
bibo:volume "4" ;
dc:creator "Li, Jian Yong; Liu, Jie; Chen, Jian" ;
dc:date "2015" ;
dc:title "Bibliographic checklist of Korean spiders (Arachnida: Araneae) ver. 2015" ;
a fabio:JournalArticle .
<http://taxon-concept.plazi.org/id/Animalia/Oedothorax_hulongensis_Zhu_1980>
dwc:authority "Zhu and Wen, 1980" ;
dwc:authorityName "Zhu and Wen" ;
dwc:authorityYear "1980" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Oedothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Zhu & Wen, 1980" ;
dwc:species "hulongensis" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/74JP9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oedothorax_hulongensis> ;
a dwcFP:TaxonConcept .
<http://taxon-concept.plazi.org/id/Animalia/Oedothorax_insulanus_Paik_1980>
dwc:authority "Paik, 1980", "Paik 1980: 162" ;
dwc:authorityName "Paik" ;
dwc:authorityPageNumber "162" ;
dwc:authorityYear "1980" ;
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Oedothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:scientificNameAuthorship "Paik, 1980" ;
dwc:species "insulanus" ;
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/74JP9> ;
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Oedothorax_insulanus> ;
a dwcFP:TaxonConcept .
<http://taxon-name.plazi.org/id/Animalia/Oedothorax_hulongensis>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Oedothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "hulongensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oedothorax> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Oedothorax>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Oedothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Linyphiidae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Animalia/Linyphiidae>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
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/Oedothorax_insulanus>
dwc:class "Arachnida" ;
dwc:family "Linyphiidae" ;
dwc:genus "Oedothorax" ;
dwc:kingdom "Animalia" ;
dwc:order "Araneae" ;
dwc:phylum "Arthropoda" ;
dwc:rank "species" ;
dwc:species "insulanus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Oedothorax> ;
a dwcFP:TaxonName .