@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
<http://test.org>
rdfa:usesVocabulary schema: .
<http://test.org/alice/posts/trouble_with_bob>
rdf:type schema:BlogPosting;
dc:title "The trouble with Bob";
dc:creator <http://test.org#me>;
schema:articleBody """
The trouble with Bob is that he takes much better photos than I do:
""" .