49 lines
2.2 KiB
Turtle
49 lines
2.2 KiB
Turtle
@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/> .
|
|
# Warning: treatment taxon is missing ancestor kingdom, defaulting to 'Animalia'
|
|
|
|
<http://treatment.plazi.org/id/DBAFD0660714D7B5A3399F2C936213C6>
|
|
# Error: Could not add TaxonConceptCitation
|
|
# Error: Could not produce taxonNameURI
|
|
# Error: Could not produce taxonNameURI
|
|
# at taxonNameForURI (file:///app/src/gg2rdf.ts:1236:15)
|
|
# at taxonNameURI (file:///app/src/gg2rdf.ts:1248:9)
|
|
# at addTaxonConceptCitation (file:///app/src/gg2rdf.ts:952:13)
|
|
# at file:///app/src/gg2rdf.ts:341:11
|
|
# at y.forEach (<anonymous>)
|
|
# at makeTreatment (file:///app/src/gg2rdf.ts:326:7)
|
|
# at gg2rdf (file:///app/src/gg2rdf.ts:96:5)
|
|
# at GHActWorker.jobHandler (file:///app/src/action_worker.ts:120:24)
|
|
# at GHActWorker.run (https://deno.land/x/ghact@1.2.4/src/GHActWorker.ts:103:22)
|
|
# at eventLoopTick (ext:core/01_core.js:168:7) ;
|
|
# Warning: Not adding 'trt:citesTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeacaroidea>' due to issues with rank ;
|
|
dc:creator "van der Hammen, L." ;
|
|
dc:title "Palaeacaroidea" ;
|
|
trt:publishedIn <http://publication.plazi.org/id/21A98ADFF4D6ACB8C046B731D66A6379> ;
|
|
trt:treatsTaxonName <http://taxon-name.plazi.org/id/Animalia/Palaeacaroidea> ;
|
|
a trt:Treatment .
|
|
|
|
<http://publication.plazi.org/id/21A98ADFF4D6ACB8C046B731D66A6379>
|
|
bibo:endPage "93" ;
|
|
bibo:journal "Zoologische Verhandelingen" ;
|
|
bibo:startPage "1" ;
|
|
bibo:volume "40" ;
|
|
dc:creator "van der Hammen, L." ;
|
|
dc:date "1959" ;
|
|
dc:title "Berlese's Primitive Oribatid Mites" ;
|
|
a fabio:JournalArticle .
|
|
|
|
<http://taxon-name.plazi.org/id/Animalia/Palaeacaroidea>
|
|
# Warning: Could not determine parent name ;
|
|
dwc:rank "superFamily" ;
|
|
dwc:superFamily "Palaeacaroidea" ;
|
|
a dwcFP:TaxonName .
|