# Query Type: 2, Modern single-version structured query # Query Description : # Retrieve from the current version, the creative works that are about or mention different topics, along with the topics type. PREFIX cwork: PREFIX rdf: SELECT DISTINCT ?creativeWork ?v1 FROM WHERE { ?creativeWork cwork:about . rdf:type ?v1 . }