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

<http://data.bibliotheken.nl/id/thes/p07301835X> a schema1:Person ;
    rdfs:label "Trillo, Carlos (1943-2011)" ;
    schema1:alternateName "Trillo, ..." ;
    schema1:birthDate "1943" ;
    schema1:deathDate "2011" ;
    schema1:description "tekst bij strips" ;
    schema1:familyName "Trillo" ;
    schema1:givenName "Carlos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2501f96baee50c9592d59cc1bbf153c> ;
    schema1:name "Carlos Trillo" ;
    schema1:sameAs <http://viaf.org/viaf/102275633>,
        wd:Q969372,
        <https://isni.org/isni/0000000120318399> .

