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

<http://data.bibliotheken.nl/id/thes/p073192244> a schema1:Person ;
    rdfs:label "Daal, Johannes van (fl. 1974 ; econoom)" ;
    schema1:description "fl. 1974" ;
    schema1:familyName "van Daal" ;
    schema1:givenName "Johannes" ;
    schema1:hasOccupation "econoom" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0fba394f3a5aca5d504d91b74bd19984> ;
    schema1:name "Johannes van Daal" ;
    schema1:sameAs <http://viaf.org/viaf/21059175>,
        <https://isni.org/isni/0000000392180936> .

