@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://example.org/nanopub-validator-example.RA7L3Dpg3TynVgJJ4L6oy1CJamoA9SMsZg1Kl7RbHaMTI> .
@prefix sub: <http://example.org/nanopub-validator-example.RA7L3Dpg3TynVgJJ4L6oy1CJamoA9SMsZg1Kl7RbHaMTI#> .
@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 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 {
  sub:_1 dct:Location "Italy" ;
    a foaf:Organization ;
    rdfs:label "Fondazione per la Ricerca Farmacologica Gianni Benzi Onlus"@en ;
    con:postalCode "30 – 70010 Valenzano" ;
    foaf:member orcid:0000-0001-9368-6424 .
  orcid:0000-0001-9368-6424 dct:description "Annalisa Landi, PharmD, II level post-graduate Master in Regulatory Sciences “G.Benzi” atUniversity of Pavia, Researcher at Fondazione per la Ricerca Farmacologica Gianni Benzi Onlus.She is involved in scientific and regulatory activities, in particular related to data protection andconfidentiality, plan and management of patient registries and medicine databases management.ENCePP WG3 member." ;
    a foaf:person ;
    con:work sub:_1 ;
    foaf:mbox "al@benzifoundation.org" ;
    foaf:name "Annalisa Landi" ;
    foaf:topic_interest "data protection andconfidentiality, plan and management of patient registries and medicine databases management" ;
    foaf:workplaceHomepage <https://www.benzifoundation.org> ;
    credit:Writing-original_draft <http://www.doi.org/10.1162/dint_a_00027> .
}
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 .
}