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

<http://data.bibliotheken.nl/id/thes/p074074539> a schema1:Person ;
    rdfs:label "Briene, Michel" ;
    schema1:description "Drs.",
        "Werkzaam als onderzoeker bij het Nederlands Ecoomisch Instituut (NEI) Rotterdam" ;
    schema1:familyName "Briene" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/43bef9f64ce4ecde1490e4135418e6ed> ;
    schema1:name "Michel Briene" ;
    schema1:sameAs <http://viaf.org/viaf/23769981>,
        <https://isni.org/isni/0000000032908751> .

