@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:subject rdfs:label "connects an SDG (left) to a keyword (right)" . sub:Keyword a nt:UriPlaceholder; rdfs:label "The URL/URI of the keyword from the controlled vocabulary to be assigned to the SDG" . sub:SDG a nt:RestrictedChoicePlaceholder; rdfs:label "Select the Sustainable Development Goal (SDG) to which you want to assign a keyword" . sub:assertion dct:description "Keywords from controlled vocabulary as a supplement to the keywords of the \"SDG Knowledge Organisation System\" accessible at http://metadata.un.org/sdg"; a nt:AssertionTemplate, nt:UnlistedTemplate; rdfs:label "Assigning keywords to SDGs"; nt:hasStatement sub:st1 . sub:st1 rdf:object sub:Keyword; rdf:predicate dct:subject; rdf:subject sub:SDG; a rdf:Statement . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2940-6795 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCN8GhzzyXNQThdjhQKanW+p2DNWRBNJZaRglRa5hz3PU2Vq3YHwhgnqCCp1uUynDcy1hulwEvnnpDaOgzxL0cMLZaeu9qNSkQrK5FIqAVH0IWx64eMTEM163CjwUVEU8tiQTmN4e5aMoie5+BWJPyTIfAEgZvWjK1oWLkjmLWnVQIDAQAB"; npx:hasSignature "cl6/T2ZOPsSKNuo/U78VDHYiJOan7clcG4JxfonBekkHNafYkv+LEj47+m1QzOktCrayjDP71VFGsHJB5ce4teIB8poKrvMOITv69jSVbbk36mcydw8yTKv/bwnIMFUMCs1BU/0QmzvQT2NpYtugdzbA0xoFOa967M1yHPk9xjM="; npx:hasSignatureTarget this: . this: dct:created "2023-06-26T11:34:59.070Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2940-6795; dct:license ; a npx:ExampleNanopub; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . }