Nanopublication

< Home

ID

https://w3id.org/np/RAK4g4zmmoNP9RRcAX_X7wyTgnERj0KIvfXtvRFcVuHCA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAK4g4zmmoNP9RRcAX_X7wyTgnERj0KIvfXtvRFcVuHCA> .
@prefix sub: <https://w3id.org/np/RAK4g4zmmoNP9RRcAX_X7wyTgnERj0KIvfXtvRFcVuHCA/> .
@prefix schema: <http://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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:agendaItem a gen:AgendaItem;
    dct:isPartOf <https://w3id.org/spaces/knowledgepixels/incubator/officehours/20260812>;
    schema:about <https://w3id.org/spaces/zonmw>, <https://w3id.org/spaces/zonmw/antibiotica-resistentie-abr>;
    rdfs:label "Preparing the demo of bunding and interpreting project-related information at ZonMw" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-3710-3188 .
}

sub:pubinfo {
  orcid:0000-0003-3710-3188 foaf:name "Margreet Bloemers" .
  
  this: dct:created "2026-08-12T13:18:04.786Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-3710-3188;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:agendaItem;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Agenda item: Preparing the demo of bunding and interpreting project-related information at ZonMw";
    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/RAviC211IBILo7Pw5KtOCrOKWOBAKIBKrVxykBdfZPjtQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiwFy3tiOPIB65paZND413HUOPGcKiz6RS3cK9p2lcSIYchgodhVgcOa9zpvcYAKQDf0DmpAKtYShmRyXC4YqC9ul1xA8b5wttL4OzPOZFuKAO6ladkNc4ITYDsQTWuW2MhwnuhVbVNwhZkoNPIaEW0RTBLMFqffRzho0c7XoAEwIDAQAB";
    npx:hasSignature "VUu6JMQGRTCna9rwwvc9OlgDifTygUAwN/dSFto56MDk+1o/a7Z0tb4P1UparT1gdNhvMkeW6KMfb2cvmN0zrAbp+nc3W95jLYzVK2SQ/aCoUe+XMGvXz55/9kA9QYHXDvZFUWBVDLQMnU/qJ+9SgS3kdVfkkNACCEoHfjYZmv0=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-3710-3188 .
  
  <https://w3id.org/spaces/knowledgepixels/incubator/officehours/20260812> nt:hasLabelFromApi
      "Office Hour 12 August 2026" .
  
  <https://w3id.org/spaces/zonmw> nt:hasLabelFromApi "ZonMw - ZonMw (The Netherlands Organisation for Health Research and Development) is a..." .
  
  <https://w3id.org/spaces/zonmw/antibiotica-resistentie-abr> nt:hasLabelFromApi "Antibiotica Resistentie (ABR) - Antimicrobial resistance requires a cross-domain approach. The Antibiotic Res..." .
}