Nanopublication

< Home

ID

http://purl.org/np/RAbZONA1kGAvxGwD60igMBUFIPr7WAs2iTHl1c9YAGJB0

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/np/> .
@prefix this: <http://purl.org/np/RAbZONA1kGAvxGwD60igMBUFIPr7WAs2iTHl1c9YAGJB0> .
@prefix sub: <http://purl.org/np/RAbZONA1kGAvxGwD60igMBUFIPr7WAs2iTHl1c9YAGJB0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .

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

sub:assertion {
  sub:aiida-archive-format a fip:Available-FAIR-Enabling-Resource, fip:Data-schema,
      fip:FAIR-Enabling-Resource, fip:Provenance-model;
    rdfs:comment "Extensive provenance graph of computational workflows executed via AiiDA, including inputs, outputs and metadata of all calculations.";
    rdfs:label "AiiDA archive format";
    rdfs:seeAlso <https://aiida.readthedocs.io/projects/aiida-core/en/latest/internals/data_storage.html#aiida-archive-format> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6144-820X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMBdkKj8SwP/87jbdTzfuYt1+YLBtn1PL8lkWHvlKWoQ+3BSzekifLtx29NlVX9cYBfwipx77wfHHc0iGnuf7y1vcP6JuyuMGNbmk8WNreaCY0e66Y6yyZVyilVuxPjUryjQ7wmUOyqlz0Bfqu4rd/g8q9PfLGpXD4JTLroRbzeQIDAQAB";
    npx:hasSignature "TRyKGJv+CcAlLzLvXPYdKnIU/R1Ir1wcJpRTNBM0uERxJb7qMB3PTkgwJFdSkuOER5TRfect4om+kgxUcRRhYZH3NhDkuk96I00N9XpIFvVMJajj3VYUvEr1uxiOoMlEQ20OVrDl3Z2zm4WQjUq7CA+7j5O7ve+K2wjNEcSLwik=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2020-11-02T17:43:14.743+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0002-6144-820X;
    npx:introduces sub:aiida-archive-format;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM;
    nt:wasCreatedFromTemplate ns1:RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA .
}