Skip to content

Assignment 4#21

Closed
Saramambin wants to merge 2 commits into
FacultadInformatica-LinkedData:masterfrom
Saramambin:master
Closed

Assignment 4#21
Saramambin wants to merge 2 commits into
FacultadInformatica-LinkedData:masterfrom
Saramambin:master

Conversation

@Saramambin

Copy link
Copy Markdown
Contributor

Tarea 4 obligatoria completada

Tarea 4 obligatoria completada

@dgarijo dgarijo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Task is wrong. Please have a look.

SELECT ?name ?type WHERE {
?person rdfs:label ?name .
?person a ?type .
FILTER(?name IN ("Asun", "Raul", "Fantasma"))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct. You are not asking the right query: you are looking at the solution and filtering it.


SELECT ?name WHERE {
?person rdfs:label ?name .
FILTER(?name IN ("Asun", "Raul", "Oscar"))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct. You are not asking the right query: you are looking at the solution and filtering it.

@Saramambin Saramambin closed this Oct 21, 2025
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

Successfully merging this pull request may close these issues.

2 participants