Nanopublication

< Home

ID

https://w3id.org/np/RAVOUsIkfKo9ZeaQs8L2GO7tfb7hhHyPuX2X_2q50POjU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAVOUsIkfKo9ZeaQs8L2GO7tfb7hhHyPuX2X_2q50POjU> .
@prefix sub: <https://w3id.org/np/RAVOUsIkfKo9ZeaQs8L2GO7tfb7hhHyPuX2X_2q50POjU/> .
@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 {
  orcid:0000-0001-8888-635X <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/knowledgepixels/incubator/officehours/20260527> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X .
}

sub:pubinfo {
  orcid:0000-0001-8888-635X foaf:name "Erik Schultes" .
  
  this: dct:created "2026-05-27T12:01:27.559Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8888-635X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    rdfs:label "Erik Schultes is participant in Knowledge Pixels Incubator Office Hour 27 May 2026";
    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/RAAcUy5wBwXNyadgD71k1rP0iM_KFc07qXFyrxhPcKS5M> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+o44a7fy2QN99hCCxC/IekyT1G02kf2shkmQulPao07o+vdNQWer6zpaItw1pqfeZBuvF3EN5Q7tEY8OfHmzp1876Xp87yi0HReZP85Sij4nozI5HtqUdk/qYAOKb2pqlRw6i/IPy8GAEUwdLu5ACR1wH/6gamVRiGzscWEMziQIDAQAB";
    npx:hasSignature "H3iW+QErbinGnfWZv6fh70CqKYyhjljUtW1E9BkS0tdqxSWns4TLgCr3XwJCsQKUd8/tUenA8zZeCVFNAhrYbMCLf56DjbYaEmIlgSpZ5pGqACPZnWlBTa0t4eV2b651LdNolGCEkYmNyRgx9423dwQEbcD+xCnkALo49bKMyY0=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8888-635X .
  
  <https://w3id.org/spaces/knowledgepixels/incubator/officehours/20260527> nt:hasLabelFromApi
      "Knowledge Pixels Incubator Office Hour 27 May 2026" .
}