SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
OfflineTemporarily
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
GameServerStatus
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Game server status: OfflineTemporarily. Server is offline now but it can be online soon.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000