@prefix this: <https://w3id.org/np/RAiNA1qNl8T44DbuhehwrXEBt_hxTg29CTK6X186u3rpY> .
@prefix sub: <https://w3id.org/np/RAiNA1qNl8T44DbuhehwrXEBt_hxTg29CTK6X186u3rpY/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.8bf70c> schema:url <https://www.ensembl.org/info/genome/stable_ids/index.html> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service ;
    rdfs:comment "Identifier schema for Ensembl" ;
    rdfs:label "Ensembl Identifier" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.8bf70c> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5862-6132 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.8bf70c> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T14:37:14Z"^^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.8bf70c> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/139357f4-4cb8-4ff5-a4d6-7c9bc693cd7d> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "aDaLHf/7VzlrHyutCl/bBOwicYw1gVMGe+vzJCapXu4JoOODaDE+XdP8AacaQafPlpIQ4mgkjaO2cy/z4qwFcObXlbnjD39adJpMmiyrW7DSDwAZV5iGXi4GYkziqibWHi9aRIaV9MRCnLxtI0fqtbl8soJ+/cCeHLRvXzBjcs8=" ;
    npx:hasSignatureTarget this: .
}