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

<http://data.bibliotheken.nl/id/thes/p240567021> a schema1:Person ;
    rdfs:label "Otto, A.C." ;
    schema1:familyName "Otto" ;
    schema1:givenName "A.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c56505a7193a5164d8e8c8202f5cf9a3> ;
    schema1:name "A.C. Otto" ;
    schema1:sameAs <http://viaf.org/viaf/291681741> .

