@prefix dct: <
http://purl.org/dc/terms/
> .
@prefix this: <
http://example.org/nanopub-validator-example.RAqFlwe1rBIkBbakDYd0T4PjkutM3UmwZoKrWeiwv2VJ0
> .
@prefix sub: <
http://example.org/nanopub-validator-example.RAqFlwe1rBIkBbakDYd0T4PjkutM3UmwZoKrWeiwv2VJ0#
> .
@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-0003-4935-5702
.
orcid:0000-0003-4935-5702
dct: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
<
https://www.benzifoundation.org
> ;
credit:Writing-review_editing
<
https://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
.
}