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

<http://data.bibliotheken.nl/id/thes/p071471316> a schema1:Person ;
    rdfs:label "Ram, Paulus Maria (1948-)" ;
    schema1:alternateName "Ram, P." ;
    schema1:birthDate "1948" ;
    schema1:familyName "Ram" ;
    schema1:givenName "Paulus Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/81265c9e4fc90aa23effc5ca0b2cbe36> ;
    schema1:name "Paulus Maria Ram" ;
    schema1:sameAs <http://viaf.org/viaf/285186420>,
        <https://isni.org/isni/0000000391338594> .

