Nanopublication

< Home

ID

https://w3id.org/np/RA0W3ttYBINcPTIfd6lghVk4GBNOPIF3dLTHTd3vZHNnQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0W3ttYBINcPTIfd6lghVk4GBNOPIF3dLTHTd3vZHNnQ> .
@prefix sub: <https://w3id.org/np/RA0W3ttYBINcPTIfd6lghVk4GBNOPIF3dLTHTd3vZHNnQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@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 {
  <http://id.crossref.org/issn/2160-3308> dct:title "Physical Review X" .
  
  <https://doi.org/10.1103/PhysRevX.4.041036> a fabio:Article;
    dct:date "2014-11-21";
    dct:isPartOf <http://id.crossref.org/issn/2160-3308>;
    dct:title "Inheritance Patterns in Citation Networks Reveal Scientific Memes";
    bibo:authorList sub:author-list;
    bibo:volume "4" .
  
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  orcid:0000-0002-3087-541X foaf:name "Matjaž Perc" .
  
  orcid:0000-0002-9898-0101 foaf:name "Dirk Helbing" .
  
  sub:author-list rdf:_1 orcid:0000-0002-1267-0234;
    rdf:_2 orcid:0000-0002-3087-541X;
    rdf:_3 orcid:0000-0002-9898-0101 .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234, orcid:0000-0002-3087-541X,
      orcid:0000-0002-9898-0101;
    prov:wasDerivedFrom <https://doi.org/10.1103/PhysRevX.4.041036> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  orcid:0000-0002-3087-541X foaf:name "Matjaž Perc" .
  
  orcid:0000-0002-9898-0101 foaf:name "Dirk Helbing" .
  
  this: dct:created "2026-02-22T10:51:40.000+01:00"^^xsd:dateTime;
    dct:creator <https://w3id.org/np/RAkkUz7qBJ-BIOCHV_4WCTgHCdTyI25_bnRuw166SXjwM/DOI-bot>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:hasNanopubType fabio:ScholarlyWork;
    npx:introduces <https://doi.org/10.1103/PhysRevX.4.041036>;
    npx:supersedes <https://w3id.org/np/RA4Beon9w-Pw_vnnXrENmHDWDdFbRpZr0kNhzfUvZUK_E>;
    rdfs:label "Inheritance Patterns in Citation Networks Reveal Scientific Memes" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRL5MjH1KfuE89dpKsIiscF/THrJ4uSvhl0NgaC8x3TdTDrL00kCnlH+2g7PMYhaUQIGWq27TTXHAGp7ehO8yLjRNeDCc8zjUCQJqLbzay3DB51PCiz50OsMgxiZC1+e0bVdk/CAQV4oVo+VgI+awHI1bTT4Yp7pR2I67imf1PIcwczGVhn8EQwtNdWQOZ63wDgUCY+6IubHBQzjLfbYh0828UETEyIV28T7fvf5+y4A5M590InmgkLGpJbRXoL0pnCm1BtFOoxeAVqfivbxIZWPYN2Yd0cSfqwIIUYyaLFpjDrBwc4iJdOus4UQ9OYqkeZDMpU3opU8jWKDIm77jwIDAQAB";
    npx:hasSignature "jmZVxzpRjb0k8QFU9R52wZRWlkOwvY3tuVVu36cUe9U/rO0et9yDrQMw86Wkses0KwYko8fnOlQn5jslWwpZ/37AYrlMgZXJQ/8z3kauFNJt97GCpkPG/zIGZLOVdAZ5sDoxRF81IZvcS7+pSzPhSTmmaFhXSMTvLNNLR2gNaOgE+JxkXpx331dM30Ke2vvZlyCfJ0bY1bM3kCyup+t7NjtrEyNO6UBnlDCuAkZ3JFS59xKsf9C0qxId+cLasG+nwHqCNQYk340qgvndOx6f7Sh1RBefGKw7J3wpm2aJmrk2lJIVpt27IXfS6Vx/Ql5o3WW54oMQ/9LGVosf6qkn4w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://w3id.org/np/RAkkUz7qBJ-BIOCHV_4WCTgHCdTyI25_bnRuw166SXjwM/DOI-bot> .
}