GG2RDF 2024-07-12T00:52:04.803Z (plazi/treatments-xml)
This commit is contained in:
parent
540a1e6960
commit
d80aaa862f
4066 changed files with 313366 additions and 8688 deletions
|
|
@ -44,6 +44,7 @@
|
|||
dwc:scientificNameAuthorship "belti Sharp, 1877" ;
|
||||
dwc:species "belti" ;
|
||||
dwc:subSpecies "belti" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7ZCNG> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pelidnota_belti_belti> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
|||
94
data/6B/30/01/6B300152FFE2F424FF5AEA9EFA1CFBFB.ttl
Normal file
94
data/6B/30/01/6B300152FFE2F424FF5AEA9EFA1CFBFB.ttl
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/6B300152FFE2F424FF5AEA9EFA1CFBFB>
|
||||
dc:creator "Holmes, Francis C." ;
|
||||
dc:title "Maretia Gray 1855" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Maretia_Gray_1855> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2014.72.05> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.24199/j.mmv.2014.72.05>
|
||||
bibo:endPage "72" ;
|
||||
bibo:journal "Memoirs of Museum Victoria" ;
|
||||
bibo:pubDate "2014-12-31" ;
|
||||
bibo:startPage "63" ;
|
||||
bibo:volume "72" ;
|
||||
dc:creator "Holmes, Francis C." ;
|
||||
dc:date "2014" ;
|
||||
dc:title "A late Miocene record of the echinoid Maretia (Echinoidea, Spatangoida) from Victoria, Australia." ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Maretia_Gray_1855>
|
||||
dwc:authority "Gray, 1855" ;
|
||||
dwc:authorityName "Gray" ;
|
||||
dwc:authorityYear "1855" ;
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:family "Maretiidae" ;
|
||||
dwc:genus "Maretia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "genus" ;
|
||||
dwc:scientificNameAuthorship "Gray, 1855" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7PNGP> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Maretia> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Maretia>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:family "Maretiidae" ;
|
||||
dwc:genus "Maretia" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Maretiidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Maretiidae>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:family "Maretiidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spatangoida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Spatangoida>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinoidea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Echinoidea>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
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 .
|
||||
82
data/6B/30/01/6B300152FFE2F424FF5AED46FD09FB6D.ttl
Normal file
82
data/6B/30/01/6B300152FFE2F424FF5AED46FD09FB6D.ttl
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/6B300152FFE2F424FF5AED46FD09FB6D>
|
||||
dc:creator "Holmes, Francis C." ;
|
||||
dc:title "Maretiidae Lambert 1905" ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Maretiidae_Lambert_1905> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2014.72.05> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.24199/j.mmv.2014.72.05>
|
||||
bibo:endPage "72" ;
|
||||
bibo:journal "Memoirs of Museum Victoria" ;
|
||||
bibo:pubDate "2014-12-31" ;
|
||||
bibo:startPage "63" ;
|
||||
bibo:volume "72" ;
|
||||
dc:creator "Holmes, Francis C." ;
|
||||
dc:date "2014" ;
|
||||
dc:title "A late Miocene record of the echinoid Maretia (Echinoidea, Spatangoida) from Victoria, Australia." ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Maretiidae_Lambert_1905>
|
||||
dwc:authority "Lambert, 1905" ;
|
||||
dwc:authorityName "Lambert" ;
|
||||
dwc:authorityYear "1905" ;
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:family "Maretiidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "family" ;
|
||||
dwc:scientificNameAuthorship "Lambert, 1905" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/7NJWW> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Maretiidae> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Maretiidae>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:family "Maretiidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Spatangoida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Spatangoida>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Spatangoida" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinoidea> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Echinoidea>
|
||||
dwc:class "Echinoidea" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Echinodermata> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Echinodermata>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Echinodermata" ;
|
||||
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 .
|
||||
117
data/6B/45/5C/6B455C4CFFC8FFB5765A6F328113FC2A.ttl
Normal file
117
data/6B/45/5C/6B455C4CFFC8FFB5765A6F328113FC2A.ttl
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
@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/6B455C4CFFC8FFB5765A6F328113FC2A>
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:title "Clibanarius ambonensis Rahayu and Forest 1992" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFC8FFB5765A6F328113FC2A.mc.5384E707FFC8FFB471626FA18420FAE8> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Clibanarius_ambonensis_Rahayu_1992> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2003.60.14> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.24199/j.mmv.2003.60.14>
|
||||
bibo:endPage "104" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Memoirs of Museum Victoria" ;
|
||||
bibo:pubDate "2003-12-31" ;
|
||||
bibo:startPage "99" ;
|
||||
bibo:volume "60" ;
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:date "2003" ;
|
||||
dc:title "Hermit crab species of the genus Clibanarius (Crustacea: Decapoda: Diogenidae) from mangrove habitats in Papua, Indonesia, with description of a new species" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Clibanarius_ambonensis_Rahayu_1992>
|
||||
dwc:authority "Rahayu and Forest" ;
|
||||
dwc:authorityName "Rahayu and Forest" ;
|
||||
dwc:authorityYear "1992" ;
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Rahayu & Forest, 1992" ;
|
||||
dwc:species "ambonensis" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B3P52> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Clibanarius_ambonensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius_ambonensis>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "ambonensis" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Clibanarius> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diogenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Diogenidae>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFC8FFB5765A6F328113FC2A.mc.5384E707FFC8FFB471626FA18420FAE8>
|
||||
dwc:catalogNumber "RCO 0102" ;
|
||||
dwc:collectionCode "PTFI" ;
|
||||
dwc:eventDate "2000-06-20" ;
|
||||
dwc:recordedBy "J. Volosin" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFC8FFB5765A6F328113FC2A#5384E707FFC8FFB471626FA18420FAE8> ;
|
||||
a dwc:MaterialCitation .
|
||||
117
data/6B/45/5C/6B455C4CFFC9FFB575E86F4E8515FD4A.ttl
Normal file
117
data/6B/45/5C/6B455C4CFFC9FFB575E86F4E8515FD4A.ttl
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
@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/6B455C4CFFC9FFB575E86F4E8515FD4A>
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:title "Clibanarius antennatus Rahayu and Forest 1992" ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFC9FFB575E86F4E8515FD4A.mc.5384E707FFC9FFB574516F3B8109FB0D> ;
|
||||
trt:augmentsTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Clibanarius_antennatus_Rahayu_1992> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2003.60.14> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.24199/j.mmv.2003.60.14>
|
||||
bibo:endPage "104" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Memoirs of Museum Victoria" ;
|
||||
bibo:pubDate "2003-12-31" ;
|
||||
bibo:startPage "99" ;
|
||||
bibo:volume "60" ;
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:date "2003" ;
|
||||
dc:title "Hermit crab species of the genus Clibanarius (Crustacea: Decapoda: Diogenidae) from mangrove habitats in Papua, Indonesia, with description of a new species" ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Clibanarius_antennatus_Rahayu_1992>
|
||||
dwc:authority "Rahayu and Forest" ;
|
||||
dwc:authorityName "Rahayu and Forest" ;
|
||||
dwc:authorityYear "1992" ;
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Rahayu & Forest, 1992" ;
|
||||
dwc:species "antennatus" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B49WC> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Clibanarius_antennatus> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius_antennatus>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "antennatus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Clibanarius> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diogenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Diogenidae>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFC9FFB575E86F4E8515FD4A.mc.5384E707FFC9FFB574516F3B8109FB0D>
|
||||
dwc:catalogNumber "RCO 0103" ;
|
||||
dwc:collectionCode "PTFI" ;
|
||||
dwc:eventDate "2000-06-08" ;
|
||||
dwc:recordedBy "D. L. Rahayu" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFC9FFB575E86F4E8515FD4A#5384E707FFC9FFB574516F3B8109FB0D> ;
|
||||
a dwc:MaterialCitation .
|
||||
187
data/6B/45/5C/6B455C4CFFCAFFB075E06F7E82E2F8BA.ttl
Normal file
187
data/6B/45/5C/6B455C4CFFCAFFB075E06F7E82E2F8BA.ttl
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix bibo: <http://purl.org/ontology/bibo/> .
|
||||
@prefix cito: <http://purl.org/spar/cito/> .
|
||||
@prefix dc: <http://purl.org/dc/elements/1.1/> .
|
||||
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
|
||||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
@prefix xlink: <http://www.w3.org/1999/xlink/> .
|
||||
|
||||
<http://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA>
|
||||
cito:cites <http://dx.doi.org/10.5281/zenodo.12209627> ;
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:title "Clibanarius harisi Rahayu, 2003, sp. nov." ;
|
||||
dwc:basisOfRecord <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674216FC48095FB0C>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB675CD6F948165FAAC>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674576E3482BFFA71>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB677B96EDF814CFA3A>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB6742B6E848178F9CC>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674666D4A82F4F9EA>, <http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB677F26D548165F9BC> ;
|
||||
trt:definesTaxonConcept <http://taxon-concept.plazi.org/id/Animalia/Clibanarius_harisi_Rahayu_2003> ;
|
||||
trt:publishedIn <http://dx.doi.org/10.24199/j.mmv.2003.60.14> ;
|
||||
a trt:Treatment .
|
||||
|
||||
<http://dx.doi.org/10.24199/j.mmv.2003.60.14>
|
||||
bibo:endPage "104" ;
|
||||
bibo:issue "1" ;
|
||||
bibo:journal "Memoirs of Museum Victoria" ;
|
||||
bibo:pubDate "2003-12-31" ;
|
||||
bibo:startPage "99" ;
|
||||
bibo:volume "60" ;
|
||||
dc:creator "Rahayu, D. L." ;
|
||||
dc:date "2003" ;
|
||||
dc:title "Hermit crab species of the genus Clibanarius (Crustacea: Decapoda: Diogenidae) from mangrove habitats in Papua, Indonesia, with description of a new species" ;
|
||||
fabio:hasPart <http://dx.doi.org/10.5281/zenodo.12209627> ;
|
||||
a fabio:JournalArticle .
|
||||
|
||||
<http://taxon-concept.plazi.org/id/Animalia/Clibanarius_harisi_Rahayu_2003>
|
||||
dwc:authorityName "Rahayu" ;
|
||||
dwc:authorityYear "2003" ;
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Rahayu, 2003" ;
|
||||
dwc:species "harisi" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/B49WY> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Clibanarius_harisi> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius_harisi>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "species" ;
|
||||
dwc:species "harisi" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Clibanarius> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Clibanarius>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:genus "Clibanarius" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "genus" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diogenidae> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Diogenidae>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:family "Diogenidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Decapoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Decapoda>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Decapoda" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Malacostraca> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Malacostraca>
|
||||
dwc:class "Malacostraca" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia>
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:rank "kingdom" ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://dx.doi.org/10.5281/zenodo.12209627>
|
||||
dc:description "Figure 1. Clibanarius harisi sp. nov. Holotype, female, 6.8 mm (ZRC Cru 1500). a, shield and cephalic appendages, dorsal view; b, left cheliped, dorsomesial view; c, left cheliped, lateral view; d, left chela, dorsal view; e, second left pereopod, lateral view; f, third left pereopod, lateral view; g, telson, dorsal view. Scale = 2 mm. Setae omitted except on third left pereopod." ;
|
||||
fabio:hasRepresentation <https://zenodo.org/record/12209627/files/figure.png> ;
|
||||
a fabio:Figure .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674216FC48095FB0C>
|
||||
dwc:collectionCode "MZB" ;
|
||||
dwc:eventDate "2000-02-14" ;
|
||||
dwc:recordedBy "Stn EM & A. Haris" ;
|
||||
dwc:typeStatus "holotype" ;
|
||||
dwc:verbatimElevation "5" ;
|
||||
dwc:verbatimLatitude "-4.823167" ;
|
||||
dwc:verbatimLongitude "136.635" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB674216FC48095FB0C> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB675CD6F948165FAAC>
|
||||
dwc:catalogNumber "ZRC 2002.0271" ;
|
||||
dwc:collectionCode "MZB, RCO" ;
|
||||
dwc:eventDate "2000-02-07" ;
|
||||
dwc:recordedBy "Stn EM & A. Haris & Pulau Kamora & D. L. Rahayu" ;
|
||||
dwc:typeStatus "paratype" ;
|
||||
dwc:verbatimElevation "5" ;
|
||||
dwc:verbatimLatitude "-4.8025" ;
|
||||
dwc:verbatimLongitude "136.84317" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB675CD6F948165FAAC> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674576E3482BFFA71>
|
||||
dwc:collectionCode "PTFI" ;
|
||||
dwc:eventDate "1997-12-17" ;
|
||||
dwc:recordedBy "Stn & Hortle" ;
|
||||
dwc:verbatimElevation "6" ;
|
||||
dwc:verbatimLatitude "-4.8778334" ;
|
||||
dwc:verbatimLongitude "136.787" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB674576E3482BFFA71> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB677B96EDF814CFA3A>
|
||||
dwc:collectionCode "MNHN" ;
|
||||
dwc:eventDate "1999-02-15" ;
|
||||
dwc:locality "Poriri" ;
|
||||
dwc:recordedBy "A. Haris" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB677B96EDF814CFA3A> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB6742B6E848178F9CC>
|
||||
dwc:catalogNumber "RCO 0105" ;
|
||||
dwc:collectionCode "RCO" ;
|
||||
dwc:eventDate "2000-02-16" ;
|
||||
dwc:recordedBy "Haris" ;
|
||||
dwc:verbatimElevation "4" ;
|
||||
dwc:verbatimLatitude "-4.9413333" ;
|
||||
dwc:verbatimLongitude "137.05316" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB6742B6E848178F9CC> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB674666D4A82F4F9EA>
|
||||
dwc:collectionCode "PTFI" ;
|
||||
dwc:eventDate "2000-02-14" ;
|
||||
dwc:recordedBy "Haris" ;
|
||||
dwc:verbatimElevation "4" ;
|
||||
dwc:verbatimLatitude "-4.810167" ;
|
||||
dwc:verbatimLongitude "136.65233" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB674666D4A82F4F9EA> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
||||
<http://tb.plazi.org/GgServer/dwcaRecords/6B455C4CFFCAFFB075E06F7E82E2F8BA.mc.5384E707FFCAFFB677F26D548165F9BC>
|
||||
dwc:collectionCode "PTFI" ;
|
||||
dwc:eventDate "2000-03-19" ;
|
||||
dwc:recordedBy "Haris" ;
|
||||
dwc:verbatimElevation "6" ;
|
||||
dwc:verbatimLatitude "-4.9473333" ;
|
||||
dwc:verbatimLongitude "137.12317" ;
|
||||
trt:httpUri <https://treatment.plazi.org/id/6B455C4CFFCAFFB075E06F7E82E2F8BA#5384E707FFCAFFB677F26D548165F9BC> ;
|
||||
a dwc:MaterialCitation .
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "(Bouchard, 2003)" ;
|
||||
dwc:species "bleuzeni" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/75YT7> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pelidnota_bleuzeni> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
dwc:rank "species" ;
|
||||
dwc:scientificNameAuthorship "Soula, 2009" ;
|
||||
dwc:species "yungasensis" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/75ZZ4> ;
|
||||
trt:hasTaxonName <http://taxon-name.plazi.org/id/Animalia/Pelidnota_yungasensis> ;
|
||||
a dwcFP:TaxonConcept .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue