Nanopublication

< Home

ID

http://purl.org/np/RA6roi86ztkS2GF7WbbFpLvhmJCCEA7AByx6M9fJfZVZs

Formats

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

Content

@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RA6roi86ztkS2GF7WbbFpLvhmJCCEA7AByx6M9fJfZVZs> .
@prefix sub: <http://purl.org/np/RA6roi86ztkS2GF7WbbFpLvhmJCCEA7AByx6M9fJfZVZs#> .
@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:fsp a <fip:Available-FAIR-Enabling-Resource>, fip:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema;
    schema:url <https://fairsharing.org/FAIRsharing.d7622d>;
    <http://usefulinc.com/ns/doap#implements> <https://signposting.org/FAIR/>;
    rdfs:comment "FAIR Signposting is an intentionally simple, standards-based, RESTful «follow your nose» approach to help software agents navigate among the various resources that make up a research artifact on the web.";
    rdfs:label "FAIR Signposting";
    rdfs:seeAlso <https://fairsharing.org/10.25504/FAIRsharing.d7622d> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9648-6484 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "k0TNF4hNtXyG8eLWrg4OKCvvOku4wLpv2/jBIn3aHZVHDFLSoDCuN/gDPSTiNFWGXEnULy8QGvE3qNzVjrrtNYdmSKyjy962S95i/Powtc01Y2nffkAYqphN3oFDUhIcVU4KDd33wm2vtMhaMTcyh+pQ/ZSeoQJmqilIkrXEnFM=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-03-16T09:06:24Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:fsp;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/359abf11-b890-4ba5-a0ae-ad3d6b8ce791> .
}