@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/1020168> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Florian Ross" ;
    ns1:birthDate "1972"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2853969/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Florian Ross" ;
    skos:exactMatch <http://dbpedia.org/resource/Florian_Ross>,
        <http://id.loc.gov/authorities/names/no00041150>,
        <https://musicbrainz.org/artist/293ac468-2e5f-4701-ba3d-560b37e4e9ca> .

