@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/1026214> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Gerok" ;
    ns1:birthDate "1815-01-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2817927/> ;
    ns1:deathDate "1890-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Karl Gerok" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Gerok>,
        <http://id.loc.gov/authorities/names/nr91042735>,
        <http://www.wikidata.org/entity/Q111367>,
        <https://musicbrainz.org/artist/57c3b4f5-1fc7-48b0-a9da-8a50732b0b69> .

