The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix : <http://example/> .
{
_:0b :p :o . # Starts with digit
_:_b :p :o . # Starts with underscore
_:b.0 :p :o . # Contains dot, ends with digit
}