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

Assigment1-Prueba #115

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

RodrigoDuranAndres
Copy link
Contributor

No description provided.

@ocorcho
Copy link
Member

ocorcho commented Dec 20, 2021

El assignment 4 será revisado por @dgarijo en las próximas semanas. No contará para la calificación final, al haber sido enviado tan tarde.

SELECT DISTINCT ?Persons ?PersonsS WHERE {
?Persons RDF:type ns:Person.
?Subclass RDFS:subClassOf ns:Person.
?PersonsS RDF:type ?Subclass
Copy link
Contributor

Choose a reason for hiding this comment

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

This is listing all persons and the subclasses of person. Instead, it should list all individuals from a subclass of person (including person). It's almost correct, you need to do something like:
?subclass rdfs:subClassOf* ns:Person.
?person rdf:type ?subclass

@dgarijo
Copy link
Contributor

dgarijo commented Dec 21, 2021

Please see the issues with exercise 7.

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.

3 participants