@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/1010147> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Steve Perry" ;
    ns1:birthDate "1963-10-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5140405/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Steve Perry" ;
    skos:exactMatch <http://dbpedia.org/resource/Steve_Perry_(Oregon_musician)>,
        <http://www.wikidata.org/entity/Q7613592>,
        <https://id.loc.gov/authorities/names/no98097793>,
        <https://musicbrainz.org/artist/1c538b4f-0f31-4ddb-8768-f22b6b6045bb> .

