@prefix md: <http://www.w3.org/ns/md#> .
@prefix schema: <http://schema.org/> .

<0001.html> md:item ([ a schema:Person; schema:name "Gregg Kellogg"]) .
