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

t.beast-examples.1.0.0.source-code.queries.ttl Maven / Gradle / Ivy

The newest version!
@prefix q:  .
@prefix t:  .
@prefix lsq:  .
@prefix qc:  .
@prefix xsd:  .


q:q1a lsq:text "SELECT * { ?s ?p ?o } LIMIT 10" .

q:q2a lsq:text "SELECT * { ?s a ?o } LIMIT 10" .

t:t1a
  a qc:ContainmentTest ;
  qc:sourceQuery q:q1a ;
  qc:targetQuery q:q1a ;
  qc:result "{?p=?p, ?o=?o, ?s=?s, ?v_1=?v_1}" ;
  .





© 2015 - 2025 Weber Informatics LLC | Privacy Policy