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

Convert partial queries to graph #157

Open
gabrieldelaparra opened this issue Feb 19, 2020 · 0 comments
Open

Convert partial queries to graph #157

gabrieldelaparra opened this issue Feb 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gabrieldelaparra
Copy link
Owner

Como en los objetivos del trabajo, seria bueno poder utilizar el sistema en interfaces de texto, para eso es necesario enviar los contenidos de las WHERE statements, aunque estos esten construidos de manera parcial.

(Algunos de estos es necesario revisarlos)

Ejemplo Subject1:

?var1 
#Should not suggest any entities nor properties, or should suggest most relevant for entities and properties (?v1 ?v2 ?v3); or no suggetions at all should be done.

Ejemplo Subject2:

bar
#Should suggest entities that start with "bar", for predicates and objects, maybe should suggest most relevant (or no suggetions at all should be done for pred and obj).

Ejemplo Predicate1:

?var1 popul
#Should suggest properties that start with "popul". Maybe should suggest most relevant/random for objects. (or no suggetions at all should be done for obj).

Ejemplo Predicate2:

?var1 wdt:P3
#Should suggest predicates that start with 3? Not sure about this one. I think that if the user is writing directly wdt something, it should be ignored and no suggestions should be done.

Ejemplo Predicate2:

wd:Q25 p
#Should suggest predicates that start with "p" for entity "Q25"

Ejemplo Object1:

?var1 wdt:P31 h 
#Should suggest objects that start with "h" on range "wdt:P31" (humans and others)

Ejemplo Complex1

?var1 wdt:P31 wd:Q5
?var1 b
#Should suggest objects that start with "b" on domain "wd:Q5" (born in and others)

Or some things like this.

@gabrieldelaparra gabrieldelaparra added the enhancement New feature or request label Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant