SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
CoOp
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
GamePlayMode
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Play mode: CoOp. Co-operative games, where you play on the same team with friends.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000