sap-hana-triple
Installation
SKILL.md
SAP HANA Cloud Triple Store — SPARQL 1.1 / Knowledge Graphs
HANA Cloud's Triple Store is SPARQL 1.1 over a graph workspace. You model your domain as RDF triples (subject, predicate, object), load them, and query with SPARQL.
Graph workspace
CREATE GRAPH IF NOT EXISTS COE_PILOT WORKSPACE;
Modeling — ontology in Turtle
@prefix : <http://coe.example/customer#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .