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

<http://data.bibliotheken.nl/id/thes/p079645968> a schema1:Person ;
    rdfs:label "Stroes, Hans" ;
    schema1:description "bewegingsonderwijs" ;
    schema1:familyName "Stroes" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1789a071305a89b2c82230d1e12befbc> ;
    schema1:name "Hans Stroes" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285702562>,
        <https://isni.org/isni/0000000368889945> .

