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

<http://data.bibliotheken.nl/id/thes/p068735987> a schema1:Person ;
    rdfs:label "Dumortier, Jos" ;
    schema1:description "editor" ;
    schema1:familyName "Dumortier" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5887d7c1946be2912caf14ebe7afe828> ;
    schema1:name "Jos Dumortier" ;
    schema1:sameAs <http://viaf.org/viaf/18549227>,
        <https://isni.org/isni/0000000109579459> .

