testcases.SeRQL.construct.test032-out.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-serql-testsuite Show documentation
Show all versions of rdf4j-serql-testsuite Show documentation
Test suite for the SeRQL query language
# Input file for SeRQL CfwQuery test
# description: query for datatyped literals.
@prefix rdf: .
@prefix ex: .
[] rdf:type ex:Person;
ex:name "NameA".
[] rdf:type ex:Person;
ex:name "NameB".
© 2015 - 2025 Weber Informatics LLC | Privacy Policy