@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RATipzQxD5nI0E8nXX8qoxwTJdMmxK-9_CCy8v0Nkz0PE> .
@prefix sub: <http://purl.org/np/RATipzQxD5nI0E8nXX8qoxwTJdMmxK-9_CCy8v0Nkz0PE#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ePIC a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Identifier-type ;
    rdfs:comment "ePIC was founded in 2009 by a consortium of European partners in order to provide PID services for the European Research Community, based on the handle system (TM, https://www.handle.net/ ), for the allocation and resolution of persistent identifiers. The consortium signed a Memorandum of Understanding aiming to provide long term reliability for the PID services. Meanwhile ePIC is an international consortium and open to partners from the research community worldwide." ;
    rdfs:label "Persistent Identifier for eResearch" ;
    rdfs:seeAlso <https://www.pidconsortium.net/> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-4073-7456 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDN/WfXsNOhZdo4p56LL/JhMk5uQB1bLVjR1h6GtzNmKsVk3S+xhbveFeCQYxym7KgF2ulPTfN2ODtTy1IeoWkvBq2FddZyj/TuEkDN+6LbfVyZ58VG0EdIoJ96hiikXUQLF+wgOsIr8n6sPfMlTqdF1QjmffxWCRWlP09U0nw50wIDAQAB" ;
    npx:hasSignature "Pf9nNzyLMdFzJKtyoftvvqdHOI5GJnC0dG7Vac74hYE3/a60KSODftA/4j6Z9DLLh9ktRa0M5EoXjT9XJBGLiD/cq/ErsqJxZ0vSCYWnsGr+goXoOmgzUVAvyI4C78vdP1vvAYQ2BNMZo1yWTPFRR7v1bJiqLIzh58piqwTsz9Y=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2020-10-05T11:40:15.324+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0003-4073-7456 ;
    npx:introduces sub:ePIC ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAHvHX5qjbdnYXsZWsRMO3KuFekGUFR6LuPjigZns9_VA> .
}