Nanopublication

< Home

ID

https://w3id.org/np/RA3rY_TQ2cyWr4GQ_QZVmJolvSn_VfGOomYKiSXnpNGOQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RA3rY_TQ2cyWr4GQ_QZVmJolvSn_VfGOomYKiSXnpNGOQ> .
@prefix sub: <https://w3id.org/np/RA3rY_TQ2cyWr4GQ_QZVmJolvSn_VfGOomYKiSXnpNGOQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:mobile-friendly-nanodash a <http://schema.org/NewsArticle>;
    <http://schema.org/articleBody> "<span>We are very happy to announce that Nanodash (<a href=\"https://nanodash.knowledgepixels.com/\">https://nanodash.knowledgepixels.com/</a> and the others) is now mobile-friendy. So consuming and producing your daily nanopublications on your phone is now much easier. ��</span>";
    <http://schema.org/datePublished> "2026-03-16"^^xsd:date;
    <http://schema.org/headline> "Nanodash is now mobile friendly";
    <http://schema.org/isPartOf> <https://w3id.org/spaces/knowledgepixels> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-04-01T15:10:57.138Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:mobile-friendly-nanodash;
    npx:supersedes <https://w3id.org/np/RARNw9-e297W7X5KD6mjzLxQfQK8JlnZ76jX-krw5HSMQ>;
    npx:wasCreatedAt <https://nanodash.net/>;
    rdfs:label "Nanodash is now mobile friendly";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAcfSnvfmsAbz9iORFAAkj5Khg1iMDL0qaq9eNlrlIaAs> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlo0jLDJQTVxyYFILSFoShmousrJ3yjMOgQMIusVffDOj+tAmWq2tiB1p2mIfExZWbl8sWxNaC21Q23lhMI/eYuM/FpHktwAVPmIwAHQqNFo7YDz4wxXzqvJFkvmiIm8MHp7I/0H+JEAS3ksLmP4QpY0Di+rCyANgvF7y/p5o3tLC+arYqaifFvBG5ZDoOv46Y5LytyTrqFi6pKRuc48mJ2brPj3LkI7y+lzQXpqE0JzVRY1s7z8hSdtnc0RcfKOJEqOTKRIPAmDltBjz5/AINq8YyuZ6z7BqW+E+GIHLF8tGaucGkmdinHSaj33RvdFdyDw8tsIupUy87csheUHJ9QIDAQAB";
    npx:hasSignature "IpUyhVTxPHpWxao2aL9CFmxljDFUskgkB2qE0M4XHrhH3mmSuF2Y9tvxs5b6Jd5p8dX6/RI14BfY0aHj9NyMJ7BjOL+xPpaW3CkkTPezUbs9aXp6GA1h35DZjYDPpok8FMy+GiWCC3crRD6lptZC9EpGuaDZ9nxvTZnHux7fapjSzfOBphN1PBATYs6aJN9oq3cCzEocHHVRoMQbVFxVplcn9+CVC2QUixLQ15ioMUhnf6NVPerSvMCELscvRs8xvtzhXPAbiHgCb+1kzwoZgVhMPI+tWz35oExFImaUKbPFAKJOH2nZtDYCzhL/APP9X+wbEQ8VH4EIsmc5/ytILA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  <https://w3id.org/spaces/knowledgepixels> nt:hasLabelFromApi "Knowledge Pixels - Knowledge Pixels is a tech start-up with the mission to revolutionize global ..." .
}