PREFIX dcterms: PREFIX fcrepo: PREFIX foaf: PREFIX ldp: INSERT DATA { GRAPH { dcterms:title "Repository Root" . } GRAPH { a fcrepo:RepositoryRoot , fcrepo:Resource , fcrepo:Container , ldp:Resource , ldp:Container , ldp:BasicContainer , ldp:RDFSource ; fcrepo:created "$timestamp"^^xsd:dateTime ; fcrepo:lastModified "$timestamp"^^xsd:dateTime ; . } GRAPH { a ; foaf:primaryTopic . a ; foaf:primaryTopic . } }