@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/11003> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Tim Ries" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/454>,
        <http://data.carnegiehall.org/instruments/460>,
        <http://data.carnegiehall.org/instruments/654>,
        <http://data.carnegiehall.org/instruments/896> ;
    ns2:birthDate "1959"^^xsd:gYear ;
    ns2:birthPlace <https://sws.geonames.org/4990729/> ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Tim Ries" ;
    skos:exactMatch <http://dbpedia.org/resource/Tim_Ries>,
        <http://www.wikidata.org/entity/Q2434243>,
        <https://id.loc.gov/authorities/names/n2002066545>,
        <https://musicbrainz.org/artist/08ebf27c-3057-461f-b8fe-8d3ec6619816> .

