@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
dcterms: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";
nt:possibleValue , ,
, , ,
, , ,
, , ,
, , ,
, , .
sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate;
dcterms:description "Keywords from controlled vocabulary as a supplement to the keywords of the \"SDG Knowledge Organisation System\" accessible at http://metadata.un.org/sdg";
rdfs:label "Assigning keywords to SDGs";
nt:hasStatement sub:st1 .
sub:st1 a rdf:Statement;
rdf:object sub:Keyword;
rdf:predicate dcterms:subject;
rdf:subject sub:SDG .
}
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 "DeBEC2FKgz7m40fCw9J+9336DavUg7EuwsL+yCp7fh9JBl3/FjUoB/jUspoGgI3bvJyKWNosPlhjLbi9P4iOjFOpK8L1CBMLiigjwQhX+cSzLL1wyNl+RkWDGkhw3j2wnj5xoYY0eDp+q70zWeEKGuEjPSu6+GacoMLCGAUzVMk=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dcterms:created "2023-06-26T11:46:55.826Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2940-6795;
dcterms:license ;
npx:supersedes ;
prov:wasDerivedFrom ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
}