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

com.bigdata.rdf.sparql.ast.eval.search-named-graphs5.trig Maven / Gradle / Ivy

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

{
    :Mike rdf:type foaf:Person .
    :Bryan rdf:type foaf:Person .
    :Bryan foaf:knows :Mike .
    :Mike foaf:knows :Bryan .
}

:g1 {
	:Mike rdfs:label "Mike Personick" .
	:Bryan rdfs:label "Bryan Thompson" .
}

:g2 {
	:Mike rdfs:label "Mike" .
	:Bryan rdfs:label :Bryan .
}

:g3 {
	:DC rdfs:label "DC" .
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy