@prefix this: <http://purl.org/np/RA5oWuJZQ5xqYu0lzGTLfMkrIqF5IKIlHDYr6NHl5ffXk> .
@prefix sub: <http://purl.org/np/RA5oWuJZQ5xqYu0lzGTLfMkrIqF5IKIlHDYr6NHl5ffXk#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@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.mtjvme> schema:url <https://www.ebi.ac.uk/biostudies/> ;
    doap:implements <https://www.ebi.ac.uk/biostudies/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-service , fip:Registry ;
    rdfs:comment "The BioStudies database holds descriptions of biological studies, links to data from these studies in other databases at EMBL-EBI or outside, as well as data that do not fit in the structured archives at EMBL-EBI. The database can accept a wide range of types of studies described via a simple format. It also enables manuscript authors to submit supplementary information and link to it from the publication." ;
    rdfs:label "BioStudies" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.mtjvme> , <https://www.ebi.ac.uk/biostudies/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1062-5576 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.mtjvme> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "i1QLDVLnimCrFFpmgFYyGvbr6Fb6qcQLgI3lSVJjSSN7aRLqjKNXpkSk/8Tz2WgNOWlkQwjV3C3ITNO9UsWRf3kZINZ3tORjSuzujFwRkKBCPZl6+cIFDkRLPKcDV+rByhG8MGNIhIyyhs9LmCmjN6xhcmg7QmHzKi0GWZegDaI=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-09-07T13:05:24Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.mtjvme> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/005aaa4e-faea-4b2a-bd0f-3dbe451375a6> .
}