@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/1008066> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ross Edwards" ;
    ns1:birthDate "1943-12-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2147714/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ross Edwards" ;
    skos:exactMatch <http://dbpedia.org/resource/Ross_Edwards_(composer)>,
        <http://www.wikidata.org/entity/Q163122>,
        <https://id.loc.gov/authorities/names/n78027095>,
        <https://musicbrainz.org/artist/0d035e63-94b9-42ba-9c2a-d35541d4a1cf> .

