Nanopublication

< Home

ID

http://purl.org/np/RAcX1Tyd0iUMLv1N1CMRxys6lUEz8oJOM0OLVW1lYFGio

Formats

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

Content

@prefix dc1: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RAcX1Tyd0iUMLv1N1CMRxys6lUEz8oJOM0OLVW1lYFGio> .
@prefix sub: <http://purl.org/np/RAcX1Tyd0iUMLv1N1CMRxys6lUEz8oJOM0OLVW1lYFGio#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:LDES a <fip:Available-FAIR-Enabling-Resource>, fip:Communication-protocol, fip:FAIR-Enabling-Resource,
      fip:Semantic-model;
    schema:url <https://w3id.org/ldes/specification>;
    rdfs:comment "Linked Data Event Streams allow to share available Linked Open Data representations (RDF) of available resources ";
    rdfs:label "LDES | Linked Data Event Streams";
    rdfs:seeAlso <https://w3id.org/ldes/specification> .
}

sub:provenance {
  sub:assertion dc1:creator orcid:0000-0002-9648-6484 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "TrPF0D66SZn/tVQQIoZKYkZUIbgEuuA3pxwWvx/k52vI24t1TORJN34DT/jQ4r73ZSjx29abDLl8nfuSN4uHcZq+meLwn3BAWGAu1CghzOCMuV0NgrMkojYcYPz7xOIdWmFAS0WX56+uhiJDt70wfaDNt7mriUdW4GcQpsHJ138=";
    npx:hasSignatureTarget this: .
  
  this: dc1:created "2023-03-13T14:40:19Z"^^xsd:dateTime;
    dc1:creator <https://fip-wizard.ds-wizard.org>;
    dc1:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:LDES;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1e3c94e4-e9a7-45ab-bdc3-e71188be0ea6> .
}