@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAw4cfY3jJPmx8wZAbLDigPgWX5xNpbDtMqeCj3XBIKt4> .
@prefix sub: <http://purl.org/np/RAw4cfY3jJPmx8wZAbLDigPgWX5xNpbDtMqeCj3XBIKt4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:description "This nanopublication maps identifiers to labels, which can be used, for example, to populate drop-down lists of input forms." ;
    a nt:AssertionTemplate ;
    rdfs:label "Publishing labels for things" ;
    nt:hasStatement sub:st1 ;
    nt:hasTag "General" .
  sub:label a nt:LiteralPlaceholder ;
    rdfs:label "label text" .
  sub:st1 rdf:object sub:label ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:thing ;
    a nt:RepeatableStatement ;
    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 "AWpeTi8g9kh5hBQNDPbLnxB/x83GDmyPbrh6X+iHpnJEHQL2lhfh89/0CJ8WPQSiq4Y9r80hvTSdtly6lNPyb2vFbHnhOF+KB15QEbKa8IZIB91uXBsrxEUwdbRJ01HsQ+UtVgAj3akJ6i6m+gfjnT5V/NG4gzjxwEMlYfKztZM=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-01-25T19:34:35.111Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARI-clBK1koP34y4Trhbn1txQRs6Zjg9rMlO6S3FcPeY> .
}