SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
DislikeAction
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Class
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000