1@prefix : <http://example/> .
2{
3_:0b :p :o . # Starts with digit
4_:_b :p :o . # Starts with underscore
5_:b.0 :p :o . # Contains dot, ends with digit
6}
7