SPARQL is a W3C query language standard to retrieve and manipulate data stored in Resource Description Framework (RDF) format, thus including OWL ontologies.
The use of SPARQL queries asks for a SPARQL Endpoint, i.e. a server that can handle HTTP requests. SPARQL Endpoints are typically provided by RDF stores.
This section presents examples of SPARQL Queries tailored for the Factory Data Model. These examples must be intended as templates that can be customized by specifying RDF Datasets.
The full set of SPARQL queries is available in this folder.