Nanopublication

< Home

ID

https://w3id.org/np/RAUpzSHVODOwvYxuWNji0EZ-aoiTxW3clf3HgzqkYUcSA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUpzSHVODOwvYxuWNji0EZ-aoiTxW3clf3HgzqkYUcSA> .
@prefix sub: <https://w3id.org/np/RAUpzSHVODOwvYxuWNji0EZ-aoiTxW3clf3HgzqkYUcSA/> .
@prefix ff: <https://w3id.org/fair/ff/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 {
  <https://aschuerch.github.io/posts/2020-07-22-blog-post-8> a ff:Blog-Post;
    rdfs:label "How to separate the nesting dolls (blog post on VRE clonal vs plasmid/transposon spread in Dutch hospitals)";
    prov:wasAttributedTo orcid:0000-0003-1894-7545 .
  
  <https://w3id.org/spaces/zonmw/antibiotica-resistentie-abr/541003005> ff:has-blog-post
      <https://aschuerch.github.io/posts/2020-07-22-blog-post-8> .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://aschuerch.github.io/posts/2020-07-22-blog-post-8> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  orcid:0000-0003-1894-7545 foaf:name "Anita C. Schürch" .
  
  this: dct:created "2026-07-13T06:59:30Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType ff:has-informal-output;
    rdfs:label "VRE-crossword... has blog post: How to separate the nesting dolls";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAEqWBXumKFIOnFHuvIMmc-NCL9_SpuGbjcCKGEetu_nk> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "e1006778Cn06EcMWaPFVpofbf1QnP1eN3fJJLL/4+e4CB7ePF2U7BPIUC0g0Getxzi6azWE4lAF9FhPbBHTYv2DSlj7D2aje2SU6KWDxm0UEZ5DAbXU/K6D/cDJ71oJSZQ+mhopQnblKnuZup041OhMow4cLFABS/T0Fvt60heY=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
  
  <https://w3id.org/spaces/zonmw/antibiotica-resistentie-abr/541003005> nt:hasLabelFromApi
      "VRE-crossword, horizontal or vertical? Transmission of vancomycin-resistant Enterococcus faecium in Dutch hospitals" .
}