@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 {
sub:REST 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 "T6ya4x5lQQCUz39xyn3fzIhFZikyR7Tk9CN7QLb4jxQwYvq3TximxMzmRafTF5cSxuEb2RWu1A+h/5IqXKA9F2Q9qs2Hhwd7+2mygh5cec+s+0+Gm4SrRZytOUE+BlKeNBxvRHsa3GxqQmOyJ4Crz929tWzjyGZg6gxcaU27IXU=";
npx:hasSignatureTarget this: .
this: dct:created "2022-01-22T12:02:42.349+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces sub:REST;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}