@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/1026639> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Germaine Franco" ;
    ns1:birthDate "1987-07-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5367929/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Germaine Franco" ;
    skos:exactMatch <http://dbpedia.org/resource/Germaine_Franco>,
        <http://www.wikidata.org/entity/Q62732315>,
        <https://id.loc.gov/authorities/names/no2016018182>,
        <https://musicbrainz.org/artist/b85ab6cb-4b6d-41f7-b367-3f15131c732b> .

