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

<http://data.bibliotheken.nl/id/thes/p191041181> a schema1:Person ;
    rdfs:label "Brown, A. (energie)" ;
    schema1:description "B9932579: BTG Biomass Technology Group" ;
    schema1:familyName "Brown" ;
    schema1:givenName "A." ;
    schema1:hasOccupation "energie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e6f3412bc1473a102a97475b3a4ad419> ;
    schema1:name "A. Brown" ;
    schema1:sameAs <http://viaf.org/viaf/285868676> .

