@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#> .

<http://data.carnegiehall.org/names/132446> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Steven Osgood" ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Steven Osgood" ;
    skos:exactMatch <http://dbpedia.org/resource/Steven_Osgood>,
        <http://id.loc.gov/authorities/names/no98087033>,
        <http://www.wikidata.org/entity/Q27063700>,
        <https://musicbrainz.org/artist/ef633c87-0e3d-433a-9852-2ceae1473dd2> .

