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

<http://data.bibliotheken.nl/id/thes/p069608636> a schema1:Person ;
    rdfs:label "Roos, Antonius (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Roos" ;
    schema1:givenName "Antonius" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc2186c98fd3ed59ad80d9b70901d0bb> ;
    schema1:name "Antonius Roos" ;
    schema1:sameAs <http://viaf.org/viaf/282579460>,
        <https://isni.org/isni/0000000389260927> .

