@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/1019834> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chris Martin" ;
    ns1:birthDate "1977-03-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2634057/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chris Martin" ;
    skos:exactMatch <http://dbpedia.org/resource/Chris_Martin>,
        <http://id.loc.gov/authorities/names/no2006093548>,
        <http://www.wikidata.org/entity/Q712860>,
        <https://musicbrainz.org/artist/98d1ec5a-dd97-4c0b-9c83-7928aac89bca> .

