@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/1022277> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Brendon Urie" ;
    ns1:birthDate "1987-04-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5546220/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Brendon Urie" ;
    skos:exactMatch <http://dbpedia.org/resource/Brendon_Urie>,
        <http://id.loc.gov/authorities/names/n2009059456>,
        <http://www.wikidata.org/entity/Q1047474>,
        <https://musicbrainz.org/artist/fa9b664a-cfd0-4088-8ed4-a4d7045d351f> .

