-
Notifications
You must be signed in to change notification settings - Fork 1
MWalkPoint RDF
Andre Antakli edited this page Sep 3, 2021
·
6 revisions
Basically, an MWalkPoint Description resource from RDF type mosim:MWalkPoint
(where mosim:
is the @prefix of http://www.ajan.de/mosim-ns#) has the following parameters:
Subjects:
- <MWalkPoint> is a RDF Blank Node or a URI representing a MWalkPoint Resource
- <Transform> is a RDF Blank Node representing a MTransform Resource
Namspaces:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
@prefix mosim: <http://www.ajan.de/mosim-ns#>
RDF Structure: MWalkPoint
Subject | Predicate | Object | Literal Description |
---|---|---|---|
<MWalkPoint> | rdf:type | mosim:MWalkPoint | |
<MWalkPoint> | mosim:transfrom | <Transform> | RDF Blank Node representing MTransform resource |
<Transform> | rdf:type | mosim:MTransform | |
<Transform> | mosim:id | <xsd:string> | from MTransform.ID |
<Transform> | mosim:object | <xsd:string> | Base64 encoded MTransform Representation |
Optional RDF Predicate: Path Length, created by the MOSIM Path Available Node:
Subject | Predicate | Object | Literal Description |
---|---|---|---|
<MWalkPoint> | mosim:pathLength | <xsd:double> | Length of the Path to that MWalkPoint |
@prefix mosim: <http://www.ajan.de/mosim-ns#> .
_:abce # MWalkPoint Instance URI
rdf:type mosim:MWalkPoint ;
mosim:transfrom [
rdf:type mosim:MTransform ;
mosim:id "1" ;
mosim:object "asfafasffe4bl33333jnfoipn8824eo1oiri8035351..." ] ;
mosim:pathLength "2.0"^^xsd:double . # Optional