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

Querying with wildcard character is not working #13

Open
yfaria opened this issue Jul 21, 2021 · 0 comments
Open

Querying with wildcard character is not working #13

yfaria opened this issue Jul 21, 2021 · 0 comments

Comments

@yfaria
Copy link
Contributor

yfaria commented Jul 21, 2021

The query [* x] is not working properly.
As can be seen in #12, this is converted to SPARQL to PREFIX mrs: <http://www.delph-in.net/schema/mrs#> PREFIX delph: <http://www.delph-in.net/schema/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?x0 ?x2 WHERE { ?x1 mrs:role ?x2 . ?x0 mrs:hasEP ?x1 . ?x0 rdf:type mrs:MRS . }; and delphin-rdf produces RDFs that doesn't use mrs:role directly; but it uses subproperties of it like ARG1 or RSTR.

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

No branches or pull requests

1 participant