Nanopublication

< Home

ID

https://w3id.org/np/RAYz0OKtabjcyS2CA4EvwaOkum8GVZ2HizX1yG8PFcFkQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAYz0OKtabjcyS2CA4EvwaOkum8GVZ2HizX1yG8PFcFkQ> .
@prefix sub: <https://w3id.org/np/RAYz0OKtabjcyS2CA4EvwaOkum8GVZ2HizX1yG8PFcFkQ/> .
@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.dff3ef> a fip:Available-FAIR-Enabling-Resource,
      fip:Domain-Specific-Registry, fip:FAIR-Enabling-Resource, fip:FAIR-Specification,
      fip:Identifier-service, fip:Metadata-data-linking-schema, fip:Registry;
    schema:url <https://www.ebi.ac.uk/empiar/>;
    <http://w3id.org/roh#isProvidedBy> <https://ror.org/02catss52>;
    rdfs:comment "EMPIAR, the Electron Microscopy Public Image Archive, is a public resource for raw images underpinning 3D cryo-EM maps and tomograms (themselves archived in EMDB). EMPIAR also accommodates 3D datasets obtained with volume EM techniques and soft and hard X-ray tomography.";
    rdfs:label "Electron Microscopy Public Image Archive | EMPIAR";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.dff3ef>;
    fip:has-data-usage-license <http://purl.org/np/RAq55jS4TCF-u0HLARDjWevzMv8k-NY7737bSJVzRAY2w#CC0-1.0>;
    fip:uses-identifier-service <http://purl.org/np/RAnAWGdeI_1GGmDAqv-vZjby5XqbL2ZujNz1vgwK_6cRI#DOI> .
}

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

sub:pubinfo {
  this: dct:created "2025-09-04T12:49:01Z"^^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.dff3ef>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/0a3db93d-3b0c-4ed7-a497-4326fb41337a> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "Ii11kTtfG227EgulAfu0xx9Be2KW7Snz5iW/fOv+OiFJopa8sjPPPD6yGk8KA819mIagnWPfQJtzOGNCePNIDC+RAtUVBPTiFNOUD4X+gTNxN+Mfcu2UnITZ3OL1NimSeE9HHqBhAQNgmQ/dRL08afX183gLOeTUvt3hlJUJIy4=";
    npx:hasSignatureTarget this: .
}