All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcases.SeRQL.construct.test031-in.ttl Maven / Gradle / Ivy

There is a newer version: 3.7.7
Show newest version
# 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