@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/9308> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Franz Hawlata" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/969> ;
    ns2:birthDate "1963-12-26"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2932069/> ;
    ns2:name "Franz Hawlata" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q105532>,
        <https://id.loc.gov/authorities/no95032075>,
        <https://musicbrainz.org/artist/7040fdd7-e2ea-405e-990c-f13f8e905327> .

