@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/135052> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kurt Peterson" ;
    ns1:birthDate "1948-02-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5274644/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409> ;
    ns1:name "Kurt Peterson" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2005024293>,
        <http://www.wikidata.org/entity/Q23829573>,
        <https://musicbrainz.org/artist/179e798e-36c8-4879-abb1-ab979cdef7ba> .

