@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/49608> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "T. Tertius Noble" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/54> ;
    ns1:birthDate "1867-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2656173/> ;
    ns1:deathDate "1953-05-04"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "T. Tertius Noble" ;
    skos:exactMatch <http://dbpedia.org/resource/T._Tertius_Noble>,
        <http://id.loc.gov/authorities/names/no89010419>,
        <http://www.wikidata.org/entity/Q12902293>,
        <https://musicbrainz.org/artist/dbe418a5-e125-442b-9c72-20e9cc9bc801> .

