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

<http://data.bibliotheken.nl/id/thes/p068580835> a schema1:Person ;
    rdfs:label "Lohmann, Ulrich (1944- ; recht)" ;
    schema1:birthDate "1944" ;
    schema1:familyName "Lohmann" ;
    schema1:givenName "Ulrich" ;
    schema1:hasOccupation "recht" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e72ae1961912f8540f47e68bb25c334c> ;
    schema1:name "Ulrich Lohmann" ;
    schema1:sameAs <http://viaf.org/viaf/109320908>,
        <https://isni.org/isni/000000008406612X> .

