@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/1029543> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Trevor Horn" ;
    ns1:birthDate "1949-07-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2647021/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Trevor Horn" ;
    skos:exactMatch <http://dbpedia.org/resource/Trevor_Horn>,
        <http://www.wikidata.org/entity/Q313092>,
        <https://id.loc.gov/authorities/n91047641>,
        <https://musicbrainz.org/artist/b81c06a5-341f-4d04-a72e-7738030f792b> .

