Skip to content

examples demonstrate the use of SPARQL queries on an RDF document that is structured with a schema comprising of movies, actors, and genres, using the dotNetRDF library

Notifications You must be signed in to change notification settings

ayoubdkhissi/Atelier_RDF_SPARQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atelier_RDF

The following code is provided as support for the RDF-SPARQL workshop conducted by me and my collogue @aissameXyz as a part of the Web Semantics course taught by Mr. Khalid Amechnoue during the last semester of 2022/2023 in the GINF3 (Software Engineering) program at the National School of Applied Sciences of Tangier.

Code Structure

The code is organized in a way where each query example is inside a static class named "Example(x)" where x represents the example number. Each class has a static function called "Run" which is used to execute the example. In the main program.cs file, you can choose which example to run by uncommenting the appropriate code and running the program

The Schema of IMDB.rdf document

Schema

Notes:

  • In VS code you can install the extension Linked Data to visualize the graph of any rdf document. It also gives the ability to perform multiple operations on the RDF document such as Running Queries, Converting rdf into turtle(ttl), visualizing queries outputs in tabular format...

About

examples demonstrate the use of SPARQL queries on an RDF document that is structured with a schema comprising of movies, actors, and genres, using the dotNetRDF library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages