@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/123310> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dave Mattacks" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns1:birthDate "1948-03-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2650228/> ;
    ns1:name "Dave Mattacks" ;
    skos:exactMatch <http://dbpedia.org/resource/Dave_Mattacks>,
        <http://www.wikidata.org/entity/Q2717544>,
        <https://id.loc.gov/authorities/names/n93054952>,
        <https://musicbrainz.org/artist/88eedc67-59e4-4054-ba12-823542088a9e> .

