This commit is contained in:
parent
fe72c8bf45
commit
fcfe3739e5
data
|
@ -30,9 +30,11 @@
|
|||
<http://taxon-concept.plazi.org/id/Animalia/Algonina_Schillhammer_2018>
|
||||
dwc:authorityName "Schillhammer & Brunke" ;
|
||||
dwc:authorityYear "2018" ;
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Staphylinidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "subTribe" ;
|
||||
dwc:scientificNameAuthorship "Schillhammer & Brunke, 2018" ;
|
||||
dwc:subTribe "Algonina" ;
|
||||
|
@ -41,9 +43,11 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Algonina>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:family "Staphylinidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "subTribe" ;
|
||||
dwc:subTribe "Algonina" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Staphylinidae> ;
|
||||
|
@ -58,6 +62,18 @@
|
|||
<http://taxon-name.plazi.org/id/Animalia/Coleoptera>
|
||||
dwc:order "Coleoptera" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Insecta> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Insecta>
|
||||
dwc:class "Insecta" ;
|
||||
dwc:rank "class" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Arthropoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Arthropoda>
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "phylum" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
|
||||
@prefix fabio: <http://purl.org/spar/fabio/> .
|
||||
@prefix trt: <http://plazi.org/vocab/treatment#> .
|
||||
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
||||
|
||||
<http://treatment.plazi.org/id/D95C39C50F825C66B7F4C5DEC36BEDB9>
|
||||
dc:creator "Golovatch, Sergei I.; Geoffroy, Jean-Jacques; VandenSpiegel, Didier" ;
|
||||
|
@ -31,7 +30,11 @@
|
|||
dwc:authority "Verhoeff, 1910" ;
|
||||
dwc:authorityName "Verhoeff" ;
|
||||
dwc:authorityYear "1910" ;
|
||||
dwc:class "Diplopoda" ;
|
||||
dwc:family "Trichopolydesmidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Polydesmida" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
dwc:scientificNameAuthorship "Verhoeff, 1910" ;
|
||||
rdfs:seeAlso <https://www.catalogueoflife.org/data/taxon/87CC6> ;
|
||||
|
@ -39,7 +42,34 @@
|
|||
a dwcFP:TaxonConcept .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Trichopolydesmidae>
|
||||
# Warning: Could not determine parent name ;
|
||||
dwc:class "Diplopoda" ;
|
||||
dwc:family "Trichopolydesmidae" ;
|
||||
dwc:kingdom "Animalia" ;
|
||||
dwc:order "Polydesmida" ;
|
||||
dwc:phylum "Arthropoda" ;
|
||||
dwc:rank "family" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Polydesmida> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Polydesmida>
|
||||
dwc:order "Polydesmida" ;
|
||||
dwc:rank "order" ;
|
||||
trt:hasParentName <http://taxon-name.plazi.org/id/Animalia/Diplopoda> ;
|
||||
a dwcFP:TaxonName .
|
||||
|
||||
<http://taxon-name.plazi.org/id/Animalia/Diplopoda>
|
||||
dwc:class "Diplopoda" ;
|
||||
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: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 .
|
||||
|
|
Loading…
Reference in a new issue