@@ -4,7 +4,7 @@ Our KG is stored using the [Resource Description Framework](https://www.w3.org/T
...
@@ -4,7 +4,7 @@ Our KG is stored using the [Resource Description Framework](https://www.w3.org/T
- via a graph database (called a triplestore) by way of [SPARQL queries](https://www.w3.org/TR/sparql11-query/).
- via a graph database (called a triplestore) by way of [SPARQL queries](https://www.w3.org/TR/sparql11-query/).
- in multiple small files that each describe a particular element of the system, with links to related resources (see for instance the description of the [IT'm Factory](https://ci.mines-stetienne.fr/kg8/itmfactory/itm))
- in multiple small files that each describe a particular element of the system, with links to related resources (see for instance the description of the [IT'm Factory](https://ci.mines-stetienne.fr/kg8/itmfactory/itm))
Following the RDF recommendation, the KG identifies every thing using [Internationalized Resource Identifiers](https://www.ietf.org/rfc/rfc3987.txt)(or IRIs). The factory in Mines Saint-Étienne and everything inside makes use of IRIs of the form: https://ci.mines-stetienne.fr/kg{nb}/itmfactory/XXXX where {nb} is the number of your group, and XXXX is the local name of the entity being identified. Mines Saint-Étienne describes its buildings, rooms, spaces, and itself by identifying these things with IRIs of the form: https://ci.mines-stetienne.fr/kg{nb}/emse/XXXX. Additionally, the document at https://ci.mines-stetienne.fr/kg{nb}/index serves as a configuration file that makes explicit which machines the production line consists in, and that links to relevant information.
Following the RDF recommendation, the KG identifies every thing using [Internationalized Resource Identifiers](https://www.ietf.org/rfc/rfc3987.txt)(or IRIs). The factory in Mines Saint-Étienne and everything inside makes use of IRIs of the form: https://ci.mines-stetienne.fr/kg/itmfactory/XXXX where XXXX is the local name of the entity being identified. Mines Saint-Étienne describes its buildings, rooms, spaces, and itself by identifying these things with IRIs of the form: https://ci.mines-stetienne.fr/kg/emse/XXXX. Additionally, the document at https://ci.mines-stetienne.fr/kg/index serves as a configuration file that makes explicit which machines the production line consists in, and that links to relevant information.
To simplify the presentation, from now on, we will use a prefixed notation for all IRIs, according to the following prefix definitions:
To simplify the presentation, from now on, we will use a prefixed notation for all IRIs, according to the following prefix definitions: