Nanopublication

< Home

ID

https://w3id.org/np/RAYhlcxXQ9J0bqqHEXT1IL8nzn3TRrNBA9Njy9Y7UuPNw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAYhlcxXQ9J0bqqHEXT1IL8nzn3TRrNBA9Njy9Y7UuPNw> .
@prefix sub: <https://w3id.org/np/RAYhlcxXQ9J0bqqHEXT1IL8nzn3TRrNBA9Njy9Y7UuPNw#> .
@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#> .

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

sub:assertion {
  sub:SEEK-ID a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Identifier-service;
    rdfs:comment "A persistent, unique identifier assigned to digital objects within SEEK-based platforms, such as FAIRDOMHub or IBISBAKhub. SEEK is an open-source data management system used primarily in research infrastructures for sharing, managing, and linking research outputs (e.g. datasets, models, SOPs, and publications).";
    rdfs:label "SEEK-ID | SEEK Identifier Service";
    fip:has-description-source <https://fairdomhub.org> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6301-4248 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "G8f7YVMUtikvfGxLbx0DY509eNDvtssJCN/Oau+HGlLAjAh8KX6MnyBA6qXaMMZVBPvfIscVkTaYxx1IZ6SR68tgR8sHGReQqIyvQRra3lH7WLkvzHFFTaMyz4EV1wyGR4l7E86+6RxofrP/Kev3jAG1jEv8RcMwJTSA8hNAGEA=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-02-21T15:39:45Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SEEK-ID;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/637db54a-1176-44ae-9608-86f61ebc5eaa> .
}