@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/p157627187> a schema1:Person ;
    rdfs:label "Song Gaozong (1107-1187)" ;
    schema1:alternateName "Gaozong",
        "Sung Kao-tsung",
        "Zhao Gou",
        "赵构",
        "高宗" ;
    schema1:birthDate "1107" ;
    schema1:deathDate "1187" ;
    schema1:familyName "Gaozong" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fb31479bebcbea4798fc2579ce6a943a> ;
    schema1:name "Song Gaozong" ;
    schema1:sameAs <http://viaf.org/viaf/62348390>,
        wd:Q7489,
        <https://isni.org/isni/0000000122808244> .

