@prefix p: <http://a.example/> .
<http://a.example/s> <http://a.example/p> p:o#comment
.

<http://example/graph> {
  <http://a.example/s> <http://a.example/p> <http://a.example/o>#comment
  .
}