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

<http://data.bibliotheken.nl/id/thes/p391876813> a schema1:Person ;
    rdfs:label "O'Dowd, Micheál" ;
    schema1:description "informatierecht" ;
    schema1:familyName "O'Dowd" ;
    schema1:givenName "Micheál" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94fab415c2a5627f29444a78d709b32c> ;
    schema1:name "Micheál O'Dowd" ;
    schema1:nationality "ie" ;
    schema1:sameAs <http://viaf.org/viaf/315192074> .

