Nanopublication

< Home

ID

http://purl.org/np/RAszH6lU-Zc3UO7MHPKj1Lb0dmMmaTJrRvQ0jqpXMyFY4

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RAszH6lU-Zc3UO7MHPKj1Lb0dmMmaTJrRvQ0jqpXMyFY4> .
@prefix sub: <http://purl.org/np/RAszH6lU-Zc3UO7MHPKj1Lb0dmMmaTJrRvQ0jqpXMyFY4#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/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 <https://en.wikipedia.org/wiki/Representational_state_transfer> .
}

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 <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAWMMyUanP-BtP9YhjIgNp7Ndeju_J8S0JgK-JlO2CSIU> .
}