@prefix this: <http://purl.org/np/RAfvIvxTx8LRS2646kVkqvcrSf8fbIyxVjMe_vewrqQHM> .
@prefix sub: <http://purl.org/np/RAfvIvxTx8LRS2646kVkqvcrSf8fbIyxVjMe_vewrqQHM#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

ns1:RAfvIvxTx8LRS2646kVkqvcrSf8fbIyxVjMe_vewrqQHM a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2024-11-13T12:39:11.924Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
  npx:wasCreatedAt <http://localhost:37373/>;
  rdfs:label "Pubinfo template: License";
  nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
  nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
    ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RAyHFpLzPjkspX5zCC3mU8gow33Ah4tCH06xsveR_iaG0> .

dct:license rdfs:label "is published under the license" .

sub:assertion a nt:PubinfoTemplate;
  rdfs:label "License";
  nt:hasStatement sub:st1;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:license a nt:RestrictedChoicePlaceholder;
  rdfs:label "select the license here";
  nt:hasDefaultValue <https://creativecommons.org/licenses/by/4.0/>;
  nt:possibleValue <https://creativecommons.org/licenses/by-sa/4.0/>, <https://creativecommons.org/licenses/by/4.0/>,
    <https://creativecommons.org/publicdomain/zero/1.0/> .

sub:st1 rdf:object sub:license;
  rdf:predicate dct:license;
  rdf:subject nt:NANOPUB .

<https://creativecommons.org/licenses/by-sa/4.0/> rdfs:label "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" .

<https://creativecommons.org/licenses/by/4.0/> rdfs:label "Attribution 4.0 International (CC BY 4.0)" .

<https://creativecommons.org/publicdomain/zero/1.0/> rdfs:label "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
  npx:hasSignature "o+7ADe8P9llOAUuTkkDheuDkKD+6WzK406PFyEQ3u+g4OFS5VxkVXAj97gtgSNOESS51rxLa8cwAivAMTpWvNtkPEJhhd7DfmGVT4ePTobOdIS6y7VsG7+NeUpQxCZ9idGkJgsGXhASv3pNS3sGqaUikvnTvQmx8wl+9XyuIR8s=";
  npx:hasSignatureTarget ns1:RAfvIvxTx8LRS2646kVkqvcrSf8fbIyxVjMe_vewrqQHM;
  npx:signedBy orcid:0000-0002-1267-0234 .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

