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

com.bigdata.rdf.sparql.ast.eval.reif.rdr-03a.ttl Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
# prefix :  .
# :a1  :b  :c .
# :a2  :b  :c .
# <<:a2 :b :c>>  :d  :e .
# <<:a3 :b :c>>  :d  :e .

@prefix :           . 
@prefix rdf:        . 

:a1  :b  :c .
:a2  :b  :c .

_:s1 rdf:subject   :a2 .
_:s1 rdf:predicate :b .
_:s1 rdf:object    :c .
_:s1 rdf:type      rdf:Statement .

_:s2 rdf:subject   :a3 .
_:s2 rdf:predicate :b .
_:s2 rdf:object    :c .
_:s2 rdf:type      rdf:Statement .

_:s1 :d :e .

_:s2 :d :e .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy