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

Improve knowledge gap JSON output. #7

Open
bnouwt opened this issue Feb 25, 2025 · 0 comments
Open

Improve knowledge gap JSON output. #7

bnouwt opened this issue Feb 25, 2025 · 0 comments

Comments

@bnouwt
Copy link
Contributor

bnouwt commented Feb 25, 2025

The extended SPARQL results which include knowledge-gaps can be improved. The pattern has missing spaces before objects which are variables and maybe the pattern can be printed as a single string instead of a array of strings. The gaps should probably remain an array of strings, because they are not necessary related to each other. 👍

Example output below with domain specific parts left out.

{
	"head": {
		"vars": [
			...
		]
	},
	"results": {
		"bindings": []
	},
	"knowledge_gaps": [
		{
			"pattern": [
				...
			],
			"gaps": [
				[
					...
				]
			]
		}
	]
}
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

When branches are created from issues, their pull requests are automatically linked.

1 participant