@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/1010636> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frank Ferko" ;
    ns1:birthDate "1950-06-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5146491/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frank Ferko" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_Ferko>,
        <http://www.wikidata.org/entity/Q5486584>,
        <https://id.loc.gov/authorities/names/n97091449>,
        <https://musicbrainz.org/artist/94d765b1-e98f-46fe-801e-a4be87bc2bc5> .

