@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/117099> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wordsmith" ;
    ns1:birthDate "1980"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2921044/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/666> ;
    ns1:name "Wordsmith" ;
    skos:exactMatch <http://dbpedia.org/resource/Anthony_Parker_(musician)>,
        <http://www.wikidata.org/entity/Q42382798>,
        <https://musicbrainz.org/artist/1f58f11c-6ee5-415e-813c-310a972b1401> .

