@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K12-373> a schema:Person;
  schema:description "George Furth (born George Schweinfurth; December 14, 1932 – August 11, 2008) was an American librettist, playwright, and actor."@en;
  schema:disambiguatingDescription "Actor, Playwright, Librettist";
  schema:hasOccupation "Actor, Playwright, Librettist";
  schema:name "George Furth";
  schema:sameAs <http://www.wikidata.org/entity/Q1383628>,
    <https://en.wikipedia.org/wiki/George_Furth>,
    <https://www.imdb.com/name/nm0299149/>,
    <https://fr.wikipedia.org/wiki/George_Furth>,
    <https://isni.org/isni/0000000022625862>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
