@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/133987> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jake Runestad" ;
    ns1:birthDate "1986-05-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4907959/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Jake Runestad" ;
    skos:exactMatch <http://dbpedia.org/resource/Jake_Runestad>,
        <http://id.loc.gov/authorities/names/no2015050083>,
        <http://www.wikidata.org/entity/Q18377878>,
        <https://musicbrainz.org/artist/6c8bc94b-b746-44d2-a4ac-20b411acb47f> .

