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

<http://data.bibliotheken.nl/id/thes/p080704670> a schema1:Person ;
    rdfs:label "Arthur, Paul (filmhistoricus)" ;
    schema1:familyName "Arthur" ;
    schema1:givenName "Paul" ;
    schema1:hasOccupation "filmhistoricus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c396a88f35e3a2860b89f7a8c866cbde> ;
    schema1:name "Paul Arthur" ;
    schema1:sameAs <http://viaf.org/viaf/285915231>,
        <https://isni.org/isni/0000000391974136> .

