Nanopublication

< Home

ID

https://w3id.org/np/RAo4cRA_iLZR_J8OZcV0oX3xszDPN-rf_6Vk8Ri_MHa6w

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAo4cRA_iLZR_J8OZcV0oX3xszDPN-rf_6Vk8Ri_MHa6w> .
@prefix sub: <https://w3id.org/np/RAo4cRA_iLZR_J8OZcV0oX3xszDPN-rf_6Vk8Ri_MHa6w/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:description rdfs:label "is described as" .
  
  rdfs:label rdfs:label "has the label" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description """Describe something with formatted text. The description is published as a literal with the rdf:HTML datatype, so it is written here with a rich-text editor and rendered as formatted text wherever it is shown, rather than as a quoted string of markup (see issue #378 of Nanodash).

This template exists so that the handling of HTML literals can be exercised on real, published data. The description is sanitized before publication: scripting and anything outside the allowed subset of HTML is removed.""";
    rdfs:label "Describing something with formatted text";
    nt:hasNanopubLabelPattern "Description of ${subject}";
    nt:hasStatement sub:st01, sub:st02;
    nt:hasTag "Testing" .
  
  sub:description a nt:LongLiteralPlaceholder;
    rdfs:label "the description, as formatted text";
    nt:hasDatatype rdf:HTML .
  
  sub:label a nt:LiteralPlaceholder;
    rdfs:label "a short plain-text name for the thing being described" .
  
  sub:st01 a nt:OptionalStatement;
    rdf:object sub:label;
    rdf:predicate rdfs:label;
    rdf:subject sub:subject .
  
  sub:st02 rdf:object sub:description;
    rdf:predicate dct:description;
    rdf:subject sub:subject .
  
  sub:subject a nt:UriPlaceholder;
    rdfs:label "the thing being described" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo <https://orcid.org/0000-0001-8492-0354> .
}

sub:pubinfo {
  this: dct:created "2026-09-21T14:52:53Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0001-8492-0354>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Describing something with formatted text";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA-N4_kFxcruvBTlo1yJv29E4SLOXsx5KO_th69PprMrA>,
      <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>, <https://w3id.org/np/RARJj78P72NR5edKOnu_f4ePE9NYYuW2m2pM-fEoobMBk>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA9cOdAwjxTF6qNNFkXTl_EgOan0LDPmu0fWnIgmZu-7E> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+i9DV8ynzO944pYkYsDwtlqJHuk+b7FQt6Bb4TIQSDX3jGUURn6WpaNwESHmgMLWSydaH5XlabMzuqpPL4iyB+IAzvwIxdJBLhe39EQMu2j+FZ/5d/xu/gO3nZw2KoEvJ7cJisabuI05OylIRSJ+OG5CmzFxnjojUEJeCFi1njY1InhXrb0yHud9b1ifzweoN6YYOBecKs1gTOaT2bf+t4Wgzg3M0PmRVZ4F0OALsnh4T5+x7kFtiPcDKNpORi585JjKCZ4kczIF6oUKcwgC0kmIY97jtLqSLcXRkxHx5CDI6qz4XlRFs1ZbCUdSlzjdPZAkaBcNem1gIhWzkHkEnQIDAQAB";
    npx:hasSignature "cAwx7MylzBuhImHLe01EfrwWIvlvWAxC/r/8olRRYBd36rta5RRtrQNolwXys48JWnN0UP6C05A0qLapmyNVe/Yc5F+iBRz9+pXDv+XTl6HnXJQTHCcB4nq/57J+BoKIlEuiq2Ok2hzUO7EdQW1cQ/kBGUPFqwxhsawcZJwKVYC3p+aFJ62SmyOYepSsgeS4k0AUpLnFFpkIzCoKfgvR+i3QI5vqlbgBolVILPp5oAVRcIze3Kbpv18DE8HVmumrHp49eOmgJ2eBwk4jCOaZ9CXX5YKMrOBx5gZGVNuDTQL45s5SbIk9a9ncnVBAoi708mlJoRe3eizR6tIffjhXNQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0001-8492-0354> .
}