@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p43795465X> a schema1:Person ;
    rdfs:label "Giordano, Vincenzo (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:description "striptekenaar" ;
    schema1:familyName "Giordano" ;
    schema1:givenName "Vincenzo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/51c3e0e36cbb2aa5762ac98f85fdcfc4> ;
    schema1:name "Vincenzo Giordano" ;
    schema1:nationality "it" ;
    schema1:sameAs <https://isni.org/isni/0000000509518866> .

