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

<http://data.bibliotheken.nl/id/thes/p068246404> a schema1:Person ;
    rdfs:label "Brevoord, Cornelis (1925-2002)" ;
    schema1:birthDate "1925" ;
    schema1:deathDate "2002" ;
    schema1:description "geb. Amsterdam 18-3-1925, overl. 1-2002",
        "prof. dr. bedrijfshuishoudkunde en administratieve organisatie, EUR" ;
    schema1:familyName "Brevoord" ;
    schema1:givenName "Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/99835200e73e686981a800f2253e128e> ;
    schema1:name "Cornelis Brevoord" ;
    schema1:sameAs <http://viaf.org/viaf/57925655>,
        <https://isni.org/isni/0000000021610036> .

