Nanopublication

< Home

ID

https://w3id.org/np/RAbw1o0MkUjplDY0zWx218K_aPO9J4Zt7TjVqxnFhBrxw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAbw1o0MkUjplDY0zWx218K_aPO9J4Zt7TjVqxnFhBrxw> .
@prefix sub: <https://w3id.org/np/RAbw1o0MkUjplDY0zWx218K_aPO9J4Zt7TjVqxnFhBrxw/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/wikinewsie> a gen:Outlet, gen:Space;
    dct:description "Wikinewsie is a web app that shows the most-edited Wikipedia articles of the last few hours, automatically identifying current-event topics that are undergoing active collaboration. It presents them as story cards grouped into thematic and regional portals, which readers can enrich with headlines, images, and Wikidata event types.";
    rdfs:label "Wikinewsie";
    owl:sameAs <http://www.wikidata.org/entity/Q140881188>;
    gen:hasAdmin orcid:0000-0001-9488-1870, orcid:0000-0002-1267-0234, orcid:0000-0002-9485-6146;
    gen:hasRootDefinition this: .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234;
    prov:wasDerivedFrom <https://gitlab.wikimedia.org/toolforge-repos/wikinewsie> .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-08-26T11:08:49Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/spaces/wikinewsie>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAmRxSMXuHZWtDXqTXqTK_aM1KBPauATJg4_KqixamLiE>,
      <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/RAvJQeFr6Sjzy2tmNXAm69n_JNiuWvs3S2VwVgmj9OT5o> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "PYY6LNXBan4Gih483yAJJlFiq/8DPwRZ1oUHs6WOAfHb/Z5k4lm0TaDF0IbMPRF2rvFsLgkTI1sRfKLa9OUnrVeudeLGQM+5/f23TyZ4BimVDaY+TY+Bf4X5+LalbfpRN4RvC/5pIP2dm37PtHs1qkff5MyPNdNauQ78/m1EB5k=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}