@prefix ns1: <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/1006924> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dick Rogers" ;
    ns1:birthDate "1912"^^xsd:gYear ;
    ns1:deathDate "1970"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Dick Rogers" ;
    skos:exactMatch <http://dbpedia.org/resource/Dick_Rogers>,
        <http://www.wikidata.org/entity/Q27058037>,
        <https://id.loc.gov/authorities/names/n2001121577>,
        <https://musicbrainz.org/artist/98a34311-252b-4715-85d8-4ed18459634b> .

