@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Metadata-schema; schema:url ; 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 . } sub:provenance { sub:assertion dct:creator orcid:0000-0003-1062-5576; prov:wasDerivedFrom . } sub:pubinfo { this: dct:created "2026-04-20T14:34:34Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:describes ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "RkRG0qzkyqu6vGoHT+r3cFQ9XN3fPgqOxnYosqkUUxW7aeHn3qlWLOz5phw3HdRFgn9c1OTtFIMf+cZ7TSaLGQW/g+Erwt/CW9undnPTjeWqk5sC1gPhpH7U7hdBDUrqf7KadDSZT488zeMSJ+eTSaHYXXNprtMm7kXIxYvtt6k="; npx:hasSignatureTarget this: . }