com.bigdata.rdf.sparql.ast.eval.opt-complex-2-graphData.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
@prefix rdf: .
@prefix foaf: .
@prefix ex: .
@prefix xsd: .
_:a rdf:type foaf:Person ;
foaf:name "Eve" ;
ex:empId "9"^^xsd:integer .
_:b rdf:type foaf:Person ;
foaf:name "Alice" ;
ex:empId "29"^^xsd:integer ;
ex:healthplan ex:HealthPlanD.
_:c rdf:type foaf:Person ;
foaf:name "Fred" ;
ex:empId "27"^^xsd:integer .
_:e foaf:name "Bob" ;
ex:empId "23"^^xsd:integer ;
ex:healthplan ex:HealthPlanC.
_:f foaf:name "Bob" ;
ex:empId "30"^^xsd:integer;
ex:healthplan ex:HealthPlanB.
_:g rdf:type foaf:Person;
ex:ssn "000000000";
foaf:name "Bert";
ex:department "DeptA" ;
ex:healthplan ex:HealthPlanA.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy