@prefix this: <https://w3id.org/np/RAG57G-gTpC1xxKLWlXCyOnB-hT42brvishSdoWISmxyw> .
@prefix sub: <https://w3id.org/np/RAG57G-gTpC1xxKLWlXCyOnB-hT42brvishSdoWISmxyw#> .
@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 {
  sub:OpenAIRE a fip:FAIR-Implementation-Community ;
    rdfs:comment "OpenAIRE AMKE is a non-profit organization with a mission to promote open scholarship and improve discoverability, accessibility, shareability, reusability, reproducibility, and monitoring of data-driven research results, globally. The organization operates a European e-infrastructure offering a diverse set of public services to accelerate the adoption of Open Science and is supported by a network of experts placed in key national organizations across European countries, the National Open Access Desks. The users of OpenAIRE services include researchers, research communities, policy makers, research-intensive organizations, SMEs, universities, libraries, and citizen scientists. OpenAIRE is a key implementer of the European Open Science Cloud (EOSC)." ;
    rdfs:label "OpenAIRE" ;
    rdfs:seeAlso <https://www.openaire.eu> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1429-1251 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "IZJq2TpLnXoJ5o6HNM5fajmFBBdkO0BejZBGRozoVUZXMj32efCeWqPkPZbVF/lc4TuPK1Xch9+Bv9eV/ALxEB9VJjhDggxgKJtw+wa2rGnfTy+QjQX1gFo7kgn2wV+bWHyvYU680rIbZpX718WTGZefbm9ZrF86XwIGPgRa2fo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-06-21T10:53:44Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:OpenAIRE ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/c3cce317-f8cb-4700-8675-f889e844a805> .
}