- I am trying to query the virtual graph using SPARQL, queried multiple node but getting 0 results every time. what can be the issues?
Sample query -
PREFIX E_Part: tag:stardog:designer:E_Part_Project:E_Part_Model:
SELECT ?number ?id ?load_timestamp
WHERE {
E_Part:En_raw_material_t En_Parts:cas_id ?number
}
- How can we perform the data mapping from Databricks Unity Catalog tables and how do we validate the data has been mapped correctly?