@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example.RAAjRIRfZJZy6DST32bt4ilhPp1Ny0Fr7l9NhM7d4Ul4Y> .
@prefix sub: <http://example.org/nanopub-validator-example.RAAjRIRfZJZy6DST32bt4ilhPp1Ny0Fr7l9NhM7d4Ul4Y#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix grid: <https://www.grid.ac/> .
@prefix credit: <https://casrai.org/credit/> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  orcid:0000-0001-7030-7030 dct:description "Ignasi Labastida is currently the work at the Head of the Research Unit at the University ofBarcelona’s Learning and Research Resources Centre (CRAI) where he also leads the Office for theDissemination of Knowledge. He is currently chairing the Board of SPARC Europe and he is amember of the Steering Committee of the Info and Open Access Policy Group at the League ofEuropean Research Universities (LERU). He is the co-author of the LERU Roadmap for ResearchData and the LERU Roadmap on Open Science. He has participated in several research projectsincluding LEARN, a EU H2020 project focused on helping research performing institutions inmanaging their research data." ;
    a foaf:person ;
    con:work grid:5841.8 ;
    foaf:mbox "ilabastida@ub.edu" ;
    foaf:name "Ignasi Labastida" ;
    foaf:topic_interest "research data management" ;
    foaf:workplaceHomepage <http://www.ub.edu/web/ub/en/> ;
    credit:Writing-review_editing <https://doi.org/10.1162/dint_a_00027> .
  grid:5841.8 dct:Location "Spain" ;
    a foaf:Organization ;
    rdfs:label "Universitat de Barcelona"@en ;
    foaf:member orcid:0000-0001-7030-7030 .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 .
}
sub:pubinfo {
  this: dct:created "2020-02-19T18:05:11+01:00"^^xsd:dateTime ;
    pav:createdBy orcid:0000-0002-3633-1464 .
}