Nanopublication

< Home

ID

https://w3id.org/np/RAUVHFDHUdYvFlOpcu_NlKuxh1CL6DmyY9TafYb8Sn9bQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUVHFDHUdYvFlOpcu_NlKuxh1CL6DmyY9TafYb8Sn9bQ> .
@prefix sub: <https://w3id.org/np/RAUVHFDHUdYvFlOpcu_NlKuxh1CL6DmyY9TafYb8Sn9bQ#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:FIP_Wizard a fip:Available-FAIR-Supporting-Resource, fip:Editor, fip:FAIR-Supporting-Resource;
    <http://schema.org/url> <https://fip-wizard.ds-wizard.org/wizard/>;
    rdfs:comment "The FIP Wizard captures FIPs by means of a questionnaire that requires to provide answers that explicitly profile the FAIR implementation approach of a community. FIPs are published by the FIP Wizard as FAIR (machine-readable) and Open data (nanopublications), which can then serve as a reference for practical FAIR data stewardship activities conducted by members of that community.";
    rdfs:label "FIP Wizard";
    rdfs:seeAlso <https://fip-wizard.ds-wizard.org/wizard/>;
    fip:allows-integrated-use-of-semantic-artefacts <http://semanticscience.org/resource/SIO_000269>;
    oa:hasPurpose obo:T4FS_0000527 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9896-2704 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "SR+8LFB8mvgTdL4moI4uNGjc9IE76LoMxCPMbMf8w4KezSE8AHlyLoo1pGdV9RFDvN9sReR+6z55jPZOHLQvFoOQfGrXGq95RAz3FBCKqfJMw/CFMz4PknsGGsao9uVxzDEZee617nZ5VJZ9PjEjo/hvwzb+q5s7baEOOEoGVb8=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-05-17T10:15:44Z"^^xsd:dateTime;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FIP_Wizard;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/8f4d4323-8faa-4d1b-b027-ac1bea11f8a7> .
}