@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p069502560> a schema1:Person ;
    rdfs:label "De Potter, Frans (1834-1904)" ;
    schema1:alternateName "Potter, Frans de" ;
    schema1:birthDate "1834" ;
    schema1:deathDate "1904" ;
    schema1:description "historicus (m.n. Gent e.o.)" ;
    schema1:familyName "De Potter" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27c45f2a65fe7dbb274655dbe16c8b91> ;
    schema1:name "Frans De Potter" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/42766892>,
        wd:Q15461013 ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/pott003> .

