Nanopublication

< Home

ID

https://w3id.org/np/RAQEm3uHgvcb7XrAGHS4Av5dss_WkjaoJTJGQdFpb_h0E

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQEm3uHgvcb7XrAGHS4Av5dss_WkjaoJTJGQdFpb_h0E> .
@prefix sub: <https://w3id.org/np/RAQEm3uHgvcb7XrAGHS4Av5dss_WkjaoJTJGQdFpb_h0E/> .
@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 {
  <https://w3id.org/spaces/knowledgepixels/incubator/project6> a <https://w3id.org/kpxl/gen/terms/Project>,
      <https://w3id.org/kpxl/gen/terms/Space>;
    dct:description "Many medicines are derived from natural products (NPs), small molecules produced by a variety of organisms. NP drug discovery screens these organisms for specific biological properties, with the aim to discover new molecules. However, traditional publication formats are strongly biased towards positive results, are of limited machine-readability, and are often only published years after experiments have been conducted. In this project, we explore nanopublications as a format to publish NP drug discovery results in a prospective, machine-readable, and unbiased manner. By modeling the discovery workflow as nanopublications, we are building a federated, free open source knowledge graph of experimental NP research data. Such a resource will democratize access to knowledge, connect heterogeneous, monolithic databases, and lead to an abundance of linked open data, accelerating NP drug discovery.";
    <http://schema.org/endDate> "2027-02-28T00:00:00.0+02:00"^^xsd:dateTime;
    <http://schema.org/startDate> "2026-07-01T00:00:00.0+02:00"^^xsd:dateTime;
    rdfs:label "Knowledge Pixels Incubator #6: Nanopublications in Natural Product Drug Discovery";
    <https://w3id.org/kpxl/gen/terms/hasAdmin> orcid:0000-0001-6534-6609, orcid:0000-0002-1267-0234;
    <https://w3id.org/kpxl/gen/terms/hasRootDefinition> this: .
}

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-07-01T11:25:04.406Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/spaces/knowledgepixels/incubator/project6>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    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/RAiuySO2dFpNoNdE0XLPiMlyZSVkIaD-INxaAq7yL4UGY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
    npx:hasSignature "hVVIGWrfovCip/R1YztCKd6CDtt6bq3itGBCJ+f+cTVSJE9JYG9ID5dAO0xDXZ8GHP9ztwYPZb3UN15LiKM3LkNlbPy4zCxbX/BA77IbFoEF62e1hQc5dTBGlkHFHoBmPWTkN5T3H4qeaHgoIcXhb8mr2YCqmny96DRtNg49IPU=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}