Nanopublication

< Home

ID

https://w3id.org/np/RAvEkZuebt_2U4t68ChhhC1yXLDIPTdtOqxHK-Rg694Fc

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAvEkZuebt_2U4t68ChhhC1yXLDIPTdtOqxHK-Rg694Fc> .
@prefix sub: <https://w3id.org/np/RAvEkZuebt_2U4t68ChhhC1yXLDIPTdtOqxHK-Rg694Fc#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.6s749p> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:Generalist-Registry, fip:Registry;
    schema:url <http://wikidata.org/>;
    rdfs:comment "Free knowledge database project hosted by Wikimedia and edited by volunteers.";
    rdfs:label "Wikidata";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.6s749p> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.6s749p> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "Oep8TYmMKi6f8ZJZistcLXCt/EJtQlAL7tzA5gKjs+QwuJXm2aXn2dtVFui34m5peblFZ6uNXOswgm9q7RgR2DiPWJAp1ams2U1k9gwfQ1TCwsDSeOCN1ybaRLtjVxjf2gx8jsYhfEijeq/2+NHaV9/Y/HYet3I0CdnyZdyRlPQ=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-03T14:06:41Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:describes <https://doi.org/10.25504/FAIRsharing.6s749p>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a1fa24ed-f952-4fb4-b433-e1ca267f8eb3> .
}