@prefix this: <http://purl.org/np/RA8keiGZrHS1pQ3pWFrXRCz_Ducm0tJ5WHddAPDkjpncw> .
@prefix sub: <http://purl.org/np/RA8keiGZrHS1pQ3pWFrXRCz_Ducm0tJ5WHddAPDkjpncw#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:REST obo:ECO_9000001 fip:REST ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:Web-API ;
    rdfs:comment "A REST API (also known as RESTful API) is an application programming interface (API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST stands for representational state transfer." ;
    rdfs:label "RESTful API | Representational State Transfer" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2749-8588 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "A6kHEiwZQsMXsJd9P4BxmcWIKKX5KvCCSpeokEyyzto103S8zEItAh7w7qs16u0voiaaRP+urs4jNgwnggh2ZLTACshc2O8z+rrx1Z74H+yuA0LwSGn8o2++pMD5OABMbC5OGSEu/9HhVABg7GmdRSvyHK8qay6XR1nbINyYgRY=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-12-05T15:05:15Z"^^xsd:dateTime ;
    dct:creator <https://sip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:REST ;
    prov:wasDerivedFrom <https://w3id.org/sip/wizard/dde84593-b6b1-46f5-917d-58b8a779e985> .
}