Nanopublication

< Home

ID

https://w3id.org/np/RAPDqfuSrYS_YReO_pImvuxC0PIuEc7YqjkkEQmzw_ZrM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPDqfuSrYS_YReO_pImvuxC0PIuEc7YqjkkEQmzw_ZrM> .
@prefix sub: <https://w3id.org/np/RAPDqfuSrYS_YReO_pImvuxC0PIuEc7YqjkkEQmzw_ZrM/> .
@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.fc1207> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema;
    schema:url <https://doi.org/10.1038/s41592-021-01166-8>;
    rdfs:comment "The Recommended Metadata for Biological Images (REMBI) are a set of guidelines developed by the bioimaging community as a framework for discussing different aspects of useful sharing of imaging data. In general, REMBI provides a way to explain how your images were generated, providing enough context to allow others to interpret them without reference to external sources. ";
    rdfs:label "Recommended Metadata for Biological Images | REMBI";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.fc1207> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1062-5576;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.fc1207> .
}

sub:pubinfo {
  this: dct:created "2026-04-20T14:34:34Z"^^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.fc1207>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/92426b85-3909-4878-adce-f897aed7fa3f> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "RkRG0qzkyqu6vGoHT+r3cFQ9XN3fPgqOxnYosqkUUxW7aeHn3qlWLOz5phw3HdRFgn9c1OTtFIMf+cZ7TSaLGQW/g+Erwt/CW9undnPTjeWqk5sC1gPhpH7U7hdBDUrqf7KadDSZT488zeMSJ+eTSaHYXXNprtMm7kXIxYvtt6k=";
    npx:hasSignatureTarget this: .
}