@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:license rdfs:label "is published under the license" . rdfs:label "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" . rdfs:label "Attribution 4.0 International (CC BY 4.0)" . rdfs:label "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" . sub:assertion a nt:PubinfoTemplate; rdfs:label "License"; nt:hasStatement sub:st1 . sub:license a nt:RestrictedChoicePlaceholder; rdfs:label "select the license here"; nt:hasDefaultValue ; nt:possibleValue , , . sub:st1 rdf:object sub:license; rdf:predicate dct:license; rdf:subject nt:NANOPUB . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-03-11T09:51:11.841+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Pubinfo template: License"; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "Pv4ueiYGY8Ox0ra6uJvtk4gA/gHbStfTnN4/YlXm1SH27C9FvUJDkwZtQ2wNew/M8vpetKz4qmXf5UhXam7vDhnA+tagP2FlG8E5lx6iGIYEJ4/b4dMvCoCC5yQala/GFdX8U3BOVZ9D+LNNALN+gEq1+MX3BUTk56n70uzVNKU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }