@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 "a keyord (right) is assigned to an SDG (links)" .
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 "SVnWfk8NgsF8Q9HhLOWx1nZ2ewCLq2tuTHfIhegcAfbZVn0GgM/IIRw9N7OGmXgK0SNkw2Ntouh0fZP+yHfCqK587U0KyPEpqBfdRzwgVsCdcsx2lj0t0Kr7yh0Fr7ogclcR8A4sXwTekw495CWu/vIUXQIxsTL6KwG812RA/h0=";
npx:hasSignatureTarget this: .
this: a npx:ExampleNanopub;
dcterms:created "2023-06-26T12:58:53.008Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2940-6795;
dcterms:license ;
prov:wasDerivedFrom ,
;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
}