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 sesame-store-testsuite Show documentation
Show all versions of sesame-store-testsuite Show documentation
Test suite for SAIL and Repository API
# 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 .
© 2015 - 2024 Weber Informatics LLC | Privacy Policy