Nanopublication

< Home

ID

http://purl.org/np/RAr5GWKOLLXgP9ReOnbrcx8kD5YiwrSEbjwVMnfz6D4D8

Formats

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

Content

@prefix this: <http://purl.org/np/RAr5GWKOLLXgP9ReOnbrcx8kD5YiwrSEbjwVMnfz6D4D8> .
@prefix sub: <http://purl.org/np/RAr5GWKOLLXgP9ReOnbrcx8kD5YiwrSEbjwVMnfz6D4D8#> .
@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 {
  sub:WDCCUserGuide a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:FAIR-practice;
    <http://schema.org/url> <https://www.wdc-climate.de/docs/WDCC_User_Guide.pdf>;
    rdfs:comment "The WDCC User Guide guides users step-by-step through the process of publishing data in the WDCC.";
    rdfs:label "WDCC User Guide" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-9871-2687 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "XvqTiF5ImsjRBSBAhLs0NCkqJf8uP679YE8wlyd45/8qs4oyOZpCxMR7unvhLrh2c7Ceg9J47D6qOeAXaGTJ5yU08/RMi2wrtSFCAVGm7iGy4ibxPyF/HtrHQaQFyndSzXj+VL9GifLCH/ewGVfMq9+F6d6Z1BTnH1fgyBnqkzw=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-10-12T17:51:27Z"^^xsd:dateTime;
    dct:creator <https://sip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:WDCCUserGuide;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4c7028e2-b31b-4561-8270-69543f2c32b7> .
}