@prefix schema: <http://schema.org/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a schema:CreativeWork;
  schema:hasPart
    <person/>,
    <place/>.
