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

<http://data.bibliotheken.nl/id/thes/p068716311> a schema1:Person ;
    rdfs:label "Facht, Stig" ;
    schema1:familyName "Facht" ;
    schema1:givenName "Stig" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c62a2e128918b8b85538c8f8ecadd27c> ;
    schema1:name "Stig Facht" ;
    schema1:sameAs <http://viaf.org/viaf/221983604>,
        wd:Q71406685,
        <https://isni.org/isni/0000000360284183> .

