You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Ejemplo Subject2:
Ejemplo Predicate1:
Ejemplo Predicate2:
Ejemplo Predicate2:
Ejemplo Object1:
Ejemplo Complex1
Or some things like this.
The text was updated successfully, but these errors were encountered: