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

com.bigdata.rdf.sparql.ast.eval.nested_optionals.trig Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
@prefix :  .
@prefix rdf:  .
@prefix rdfs:  .

: {
:Mike rdf:type :Person .
:Jane rdf:type :Person .
:Bryan rdf:type :Person .
:Mike rdf:type :Object .
:Jane rdf:type :Object .
:Bryan rdf:type :Object .
:Mike rdfs:label "mike label" .
:Mike rdfs:comment "mike comment" .
:Jane rdfs:label "jane label" .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy