@prefix fip: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource,
fip:Communication-protocol, fip:FAIR-Enabling-Resource;
rdfs:comment "REST defines a set of constraints for how the architecture of an Internet-scale distributed hypermedia system, such as the Web, should behave.";
rdfs:label "REST | Representational state transfer";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "qJ8lMqA68Ktv4nGAzCGUgp4yMKdci2+0h2qc+VzkLIMez9EepvmSORdETGNtitUBaZHdO6i0nLeokH8tmK0Eb9QaJXjHxhn0rXv8z+ulqHL6/cotGEdidVsK4OPqLFHGgncrsjuLYofGnpSW9dIAg5qtR7a6zBwlsJ5gqdk1fb4=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-24T18:01:57.745+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
npx:supersedes ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}