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

<http://data.bibliotheken.nl/id/thes/p217377505> a schema1:Person ;
    rdfs:label "Oude Ophuis, R.J.M." ;
    schema1:alternateName "Ophuis, Roland Oude" ;
    schema1:description "Stadssocioloog",
        "Werkzaam bij onderzoeksbureau Regioplan te Amsterdam" ;
    schema1:familyName "Oude Ophuis" ;
    schema1:givenName "R.J.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8338b2f113f0f41d94ddbc717ba1123d> ;
    schema1:name "R.J.M. Oude Ophuis" ;
    schema1:sameAs <http://viaf.org/viaf/283788071>,
        <https://isni.org/isni/0000000390231939> .

