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

Como agregar mas variables en el query? / How to Add more variables on query ? #47

Open
jesushd12 opened this issue May 15, 2017 · 0 comments

Comments

@jesushd12
Copy link

Hola, Todos los ejemplos tienen la siguiente sintaxis
SELECT DISTINCT {select} ....
por ejemplo:
SELECT DISTINCT ?x1 WHERE {
?x0 rdf:type foaf:Person.
?x0 rdfs:label "Tom Cruise"@en.
?x0 rdfs:comment ?x1.
}

Mi pregunta es, si es posible agregar mas variables en el SELECT
por ejemplo:
SELECT DISTINCT ?x0 ?x1 WHERE {
?x0 rdf:type foaf:Person.
?x0 rdfs:label "Tom Cruise"@en.
?x0 rdfs:comment ?x1.
}

Saludos

@jesushd12 jesushd12 changed the title Agregar mas variables en el query / Add more variables on query Agregar mas variables en el query? / Add more variables on query ? May 15, 2017
@jesushd12 jesushd12 changed the title Agregar mas variables en el query? / Add more variables on query ? Como agregar mas variables en el query? / How to Add more variables on query ? May 15, 2017
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