@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/1030947> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stephen L. Mosko" ;
    ns1:birthDate "1947-12-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5419384/> ;
    ns1:deathDate "2005-12-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Stephen L. Mosko" ;
    skos:exactMatch <http://dbpedia.org/resource/Stephen_L._Mosko>,
        <http://www.wikidata.org/entity/Q16016536>,
        <https://id.loc.gov/authorities/n83017386>,
        <https://musicbrainz.org/artist/d1662b23-3ae7-41a8-9a98-3d98ea9c81b7> .

