@prefix this: . @prefix sub: . @prefix xsd: . @prefix pav: . @prefix prov: . @prefix np: . @prefix rdfs: . @prefix dcterms: . @prefix orcid: . @prefix foaf: . @prefix credit: . @prefix con: . sub:Head { this: np:hasAssertion sub:assertion ; np:hasProvenance sub:provenance ; np:hasPublicationInfo sub:pubinfo ; a np:Nanopublication . } sub:assertion { sub:_1 dcterms: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-0003-4935-5702 . orcid:0000-0003-4935-5702 dcterms:description "Fedele Bonifazi, Biomedical engineer, II level Master in Health Technology Assessment andManagement, President of Fondazione per la Ricerca Farmacologica Gianni Benzi Onlus. Memberof the HTA working group of the Regional Agency for Health and Social issues AReSS Puglia; expertof the Health Department of the Basilicata Region. At the Benzi Foundation, he is project managerand WP leader in several research projects and Head of the IT & Research Laboratory." ; a foaf:person ; con:work sub:_1 ; foaf:mbox "fb@benzifoundation.Org" ; foaf:name "Fedele Bonifazi" ; foaf:topic_interest "Health Technology Assessment and Management" ; foaf:workplaceHomepage ; credit:Writing-review_editing . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-3633-1464 . } sub:pubinfo { this: dcterms:created "2020-02-19T18:05:11+01:00"^^xsd:dateTime ; pav:createdBy orcid:0000-0002-3633-1464 . }