@prefix this: <https://w3id.org/np/RA66vcP_zCtPYIqFaQkv-WhjYZnUiToHRG5EmbMAovZSw> .
@prefix sub: <https://w3id.org/np/RA66vcP_zCtPYIqFaQkv-WhjYZnUiToHRG5EmbMAovZSw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  rdfs:label rdfs:label "has the text" .
  rdfs:seeAlso rdfs:label "has the link / further info at" .
  sub:assertion a nt:AssertionTemplate ;
    rdfs:label "Publishing a plain-text message" ;
    nt:hasNanopubLabelPattern "${message}" ;
    nt:hasStatement sub:st1 , sub:st2 ;
    nt:hasTag "Comments" .
  sub:link a nt:ExternalUriPlaceholder ;
    rdfs:label "link your message is about or with additional info" .
  sub:message a nt:LongLiteralPlaceholder ;
    rdfs:label "your plain-text message" .
  sub:st1 rdf:object sub:message ;
    rdf:predicate rdfs:label ;
    rdf:subject nt:ASSERTION .
  sub:st2 rdf:object sub:link ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject nt:ASSERTION ;
    a nt:OptionalStatement , nt:RepeatableStatement .
}
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 "lFfRqLRwsHVPWEghvllRfswU3sxDUeGQYJK9bYt2zBtz2ScUeVZCDqI57hTAZoL7XpciaHZrgBZc+mHQJMVhSDsjh36Yi3YKxNjvK63OKxLjZV0is5tz/Oz63h1TKYNYTZHSmPmBdIiRNxwuLWXZNtTMVMBXagPoFH52wXFZtZQ=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-01-22T11:04:37.532Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAUJC36NcxMcukKKFgA3sO6L8jxok9tsMG_j63vPrujCs> ;
    rdfs:label "Template: Publishing a plain-text message" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 , ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI ;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}