@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1005379> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daniel Gottlob Türk" ;
    ns1:birthDate "1750-08-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2939997/> ;
    ns1:deathDate "1813-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Daniel Gottlob Türk" ;
    skos:exactMatch <http://dbpedia.org/resource/Daniel_Gottlob_T%C3%BCrk>,
        <http://id.loc.gov/authorities/names/n81097545>,
        <http://www.wikidata.org/entity/Q216090>,
        <https://musicbrainz.org/artist/5af3bfbf-cf74-4ae7-a1de-7a9759f36986> .

