@prefix opengov: <http://www.w3.org/ns/opengov#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<http://example.com/votes/example.ttl>
  a opengov:Vote;
  opengov:voteEvent <http://example.com/vote_events/vote-42.ttl>;
  schema:agent <http://example.com/people/john-q-public.ttl>;
  schema:option "yes";
  opengov:politicalGroup <http://example.com/organizations/xyz-party.ttl>;
  opengov:role [a org:Role; skos:prefLabel "Chair"@en] .
