@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/1026674> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rene Orth" ;
    ns1:birthPlace <https://sws.geonames.org/4684888/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Rene Orth" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2012080597>,
        <https://musicbrainz.org/artist/2d39c6cd-47c2-4213-9274-8c34b98b6e9a> .

