Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDFLib: SPARQL to support navigation in Graph #38

Closed
4 tasks done
tian3rd opened this issue Dec 21, 2022 · 5 comments · Fixed by #40
Closed
4 tasks done

RDFLib: SPARQL to support navigation in Graph #38

tian3rd opened this issue Dec 21, 2022 · 5 comments · Fixed by #40
Assignees

Comments

@tian3rd
Copy link
Contributor

tian3rd commented Dec 21, 2022

Add properties such as:

  • g.value to find out any triple that has a single rdf:value
  • g.subjects to extract all subjects in the graph
  • g.predicates
  • g.objects
@tian3rd tian3rd self-assigned this Dec 21, 2022
@gjwgit gjwgit changed the title RDFLib: navigation in Graph RDFLib: SPARQL to support navigation in Graph Dec 19, 2023
@gjwgit
Copy link
Contributor

gjwgit commented Dec 19, 2023

This is perhaps implementing a subset of SPARQL - BGP (Basic Graph Patterns) - graph queries/triple matching. Sergio to advise.

@gjwgit gjwgit transferred this issue from anusii/rdflib Jun 1, 2024
@zheyxu zheyxu self-assigned this Jul 9, 2024
@zheyxu
Copy link
Collaborator

zheyxu commented Jul 9, 2024

For reference: https://www.w3.org/TR/sparql11-overview/

@gjwgit
Copy link
Contributor

gjwgit commented Jul 9, 2024

Identify the key functionality we want to use in our apps now and focus on them.

@gjwgit gjwgit transferred this issue from anusii/solidpod Jul 10, 2024
@zheyxu
Copy link
Collaborator

zheyxu commented Jul 10, 2024

g.subjects, g.predicates and g.objects are updated with optional arguments.

@zheyxu
Copy link
Collaborator

zheyxu commented Jul 10, 2024

Made pr #40

@zheyxu zheyxu linked a pull request Jul 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants