We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX fact: <http://dbpedia.org/fact-extraction/> PREFIX res: <http://it.dbpedia.org/resource/>
SELECT ?player ?competition ?when FROM <http://it.dbpedia.org/fact-extraction/unsupervised> WHERE { ?player dbo:careerStation ?activity . ?activity fact:competition ?competition ; fact:time ?when . }