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

<http://data.bibliotheken.nl/id/thes/p068996209> a schema1:Person ;
    rdfs:label "Tönnies, Ferdinand (1855-1936)" ;
    schema1:alternateName "Toennies, Ferdinand" ;
    schema1:birthDate "1855" ;
    schema1:deathDate "1936" ;
    schema1:description "socioloog, econoom en filosoof" ;
    schema1:familyName "Tönnies" ;
    schema1:givenName "Ferdinand" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c2c197bfdf8747ddf35fd912eb9b0768> ;
    schema1:name "Ferdinand Tönnies" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/18242>,
        wd:Q21163 .

