@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/1029670> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Grothe" ;
    ns1:birthDate "1908-09-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1982-09-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Franz Grothe" ;
    skos:exactMatch <http://dbpedia.org/resource/Franz_Grothe>,
        <http://www.wikidata.org/entity/Q316615>,
        <https://id.loc.gov/authorities/nr92000430>,
        <https://musicbrainz.org/artist/cb715306-a372-47b9-ba70-30ea53376f43> .

