Team analytics reports are not yet loaded in the Knowledge Graph for this match.
Score and event data are sourced from the match event feed.
Phase aggregate data is not yet available in the Knowledge Graph for this match. Once analytics reports are loaded, this section will show pressing profiles, build-up patterns, and transition phase metrics for both teams.
Pressing intensity and defensive phase data pending analytics report ingestion.
Coach: Luis de la Fuente
Coach: Rudi Garcia
| # | Player | Status | Events |
|---|---|---|---|
| 1 | David Raya | GK | — |
| 2 | Marc Pubill | Starting | — |
| 3 | Alex Grimaldo | Starting | — |
| 4 | Eric Garcia | Starting | — |
| 8 | Fabian Ruiz | Starting | β½ 30' · β 55' |
| 9 | Gavi | Starting | — |
| 10 | Dani Olmo | Starting | β 86' |
| 11 | Yeremy Pino | Starting | — |
| 15 | Alex Baena | Starting | β 55' |
| 16 | Rodri Β© | Starting | — |
| 21 | Mikel Oyarzabal | Starting | β 79' |
| 22 | Pau CubarsΓ | Starting | π¨ 43' |
| 6 | Mikel Merino | Sub β¬ 86' | β½ 88' |
| 7 | Ferran Torres | Sub β¬ 55' | — |
| 14 | Aymeric Laporte | Sub β¬ — | π¨ 90' |
| 17 | Nico Williams | Sub β¬ 79' | — |
| 20 | Pedri | Sub β¬ 55' | — |
| # | Player | Status | Events |
|---|---|---|---|
| 1 | Thibaut Courtois | GK | β 71' |
| 3 | Arthur Theate | Starting | — |
| 4 | Brandon Mechele | Starting | — |
| 5 | Maxim De Cuyper | Starting | β 60' |
| 7 | Kevin De Bruyne Β© | Starting | π¨ 85' · β 86' |
| 10 | Leandro Trossard | Starting | β 60' |
| 11 | Jeremy Doku | Starting | — |
| 16 | Koni De Winter | Starting | — |
| 17 | Charles De Ketelaere | Starting | β½ 41' |
| 20 | Hans Vanaken | Starting | β 60' |
| 6 | Axel Witsel | Sub β¬ 60' | π¨ 90' |
| 9 | Romelu Lukaku | Sub β¬ 60' | — |
| 12 | Senne Lammens | Sub β¬ 71' | — |
| 18 | Joaquin Seys | Sub β¬ 60' | — |
| 22 | Alexis Saelemaekers | Sub β¬ 86' | — |
Physical performance data is not yet available for this match. Once player analytics reports are loaded, this section will display Total Distance, Total Sprints, Max Top Speed, and Average Top Speed comparisons.
| Player | Event |
|---|---|
| Fabian Ruiz | β½ 30' — Opening goal |
| Mikel Merino | β½ 88' — Winning goal (substitute) |
| Rodri | Β© Captain — Midfield control |
| Pau CubarsΓ | π¨ 43' — Defensive solidity |
| Player | Event |
|---|---|
| Charles De Ketelaere | β½ 41' — Equaliser |
| Kevin De Bruyne | Β© Captain · π¨ 85' — Creative hub |
| Jeremy Doku | Starting winger — Direct threat |
| Romelu Lukaku | Sub β¬ 60' — Second-half target man |
PREFIX fifa: <https://www.openlinksw.com/ontology/fifa#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?homeTeam ?awayTeam ?homeScore ?awayScore ?date ?attendance ?stadium
FROM <urn:worldcup:kg:2026>
WHERE {
?m a fifa:Match ; fifa:matchId "400021538" ;
fifa:homeTeam ?ht ; fifa:awayTeam ?at ;
fifa:homeTeamScore ?homeScore ; fifa:awayTeamScore ?awayScore ; fifa:date ?date .
?ht rdfs:label ?homeTeam . ?at rdfs:label ?awayTeam .
OPTIONAL { ?m fifa:attendance ?attendance }
OPTIONAL { ?m fifa:stadium ?s . ?s rdfs:label ?stadium }
}
βΆ Run live query
PREFIX fifa: <https://www.openlinksw.com/ontology/fifa#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?scorerName ?goalMinute ?teamName ?goalTypeLabel ?assistName
FROM <urn:worldcup:kg:2026>
WHERE {
?m a fifa:Match ; fifa:matchId "400021538" ;
fifa:hasGoal ?goal .
?goal fifa:goalMinute ?goalMinute ;
fifa:player ?p . ?p rdfs:label ?scorerName .
OPTIONAL { ?goal fifa:goalType ?gt . ?gt rdfs:label ?goalTypeLabel }
OPTIONAL { ?goal fifa:team ?t . ?t rdfs:label ?teamName }
OPTIONAL { ?goal fifa:assistPlayer ?ap . ?ap rdfs:label ?assistName }
}
ORDER BY ?goalMinute
βΆ Run live query
PREFIX fifa: <https://www.openlinksw.com/ontology/fifa#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?playerName ?minute ?cardLabel ?teamName
FROM <urn:worldcup:kg:2026>
WHERE {
?m a fifa:Match ; fifa:matchId "400021538" ;
fifa:hasBooking ?b .
?b fifa:bookingMinute ?minute ;
fifa:player ?p . ?p rdfs:label ?playerName .
OPTIONAL { ?b fifa:bookingCard ?card . ?card rdfs:label ?cardLabel }
OPTIONAL { ?b fifa:team ?t . ?t rdfs:label ?teamName }
}
ORDER BY ?minute
βΆ Run live query
Match KG IRI: fifa:Match-400021538
SPARQL Endpoint: demo.openlinksw.com/sparql
FIFA Article: Merino books Spain semi-final with France
fifa-ontology-navigator rdf-infographic-skill
Model: Claude (opencode/big-pickle)
CLI: opencode run
Date: 10 July 2026
OpenLink Virtuoso at demo.openlinksw.com
Ontology: fifa:Ontology
urn:worldcup:kg:2026 — Events, squads, articlesurn:worldcup:kg:2026:analytics — Team/player analytics
https://demo.openlinksw.com/describe/?url={encodedIRI}
All data sourced live via SPARQL queries against the FIFA World Cup 2026 Knowledge Graph. Coaches filtered by fifa:CoachRole-0 (Head Coach). Analytics reports not yet available for this match.
Β© 2026 OpenLink Software · FIFA World Cup 2026 Match Intelligence