Nanopublication

< Home

ID

https://w3id.org/np/RA3uiS7c6_6BVnhHsI0qyz2cmEhTUGyCFl0RNfXxDKo5Y

Formats

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

Content

@prefix this: <https://w3id.org/np/RA3uiS7c6_6BVnhHsI0qyz2cmEhTUGyCFl0RNfXxDKo5Y> .
@prefix sub: <https://w3id.org/np/RA3uiS7c6_6BVnhHsI0qyz2cmEhTUGyCFl0RNfXxDKo5Y/> .
@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:newsItem a <http://schema.org/NewsArticle>;
    <http://schema.org/articleBody> "<span>We presented our poster \"Nanopublications for FAIR and AI-Ready Data: Building a Decentralized Knowledge Commons\" at the <a href=\"https://www.knowledgegraph.tech/\">Knowledge Graph Conference (KGC)</a>.<span>";
    <http://schema.org/datePublished> "2026-05-06"^^xsd:date;
    <http://schema.org/headline> "Poster presented at KGC";
    <http://schema.org/isPartOf> <https://w3id.org/spaces/knowledgepixels>;
    <http://schema.org/url> <https://github.com/knowledgepixels/files/blob/main/KGC2026-poster.pdf> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 .
}

sub:pubinfo {
  orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" .
  
  this: dct:created "2026-06-01T10:08:48.754Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8492-0354;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:newsItem;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Poster presented at KGC";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAOegISS6mc-7kZbYDub6ycKVepCe1y7kpuFkOscqASco> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB";
    npx:hasSignature "k8mgAN6S+9GeGP9hyP3Vh5sd/R6b7jLnCIch8btUbq/4pAAHxiCH/luPbgUWIZUVw4bKEnl5ArUOpI5pww6z7g/s2f7JGwiWUaYRkAoaiAyBB2BNOruek1nFSJSB8uCKJZx/uYKe6x2FZwZ2wW5OjnOwMz1i5yl9phBdK9ibOx8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8492-0354 .
  
  <https://w3id.org/spaces/knowledgepixels> nt:hasLabelFromApi "Knowledge Pixels" .
}