Nanopublication

< Home

ID

https://w3id.org/np/RAWkGByTskHNvkMpECxbyWWdVUHTC4UhDgdSy9MGLfneU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAWkGByTskHNvkMpECxbyWWdVUHTC4UhDgdSy9MGLfneU> .
@prefix sub: <https://w3id.org/np/RAWkGByTskHNvkMpECxbyWWdVUHTC4UhDgdSy9MGLfneU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/spaces/biodiversity/r/ontology/hasSamplingPermit> a rdf:Property,
      <http://www.w3.org/2002/07/owl#DatatypeProperty>;
    dct:partOf <https://w3id.org/spaces/biodiversity/r/ontology>;
    rdfs:label "has sampling permit";
    <http://www.w3.org/2004/02/skos/core#definition> "has an administrational permit to perform sampling" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-6534-6609 .
}

sub:pubinfo {
  orcid:0000-0001-6534-6609 foaf:name "Mitja M. Zdouc" .
  
  this: dct:created "2026-07-10T08:48:05.706Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-6534-6609;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/spaces/biodiversity/r/ontology/hasSamplingPermit>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAkRVTW0LAFI1Gfz6BlLwaitVX-I4uPzbGLoGlQrl2-C0> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnj9AmTE2Q7RxppglmQDLGezpd8yHXSVP7AqgUhyZ36SjaTCdhOlYhCIapxtat5RBYFjIQ5OreKs7GRf29kXtKqAsBR4skDZ10RviKdb52YvZEC+r1CsqOOuMCpG8fQhIWiD53PonxeeyjL9RXWFh1n4lGQ+Bo8qhIQQKgjEHnpwOgb+rLSg1V/K0j6DDW21ScOC1w1FGn+rgf2U3f0jnr9/EL8wV6uhUsRmVyPQF5YqoYsu1e10cxoXO3A63BZFg6GYeUWBenxlSo/8ZIM0Q/mk3Rt6W46aj9srX9o6KyQotN1Hux6QkgtG6usCaQEHr0g37Ip6NMPScT/rTfu3fZwIDAQAB";
    npx:hasSignature "Wb9t0qQu8qqQLKFDJ+4ZE9xp7x9SnJymTF0UA9pRpA0fNCXljyJPnQ0dgwE4tAJ88iVTfzI51Pu3uD4oV0wYtT1GiX3FxbUFbbGWWk0RiQMCGfZBQIO6hJjOqXvceVVm0TtsYtGHibYK47DcbCxrmTwOCfUcFACqRZNRW3PgKOhbvP3blqIg2nfXzwd5z3ZHlRoO0h66ZQFJ+9KnozSmzWtJ3RQcChshctuTAXik7ifVdXs8JGNXSshmJLHd3MrrU069E1TH8SojZs8D6ezw+ZPj9+uK4K+02xi4Z4Pw6d4VInorrUTND5k+gbrwwefKAdbFxES6G96cSZ/HbnPyGg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-6534-6609 .
}