Knowledge & Data Engineering Project; Uplifiting F1 Data into RDF
Which driver won race Y in season X ? Which constructor won the Y race in season X? Which circuit had the fastest lap time in season X? Which driver recorded the slowest lap time in year X ? What was the slowest lap time in year / season X? Which driver won the most races in season Y? Which driver won the championship in season X? Which constructor won the championship in season Y? Which driver got the most pole positions in season Y? Which constructor got the most pole positions in season Y?
http://example.org/f1/DriverStandings
http://example.org/f1/LapTimes
http://example.org/f1/Results
http://example.org/f1/Qualifying
http://example.org/f1/ConstructorStandings
http://example.org/f1/ConstructorResults
http://example.org/f1/PitStops
http://example.org/f1/Driver
http://example.org/f1/Race
http://example.org/f1/Status
http://example.org/f1/Constructor
http://example.org/f1/Circuit
http://example.org/f1/Season
http://example.org/f1/driverid
http://example.org/f1/driverstandingsid
http://example.org/f1/points
http://example.org/f1/position
http://example.org/f1/raceid
http://example.org/f1/wins
http://example.org/f1/lap
...
Follow the StarDog documnentation to create a local stardog server.
- Start Server
stardog-admin server start --disable-security
- (Optional) If querying to graph database externally, tunnel localhost port
./ngrok http 5820
-
Load database through interface using
full_output_2.ttl
-
Get querying! Existing Sampel Queries in
SPARQL_F1_queries
Go to WebOwl Visual and Upload file f1_w_restrictions.owl
to visualise ontology.
Documentation of Ontology is done using Widoco. Output files are in F1_Ontology_Documentation/
folder.
Name | Datasets |
---|---|
Rob | circuits, lapTimes, pitStops |
Uzair | constructor, constructorsStandings, constructorsResults |
Sophie | drivers,driverStandings, results |
Dhruv | races, seasons |
Warren | status, qualifying |