Skip to content

Comments

Assigment1-Prueba#115

Open
RodrigoDuranAndres wants to merge 5 commits intoFacultadInformatica-LinkedData:masterfrom
RodrigoDuranAndres:patch-1
Open

Assigment1-Prueba#115
RodrigoDuranAndres wants to merge 5 commits intoFacultadInformatica-LinkedData:masterfrom
RodrigoDuranAndres:patch-1

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