-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
use caseIssue to record discussion on a use caseIssue to record discussion on a use case
Description
See https://github.com/w3c/rdf-ucr/wiki/RDF-star-for-recording-commit-deltas-to-an-RDF-graph for the current status of this use case.
Taken from https://w3c.github.io/rdf-star/UCR/rdf-star-ucr.html#annotate-commit-deltas
I want to annotate commit deltas to an RDF graph, e.g.:
r:47e1cf2 a :Commit ;
:delete <<:bob :age 23>> ;
:add <<:bob :age 24>>, <<:bob :gender :male>> .
So that a triple can be searched for across commit history in SPARQL-star.
akuckartz
Metadata
Metadata
Assignees
Labels
use caseIssue to record discussion on a use caseIssue to record discussion on a use case