You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-gen/content-archive/Others/approach_primer.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ The reference mapping between the Vehicle Signal Specification (VSS) and this S2
43
43
|**Support for cross-domain references**| Multiple cross-referenced domains are supported natively by the language (useful for contextual data). |
44
44
|**Community & Tools**| Data model can be used in multiple up-to-date public tools. Modeling approach is based on a language that is already established in the open community. |
45
45
46
-

46
+

47
47
#### Goal
48
48
- To minimize the effort needed to develop, extend, and maintain vehicle-related semantic data models.
49
-

49
+

50
50
#### Artifact
51
51
- A guideline on how to model vehicle-related data with proper semantics and good practices.
52
52
@@ -64,7 +64,7 @@ In the case that no existing data matches his needs, simple steps must allow the
64
64
To that end, such a process is proposed with the following ideas:
65
65
66
66
67
-

67
+

68
68
69
69
### Idea (1): Maintain Entity and Property sets
70
70
In an application, most of the value is centered around what one can read or write.
Copy file name to clipboardExpand all lines: docs-gen/content/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,27 @@ The _Simplified Semantic Data Modeling_ (`S2DM`) is an approach for modeling dat
7
7
It is **_simple_** in the sense that any _Subject Matter Expert_ (SME) could contribute to a controlled vocabulary with minimal data modeling expertise.
8
8
Likewise, it is **_semantic_** in the sense that it specifies meaningful data structures, their cross-domain relationships, and arbitrary classification schemes.
9
9
10
-
{{< callout type="note">}}
10
+
{{< callout context="note">}}
11
11
Bear in mind the word _**Simplified**_ in the name.
12
12
This approach aims to foster the adoption of (some) good data modeling practices.
13
13
It does not intend to re-invent or replace long-standing standards, such as those of the [Semantic Web](https://www.w3.org/2001/sw/wiki/Main_Page).
14
14
Therefore, it does not incorporate advanced reasoning capabilities or comprehensive ontologies typically associated with traditional semantic data modeling.
15
15
{{< /callout >}}
16
16
17
17
<divclass="w-100 my-4">
18
-
<imgsrc="/images/s2dm_role.png"alt="S2DM Role Overview"class="img-fluid w-100"style="max-width: 100%; height: auto;">
18
+
<imgsrc="/s2dm/images/s2dm_role.png"alt="S2DM Role Overview"class="img-fluid w-100"style="max-width: 100%; height: auto;">
19
19
</div>
20
20
21
21
The figure above ilustrates the role of the `S2DM` approach.
22
22
One can distinghish three areas:
23
23
the re-use of existing resources (left), the artifacts offered by `S2DM` (center), and the resulting domain data model created and maintained with `S2DM` artifacts (right).
24
24
25
25
### Getting started
26
-
* Get a basic understanding of the [S2DM approach](/approach-overview).
27
-
* Model your domain following the [S2DM data modeling guideline](/data-modeling-guideline).
28
-
* Maintain your domain model with the support of the provided [S2DM tools](/tools).
26
+
* Get a basic understanding of the [S2DM approach](/s2dm/docs/approach-overview).
27
+
* Model your domain following the [S2DM data modeling guideline](/s2dm/docs/data-modeling-guideline).
28
+
* Maintain your domain model with the support of the provided [S2DM tools](/s2dm/docs/tools).
29
29
30
-
{{< callout type="tip" >}}
30
+
{{< callout context="tip" >}}
31
31
`S2DM` artifacts are based on the following existing resources. Getting familiar with them is recommended.
32
32
33
33
-**Modeling languages and vocabularies**
@@ -37,5 +37,5 @@ the re-use of existing resources (left), the artifacts offered by `S2DM` (center
37
37
-**Tools**
38
38
-[rdflib](https://rdflib.readthedocs.io): For working with RDF data in Python (e.g., `SKOS`).
39
39
-[graphql-core](https://graphql-core-3.readthedocs.io): For working with `GraphQL` schemas in Python (e.g., `SDL`).
0 commit comments