Nanopublication

< Home

ID

https://w3id.org/np/RAJYDv_YUzKBUC41PLE6I1kT9rghW26V9suL7u8c7C3z8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJYDv_YUzKBUC41PLE6I1kT9rghW26V9suL7u8c7C3z8> .
@prefix sub: <https://w3id.org/np/RAJYDv_YUzKBUC41PLE6I1kT9rghW26V9suL7u8c7C3z8#> .
@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.g593w1> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model, fip:Structured-vocabulary;
    dct:creator <https://w3id.org/np/RAPNmn9xkooB4Hiuj3AMBvadzShHGhkJp-q5Ghd-hc1Lw#EDAM_Community>;
    schema:url <https://github.com/edamontology/edam-bioimaging>;
    rdfs:comment "Bioimaging operations, data types, formats, identifiers and topics. EDAM-Bioimaging is an extension to the EDAM ontology (edamontology.org) for bioimaging, developed in collaboration with partners from NEUBIAS (neubias.org).";
    rdfs:label "EDAM Bioimaging Ontology | EDAM-BIOIMAGING";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.g593w1>;
    fip:registered-on <https://w3id.org/np/RABCC9AvUlQSO_hcQAm48fqU4ntOyN6ADj37CrG9IbRKM#BioPortal> .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "E2UqhRpEiXz3PUzANPVWben8TCl/WKt3FJr4Yvzo6XB4RHwAsjJR7erBP0jGtD1yUHHREi+MLvYRx+xXm0wUXrkImEy3H9Xp5aXSWeSrvpcI4l8xlLLafkDJBODESP+pCP2HpBxamIGkJ9QWNQXWvlzzXJhidGuZvLv5jhaUrK4=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-07-30T16:27:22Z"^^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.g593w1>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/716e7e11-4b32-48c7-a519-064408c46110> .
}