@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/101373> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ryan Murphy" ;
    ns1:birthDate "1971"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5280935/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ryan Murphy" ;
    skos:exactMatch <http://dbpedia.org/resource/Ryan_T._Murphy>,
        <http://id.loc.gov/authorities/names/no2011167279>,
        <http://www.wikidata.org/entity/Q7384569>,
        <https://musicbrainz.org/artist/80c23d88-b5c2-4d39-9f14-733e853819f2> .

