The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hello: <http://sadiframework.org/examples/hello.owl#> .
@prefix input: <http://sadiframework.org/examples/t/hello-input.n3#> .

<http://sadiframework.org/examples/t/hello-input.n3#1>
    a hello:NamedIndividual;
    foaf:name "Guy Incognito" .

<http://sadiframework.org/examples/t/hello-input.n3#2>
    a hello:NamedIndividual;
    foaf:name "Homer Simpson" .