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

<http://data.bibliotheken.nl/id/thes/p081549490> a schema1:Person ;
    rdfs:label "Matton, ..." ;
    schema1:description "scenario strips" ;
    schema1:familyName "Matton" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f7bd18dd715440d1f9122d640d139cf7> ;
    schema1:name "... Matton" ;
    schema1:sameAs <http://viaf.org/viaf/282680546>,
        <https://isni.org/isni/0000000389300431> .

