@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/49786> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Matt Finders" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/757> ;
    ns2:birthDate "1960-02-12"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5367440/> ;
    ns2:name "Matt Finders" ;
    skos:exactMatch <http://dbpedia.org/resource/Matt_Finders>,
        <http://id.loc.gov/authorities/names/no99016765>,
        <http://www.wikidata.org/entity/Q6788634>,
        <https://musicbrainz.org/artist/cb35da0b-5ff0-45e2-84ae-e8f545acee29> .

