testcases.default-graph.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-repository-testsuite Show documentation
Show all versions of rdf4j-repository-testsuite Show documentation
Reusable tests for Repository API implementations
# Default graph
@prefix dc: .
@prefix xsd: .
dc:publisher "Bob" .
dc:date "2004-12-06T00:00:00Z"^^xsd:dateTime .
dc:publisher "Alice" .
dc:date "2005-01-10T00:00:00Z"^^xsd:dateTime .