Nanopublication

< Home

ID

http://purl.org/np/RA5-OsT0-sjRbcoFEGfOzkrcFtExipMRmoLErzg5QWL7c

Formats

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

Content

@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix this: <http://purl.org/np/RA5-OsT0-sjRbcoFEGfOzkrcFtExipMRmoLErzg5QWL7c> .
@prefix sub: <http://purl.org/np/RA5-OsT0-sjRbcoFEGfOzkrcFtExipMRmoLErzg5QWL7c#> .
@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:URI a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Identifier-service;
    <http://usefulinc.com/ns/doap#implements> <https://www.w3.org/Addressing/URL/uri-spec.html>;
    rdfs:comment "URI is a string that provides a unique address (either on the Internet or on another private network, such as a computer filesystem or an Intranet) representing a resource, and implicitly describes where a resource can be found. A resource identification need not suggest the retrieval of resource representations over the Internet, nor need they imply network-based resources at all.";
    rdfs:label "URI | Uniform Resource Identifier";
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://vocab.fairdatacollective.org/gdmt/URI> .
}

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 "mr5mulufFLfrKYiawIc0j4B2gKRCueqtILMP/I6azueCBwSZ/6CIHFRr0yHu+x7ZYGIVbOq9JUzPR0sjLQp0UEPfP772KRgpwN2shm8sxbOyYLga/5pW4F0/fkKmfxQYvf2aUzxQOIYgzcm4VabEc+xcP+u+hz4tQ8x5b/LWTqs=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2022-07-29T13:34:19.266+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2195-3997;
    npx:introduces sub:URI;
    npx:supersedes <http://purl.org/np/RA0MSjR0NOr5eab3xoCLYm2VprQj0lFM4zP0M6bxEpWF4>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA2plcfAUD4e70cc8dx-8fIuFZUZKp0P6aAIUfJCi0s7Y> .
}