
xsparql.testcases-dawg.data-r2.construct.data-ident.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xsparql-test-suite Show documentation
Show all versions of xsparql-test-suite Show documentation
XSPARQL compliance test suite
The newest version!
@prefix foaf: .
@prefix rdf: .
@prefix rdfs: .
_:alice
rdf:type foaf:Person ;
foaf:name "Alice" ;
foaf:mbox ;
foaf:knows _:bob ;
.
_:bob
rdf:type foaf:Person ;
foaf:name "Bob" ;
foaf:knows _:alice ;
foaf:mbox ;
foaf:mbox ;
.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy