@prefix schema: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix 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:FAIR-Enabling-Resource, fip:Metadata-data-linking-schema;
schema:url ;
;
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 .
}
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 ;
dct:license ;
npx:introduces sub:fsp;
prov:wasDerivedFrom .
}