@prefix ns1: .
@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: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
dct:description "This nanopublication maps identifiers to labels, which can be used, for example, to populate drop-down lists of input forms.";
rdfs:label "Publishing labels for things";
nt:hasNanopubLabelPattern "Label for ${thing}: '${label}' (...)";
nt:hasStatement sub:st1;
nt:hasTag "General" .
sub:label a nt:LiteralPlaceholder;
rdfs:label "label text" .
sub:st1 a nt:RepeatableStatement;
rdf:object sub:label;
rdf:predicate rdfs:label;
rdf:subject sub:thing;
nt:statementOrder "1" .
sub:thing a nt:UriPlaceholder;
rdfs:label "identifier of thing to be labeled" .
rdfs:label rdfs:label "has the label" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB";
npx:hasSignature "MzVvRXP08XbmiRMvYckhomTym/0c4CmeH+gsZsMSm0kbXlavdIEQ+pRbi8tDuLfxD1JLwn3EC5DH3juDNrACijyos2nFETmkGFp3SYq608OxCYDUQwQmaeJWaxTEBr2H/galMAGiuG3YlSUTapaQk6zghfawvVYl73zksnpmCNw=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-16T09:26:31.027Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:supersedes ns1:RAERKL1AzeC6xMbB3u_QP2NVtYvuW7_yRs43DXZA3V3cE;
rdfs:label "Template: Publishing labels for things";
nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
nt:wasCreatedFromTemplate ns1:RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs .
}