Skip to content
Snippets Groups Projects
Commit 3ddf4542 authored by Leon Michel Gorißen's avatar Leon Michel Gorißen
Browse files

Docs: Create metadata page

parent 8221c76a
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix aps: <https://purl.org/coscine/ap/> .
@prefix fwwl: <https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/metadata/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
<https://purl.org/coscine/ap/27b71923-e2f5-41cd-aefd-16962a777ef0/> dcterms:created "2024-05-16"^^xsd:date ;
dcterms:creator "Leon Gorißen" ;
......@@ -60,7 +62,7 @@
sh:description "Enter the type of data according to ISO 9283."@en, "Geben Sie den Datentype nach ISO 9283 an."@de ;
sh:name "Datatype"@en, "Datentyp"@de ;
sh:order 5 ;
sh:path dcterms:datatype ;
sh:path fwwl: ; # TODO These URLs should ideally be unique and point to definitions or resources that precisely describe these specific fields. If no such URLs exist, you might need to create or find them.
sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
......@@ -68,7 +70,7 @@
sh:description "Enter the velocity scaling factor."@en, "Geben Sie den Geschwindigkeitsskalierungsfaktor an."@de ;
sh:name "Geschwindigkeitsskalierungsfaktor"@de, "Velocity scaling factor"@en ;
sh:order 6 ;
sh:path dcterms:datatype ;
sh:path <> ; # TODO These URLs should ideally be unique and point to definitions or resources that precisely describe these specific fields. If no such URLs exist, you might need to create or find them.
sh:datatype xsd:float ;
sh:minCount 1 ;
sh:minLength 1 ;
......@@ -76,7 +78,7 @@
sh:description "Enter the acceleration scaling factor."@en, "Geben Sie den Beschleunigungsskalierungsfaktor an."@de ;
sh:name "Acceleration scaling factor"@en, "Beschleunigungsskalierungsfaktor"@de ;
sh:order 7 ;
sh:path dcterms:datatype ;
sh:path <> ; # TODO These URLs should ideally be unique and point to definitions or resources that precisely describe these specific fields. If no such URLs exist, you might need to create or find them.
sh:datatype xsd:float ;
sh:minCount 1 ;
sh:minLength 1 ;
......@@ -84,7 +86,7 @@
sh:description "Enter the robot UUID. To get a robot UUID for your robot please use: https://www.uuidgenerator.net/api/version4"@en, "Geben Sie die Roboter UUID an. Um eine Roboter UUID für Ihren Roboter zu erhalten nutzen Sie bitte: https://www.uuidgenerator.net/api/version4"@de ;
sh:name "Robot UUID"@en, "Roboter UUID"@de ;
sh:order 8 ;
sh:path dcterms:datatype ;
sh:path dc:identifier ; # Use Dublin Core Identifier for Robot UUID
sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
......@@ -92,7 +94,7 @@
sh:description "Enter the robot description. E.g. model and manufacturer"@en, "Geben Sie die Roboter Beschreibung an. Das kann bspw. Model und Hersteller sein."@de ;
sh:name "Robot description"@en, "Roboter Beschreibung"@de ;
sh:order 9 ;
sh:path dcterms:datatype ;
sh:path <> ; # TODO These URLs should ideally be unique and point to definitions or resources that precisely describe these specific fields. If no such URLs exist, you might need to create or find them.
sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
......
......@@ -5,9 +5,11 @@ Contents
.. toctree::
:maxdepth: 2
catkin.md
coscine.md
franka.md
catkin
coscine
franka
metadata
Indices and tables
------------------
......
########
Metadata
########
**********
Robot UUID
**********
.. list-table:: Robot UUID
:width: 30 70
:header rows: 1
* - Vocabulary:
- Custom
* - URI
-
* - Label
-
* - Comment
-
* - Datatype
-
********
Datatype
********
.. list-table:: Datatype
:width: 30 70
:header rows: 1
* - Vocabulary:
-
* - URI
-
* - Label
-
* - Comment
-
* - Datatype
-
*********************
Velocityscalingfactor
*********************
.. list-table:: Velocityscalingfactor
:width: 30 70
:header rows: 1
* - Vocabulary:
-
* - URI
-
* - Label
-
* - Comment
-
* - Datatype
-
*************************
Accelerationscalingfactor
*************************
.. list-table:: Accelerationscalingfactor
:width: 30 70
:header rows: 1
* - Vocabulary:
-
* - URI
-
* - Label
-
* - Comment
-
* - Datatype
-
**********
Git Commit
**********
.. list-table:: Git Commit
:width: 30 70
:header rows: 1
* - Vocabulary:
-
* - URI
-
* - Label
-
* - Comment
-
* - Datatype
-
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment