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

Docs: Update metadata page

parent 9e51152e
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
@prefix sh: <http://www.w3.org/ns/shacl#> . @prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix aps: <https://purl.org/coscine/ap/> . @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 fwwl: <https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/metadata.html#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>. @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 ; <https://purl.org/coscine/ap/27b71923-e2f5-41cd-aefd-16962a777ef0/> dcterms:created "2024-05-16"^^xsd:date ;
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
sh:description "Enter the velocity scaling factor."@en, "Geben Sie den Geschwindigkeitsskalierungsfaktor an."@de ; sh:description "Enter the velocity scaling factor."@en, "Geben Sie den Geschwindigkeitsskalierungsfaktor an."@de ;
sh:name "Geschwindigkeitsskalierungsfaktor"@de, "Velocity scaling factor"@en ; sh:name "Geschwindigkeitsskalierungsfaktor"@de, "Velocity scaling factor"@en ;
sh:order 6 ; sh:order 6 ;
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: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:float ; sh:datatype xsd:float ;
sh:minCount 1 ; sh:minCount 1 ;
sh:minLength 1 ; sh:minLength 1 ;
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
sh:description "Enter the acceleration scaling factor."@en, "Geben Sie den Beschleunigungsskalierungsfaktor an."@de ; sh:description "Enter the acceleration scaling factor."@en, "Geben Sie den Beschleunigungsskalierungsfaktor an."@de ;
sh:name "Acceleration scaling factor"@en, "Beschleunigungsskalierungsfaktor"@de ; sh:name "Acceleration scaling factor"@en, "Beschleunigungsskalierungsfaktor"@de ;
sh:order 7 ; sh:order 7 ;
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: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:float ; sh:datatype xsd:float ;
sh:minCount 1 ; sh:minCount 1 ;
sh:minLength 1 ; sh:minLength 1 ;
...@@ -86,7 +86,7 @@ ...@@ -86,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: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:name "Robot UUID"@en, "Roboter UUID"@de ;
sh:order 8 ; sh:order 8 ;
sh:path dc:identifier ; # Use Dublin Core Identifier for Robot UUID sh:path fwwl: ; # Use Dublin Core Identifier for Robot UUID
sh:datatype xsd:string ; sh:datatype xsd:string ;
sh:minCount 1 ; sh:minCount 1 ;
sh:minLength 1 ; sh:minLength 1 ;
...@@ -94,10 +94,20 @@ ...@@ -94,10 +94,20 @@
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: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:name "Robot description"@en, "Roboter Beschreibung"@de ;
sh:order 9 ; sh:order 9 ;
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: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:datatype xsd:string ;
sh:minCount 1 ; sh:minCount 1 ;
sh:minLength 1 ; sh:minLength 1 ;
], [
sh:description "Enter the git commit hash of the running version."@en ;
sh:description "Geben Sie den Git-Commit-Hash der laufenden Version an."@de ;
sh:name "Git Commit"@en ;
sh:name "Git-Commit"@de ;
sh:order 10 ;
sh:path fwwl: ;
sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1
] ; ] ;
sh:targetClass <https://purl.org/coscine/ap/base/> . sh:targetClass <https://purl.org/coscine/ap/base/> .
...@@ -13,13 +13,12 @@ Robot UUID ...@@ -13,13 +13,12 @@ Robot UUID
* - Vocabulary: * - Vocabulary:
- Custom - Custom
* - URI * - URI
- - https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/metadata.html#robot-uuid
* - Label
-
* - Comment * - Comment
- - A Universally Unique identfier obtained from https://www.uuidgenerator.net/api/version4 for a specific physical instance of a robot.
* - Datatype * - Datatype
- - string
******** ********
Datatype Datatype
...@@ -30,15 +29,13 @@ Datatype ...@@ -30,15 +29,13 @@ Datatype
:header rows: 1 :header rows: 1
* - Vocabulary: * - Vocabulary:
- - ISO 8373
* - URI * - URI
- - https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/metadata.html#datatype
* - Label
-
* - Comment * - Comment
- - This can either be ``command`` Trajectory, i.e. specified by the task program or ``attained`` Trajectory which is achieved by the robot in response to the command Trajectory.
* - Datatype * - Datatype
- - string
********************* *********************
Velocityscalingfactor Velocityscalingfactor
...@@ -49,15 +46,9 @@ Velocityscalingfactor ...@@ -49,15 +46,9 @@ Velocityscalingfactor
:header rows: 1 :header rows: 1
* - Vocabulary: * - Vocabulary:
- - http://docs.ros.org/en/jade/api/moveit_ros_planning_interface/html/classmoveit_1_1planning__interface_1_1MoveGroup.html
* - URI * - URI
- - http://docs.ros.org/en/jade/api/moveit_ros_planning_interface/html/classmoveit_1_1planning__interface_1_1MoveGroup.html#a24f5ed1dad9e46d114c0c895b241ddc9
* - Label
-
* - Comment
-
* - Datatype
-
************************* *************************
Accelerationscalingfactor Accelerationscalingfactor
...@@ -68,15 +59,28 @@ Accelerationscalingfactor ...@@ -68,15 +59,28 @@ Accelerationscalingfactor
:header rows: 1 :header rows: 1
* - Vocabulary: * - Vocabulary:
- - http://docs.ros.org/en/jade/api/moveit_ros_planning_interface/html/classmoveit_1_1planning__interface_1_1MoveGroup.html
* - URI
- http://docs.ros.org/en/jade/api/moveit_ros_planning_interface/html/classmoveit_1_1planning__interface_1_1MoveGroup.html#ac82f6937c4a43690bc9fef08c42cee7e
*****************
Robot description
*****************
.. list-table:: Robot description
:width: 30 70
:header rows: 1
* - Vocabulary:
- Custom
* - URI * - URI
- - https://franka-wwl-demonstrator-iop-workstreams-ws-a3-55c043b308e72e51f.pages.git-ce.rwth-aachen.de/metadata.html#robot-description
* - Label
-
* - Comment * - Comment
- - The robot description: model and manufacturer.
* - Datatype * - Datatype
- - string
********** **********
Git Commit Git Commit
...@@ -87,12 +91,8 @@ Git Commit ...@@ -87,12 +91,8 @@ Git Commit
:header rows: 1 :header rows: 1
* - Vocabulary: * - Vocabulary:
- - https://git-scm.com/docs/git-commit
* - URI * - URI
- - https://git-scm.com/docs/git-commit
* - Label
-
* - Comment
-
* - Datatype * - Datatype
- - string
\ 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