GG2RDF 2024-07-19T14:52:08.510Z (plazi/treatments-xml)

This commit is contained in:
treatmentbank 2024-07-19 14:52:20 +00:00
parent d09b25ac8f
commit 9b6c7e9a41
5 changed files with 482 additions and 0 deletions

View file

@ -0,0 +1,100 @@
@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/A420EA6C1A524B32FCC5F4FC8245E16E>
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:title "Deinococcus yunweiensis DG" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A524B32FCC5F4FC8245E16E.mc.9CE151271A524B32FCB2F4CD8240E16E> ;
trt:publishedIn <http://dx.doi.org/10.12651/jsr.2016.5.1.022> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus_yunweiensis> ;
a trt:Treatment .
<http://dx.doi.org/10.12651/jsr.2016.5.1.022>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2016-02-29" ;
bibo:startPage "22" ;
bibo:volume "5" ;
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:date "2016" ;
dc:title "A report of 5 unrecorded bacterial species of the Deinococcus genus in Korea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus_yunweiensis>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "species" ;
dwc:species "yunweiensis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcales>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococci> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococci>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus>
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A524B32FCC5F4FC8245E16E.mc.9CE151271A524B32FCB2F4CD8240E16E>
dwc:catalogNumber "R2" ;
dwc:collectionCode "R" ;
dwc:locality "Seoul" ;
dwc:recordedBy "C. Positive & Strain DG" ;
trt:httpUri <https://treatment.plazi.org/id/A420EA6C1A524B32FCC5F4FC8245E16E#9CE151271A524B32FCB2F4CD8240E16E> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A420EA6C1A524B32FCC5F6DA83DFE704>
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:title "Deinococcus roseus BM" ;
trt:publishedIn <http://dx.doi.org/10.12651/jsr.2016.5.1.022> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus_roseus> ;
a trt:Treatment .
<http://dx.doi.org/10.12651/jsr.2016.5.1.022>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2016-02-29" ;
bibo:startPage "22" ;
bibo:volume "5" ;
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:date "2016" ;
dc:title "A report of 5 unrecorded bacterial species of the Deinococcus genus in Korea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus_roseus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "species" ;
dwc:species "roseus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcales>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococci> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococci>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus>
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,91 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .
<http://treatment.plazi.org/id/A420EA6C1A524B32FF62F11F848DE521>
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:title "Deinococcus grandis JJ" ;
trt:publishedIn <http://dx.doi.org/10.12651/jsr.2016.5.1.022> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus_grandis> ;
a trt:Treatment .
<http://dx.doi.org/10.12651/jsr.2016.5.1.022>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2016-02-29" ;
bibo:startPage "22" ;
bibo:volume "5" ;
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:date "2016" ;
dc:title "A report of 5 unrecorded bacterial species of the Deinococcus genus in Korea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus_grandis>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "species" ;
dwc:species "grandis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcales>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococci> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococci>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus>
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .

View file

@ -0,0 +1,100 @@
@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/A420EA6C1A524B32FF62F30587ACE267>
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:title "Deinococcus ficus BS" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A524B32FF62F30587ACE267.mc.9CE151271A524B32FF48F3D687AFE267> ;
trt:publishedIn <http://dx.doi.org/10.12651/jsr.2016.5.1.022> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus_ficus> ;
a trt:Treatment .
<http://dx.doi.org/10.12651/jsr.2016.5.1.022>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2016-02-29" ;
bibo:startPage "22" ;
bibo:volume "5" ;
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:date "2016" ;
dc:title "A report of 5 unrecorded bacterial species of the Deinococcus genus in Korea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus_ficus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "species" ;
dwc:species "ficus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcales>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococci> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococci>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus>
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A524B32FF62F30587ACE267.mc.9CE151271A524B32FF48F3D687AFE267>
dwc:catalogNumber "R2" ;
dwc:collectionCode "R" ;
dwc:locality "Busan" ;
dwc:recordedBy "C. Positive & Strain BS" ;
trt:httpUri <https://treatment.plazi.org/id/A420EA6C1A524B32FF62F30587ACE267#9CE151271A524B32FF48F3D687AFE267> ;
a dwc:MaterialCitation .

View file

@ -0,0 +1,100 @@
@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/A420EA6C1A534B33FCC5F2B9838AE3C1>
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:title "Deinococcus aquatilis DY" ;
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A534B33FCC5F2B9838AE3C1.mc.9CE151271A534B33FCB2F17083F6E3C1> ;
trt:publishedIn <http://dx.doi.org/10.12651/jsr.2016.5.1.022> ;
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus_aquatilis> ;
a trt:Treatment .
<http://dx.doi.org/10.12651/jsr.2016.5.1.022>
bibo:endPage "26" ;
bibo:issue "1" ;
bibo:journal "Journal of Species Research" ;
bibo:pubDate "2016-02-29" ;
bibo:startPage "22" ;
bibo:volume "5" ;
dc:creator "Lee, Jae-Jin; Kang, Myung-Suk; Joo, Eun Sun; Kim, Myung Kyum" ;
dc:date "2016" ;
dc:title "A report of 5 unrecorded bacterial species of the Deinococcus genus in Korea" ;
a fabio:JournalArticle .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus_aquatilis>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "species" ;
dwc:species "aquatilis" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:genus "Deinococcus" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "genus" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcaceae>
dwc:class "Deinococci" ;
dwc:family "Deinococcaceae" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "family" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcales> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcales>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:order "Deinococcales" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "order" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococci> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococci>
dwc:class "Deinococci" ;
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "class" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria/Deinococcus-Thermus>
dwc:kingdom "Bacteria" ;
dwc:phylum "Deinococcus-Thermus" ;
dwc:rank "phylum" ;
trt:hasParentName <http://taxon-name.plazi.org/id/Bacteria> ;
a dwcFP:TaxonName .
<http://taxon-name.plazi.org/id/Bacteria>
dwc:kingdom "Bacteria" ;
dwc:rank "kingdom" ;
a dwcFP:TaxonName .
<http://tb.plazi.org/GgServer/dwcaRecords/A420EA6C1A534B33FCC5F2B9838AE3C1.mc.9CE151271A534B33FCB2F17083F6E3C1>
dwc:catalogNumber "R2" ;
dwc:collectionCode "R" ;
dwc:locality "Jeonbuk province" ;
dwc:recordedBy "C. Positive & Strain DY" ;
trt:httpUri <https://treatment.plazi.org/id/A420EA6C1A534B33FCC5F2B9838AE3C1#9CE151271A534B33FCB2F17083F6E3C1> ;
a dwc:MaterialCitation .