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

<http://data.bibliotheken.nl/id/thes/p127850511> a schema1:Person ;
    rdfs:label "Rossum, Rudolf van" ;
    schema1:familyName "van Rossum" ;
    schema1:givenName "Rudolf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40f8fecac67eb3dc6b6037d2b137e931> ;
    schema1:name "Rudolf van Rossum" ;
    schema1:sameAs <http://viaf.org/viaf/283344955>,
        <https://isni.org/isni/0000000389825254> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/ross056> .

