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

<http://data.bibliotheken.nl/id/thes/p30606233X> a schema1:Person ;
    rdfs:label "Spruit, Ronald (onderwijs en ICT)" ;
    schema1:familyName "Spruit" ;
    schema1:givenName "Ronald" ;
    schema1:hasOccupation "onderwijs en ICT" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/93a6c089d35ee5e9df59b51c36a3fde0> ;
    schema1:name "Ronald Spruit" ;
    schema1:sameAs <http://viaf.org/viaf/4394147727649764710003>,
        <https://isni.org/isni/0000000459098858> .

