Nanopublication

< Home

ID

https://w3id.org/np/RAh1KgCtPkz5xcVCwFJ-4K9uaak7Egh3M1CC1Fx2Gx-nQ

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAh1KgCtPkz5xcVCwFJ-4K9uaak7Egh3M1CC1Fx2Gx-nQ> .
@prefix sub: <https://w3id.org/np/RAh1KgCtPkz5xcVCwFJ-4K9uaak7Egh3M1CC1Fx2Gx-nQ/> .
@prefix schema: <http://schema.org/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.mya1ff> a fip:Available-FAIR-Enabling-Resource,
      fip:Domain-Specific-Registry, fip:FAIR-Enabling-Resource, fip:Identifier-service,
      fip:Registry;
    schema:url <https://ega-archive.org/>;
    rdfs:comment "The European Genome-phenome Archive (EGA) is a service for permanent archiving and sharing of personally identifiable genetic, phenotypic, and clinical data generated for the purposes of biomedical research projects or in the context of research-focused healthcare systems. Access to data must be approved by the specified Data Access Committee (DAC).";
    rdfs:label "The European Genome-phenome Archive | EGA";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.mya1ff> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0319-6542;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.mya1ff> .
}

sub:pubinfo {
  this: dct:created "2025-09-04T12:16:45Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:describes <https://doi.org/10.25504/FAIRsharing.mya1ff>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/308b7a85-4263-4e88-bc62-4601ec4314f3> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "KhrBA717LaEonbl/TNL607NtBtmUOx72ZU67VdVtw4Rrvkod5oiKPXna0UxQLIVtt3rNbunBGZhJ4WCWvCGjo8ttPD0iVCZxLvjpoYXa9TRWYu6jDr1/FgKEYfcc8XaovV89Ue/j5JEgCldbRq6qHEiJtDX4fz4zr/tOxgh9JBE=";
    npx:hasSignatureTarget this: .
}