testcases.SeRQL.construct.test031-in.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: .
ex:A rdf:type ex:Person;
ex:name "NameA";
ex:id "A1".
ex:B rdf:type ex:Person;
ex:name "NameB";
ex:id "B1";
ex:id "B2".
© 2015 - 2025 Weber Informatics LLC | Privacy Policy