https://w3id.org/np/RAhWH-8jKT113R57mA9kgV8puS5Q6BvbWAsaUpurXrwLg
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAhWH-8jKT113R57mA9kgV8puS5Q6BvbWAsaUpurXrwLg> .
@prefix sub: <https://w3id.org/np/RAhWH-8jKT113R57mA9kgV8puS5Q6BvbWAsaUpurXrwLg/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix cb: <https://w3id.org/spaces/carabid-beetles/r/ontology/> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
cb:Holarctic a owl:NamedIndividual, cb:Chorotype;
dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
rdfs:label "Holarctic";
cb:hasChorotypeLetterCode "OLA";
cb:hasChorotypeNumericalCode "1.01" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-4587-3476 .
}
sub:pubinfo {
this: dct:created "2026-03-17T13:53:36Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:introduces cb:Holarctic;
nt:wasCreatedFromTemplate <https://w3id.org/np/RAAEgC2LqnWZdJeKJx131M2vv9M0pgA9Hi01Rt3qU2aXg> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "oC2KgxoZknDwx5KiYuBFDwoNqoybjk8HmixlGpFZpQPNUGONjsj/mWGGBECV0+U/p6sO0Wpat8T5Udm/s393A771WZw4xNZMbOlfk+5yOOjXHbtm7pCvf1jORC4Z99MiOpCAiOSj4FBn3NMVpNZ/umnoQm0U96ls3A5Il+Yn//I=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}