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

<http://data.bibliotheken.nl/id/thes/p074242660> a schema1:Person ;
    rdfs:label "Mühlen, Carl Johann Philipp von (1745-1837)" ;
    schema1:birthDate "1745" ;
    schema1:deathDate "1837" ;
    schema1:familyName "von Mühlen" ;
    schema1:givenName "Carl Johann Philipp" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/74cab61b89ce0b4d9ab1a8b6126cb893> ;
    schema1:name "Carl Johann Philipp von Mühlen" ;
    schema1:sameAs <http://viaf.org/viaf/280937787>,
        <https://isni.org/isni/0000000387872508> .

