@prefix this: <https://w3id.org/np/RA3lFrpv_87pMoKp3pQdEemTnUULoMD8AgZVWwVWxtBS4> .
@prefix sub: <https://w3id.org/np/RA3lFrpv_87pMoKp3pQdEemTnUULoMD8AgZVWwVWxtBS4#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:FAIR_signposting <http://schema.org/url> <https://signposting.org/FAIR/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Practice , fip:FAIR-Supporting-Resource ;
    rdfs:comment "A method to expose machine-actionable navigation links that indicate downloadable resources, types and attribution – particularly for scholarly and institutional repositories which use persistent identifiers like DOIs. Signposting makes explicit the links between a typical HTML landing page and the downloadable resources that are available for the research object described by that landing pages, including content resources and machine-readable metadata such as in RDF, although the method is technology-agnostic in terms of metadata formats. It also links to persistent identifiers, both for the research object and its authors. Signposting uses existing standards to achieve this: Web Links (RFC8288) conveyed using a simple HTTP header, HTML <link> elements, and/or Linksets (RFC9264)." ;
    rdfs:label "FAIR Signposting" ;
    rdfs:seeAlso <https://signposting.org/FAIR/> .
}
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 "FT014ANt6nlQYeIAY5P2hIKEJLs6wq7R2YxmrGYbGLjPuK5Ujijt4vDksbeGjXouNV180XTGzTw4vmGIFjKlb5QVEZ9twLajMVWSVgDklH9GNq6bsmHpPqc+KQ1+eXEeKBlgffU7q31ByhB5zNSl2tRiXm3Dn0ReXZgJCl7beX8=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-05-17T10:54:00Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:FAIR_signposting ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/883cb480-9af0-4749-a8d2-97a4ed51eab1> .
}