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

<http://data.bibliotheken.nl/id/thes/p09497926X> a schema1:Person ;
    rdfs:label "Visser, R. (moorden)" ;
    schema1:description "29945919: gepensioneerd gemeentepolitie-adjudant [(in dienst: 15-2-1922 tot 1-5-1957)]" ;
    schema1:familyName "Visser" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "moorden" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a6346e0077c2515bd17f53262e6e054> ;
    schema1:name "R. Visser" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287379054> .

