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
DataIntegration (2) is the Corporate Memory component which enables integration of datasets into a single consistent knowledge graph.
22
+
_Build_ (2) is the Corporate Memory component which enables integration of datasets into a single consistent knowledge graph.
23
23
Datasets in their original format are mapped to RDF schemata and then linked to and persisted into a knowledge graph.
24
24
The data integration is performed semi-automatically based on domain-specific integration rules and vocabularies (OWL ontologies).
25
25
Corporate Memory supports multiple kinds of source integration data sources (6) such as SQL databases or files of different formats.
26
-
These files can be processed with DataIntegration either locally or on a remote Spark cluster (7).
26
+
These files can be processed with _Build_ either locally or on a remote Spark cluster (7).
27
27
28
-
DataManager (3) is a single-page JavaScript application which enables creating and managing knowledge graphs based on established W3C standards.
28
+
_Explore_ (3) is a single-page JavaScript application which enables creating and managing knowledge graphs based on established W3C standards.
29
29
It is a generic data browser suitable to edit, explore and query the created knowledge graph.
30
-
DataManager provides convenient options to create specific data views by using [Shapes Constraint Language](https://www.w3.org/TR/shacl/) (SHACL).
30
+
_Explore_ provides convenient options to create specific data views by using [Shapes Constraint Language](https://www.w3.org/TR/shacl/) (SHACL).
31
31
32
-
DataPlatform (4) is a semantic middleware application which provides a unified access to semantic graph data.
33
-
Additionally, DataPlatform manages authorization of the users according to the access control lists defined in the Triple Store.
34
-
The knowledge graph is stored in a quad store (5) connected to DataPlatform.
35
-
This can either be a physical store like [Complexible Stardog](https://www.stardog.com/docs/), [GraphDB](http://graphdb.ontotext.com/), [Virtuoso](https://virtuoso.openlinksw.com/) or a remotely accessible SPARQL 1.1 compliant HTTP endpoint.
32
+
_Explore_ (3) also acts as the semantic middleware application which provides a unified access to semantic graph data.
33
+
Additionally, _Explore_ manages authorization of the users according to the access control lists defined in the Triple Store.
34
+
The knowledge graph is stored in a quad store (5) connected to _Explore_.
35
+
This can either be a physical store like [GraphDB](http://graphdb.ontotext.com/), [Virtuoso](https://virtuoso.openlinksw.com/) or a remotely accessible SPARQL 1.1 compliant HTTP endpoint.
36
36
37
37
Keycloak (8) provides authentication.
38
38
Keycloak can act as an authentication broker for already existing, external OpenId Connect or SAML infrastructures (9).
@@ -43,4 +43,3 @@ Refer to the [Keycloak manual](https://www.keycloak.org/guides#server) for fur
43
43
44
44
[cmemc](../../automate/cmemc-command-line-interface/index.md) (12) (**C**orporate **Mem**ory **C**ontrol) is the eccenca Corporate Memory Command Line Interface (CLI).
45
45
cmemc is intended for System Administrators and Linked Data Experts who wants to automate and remote control activities on Corporate Memory.
0 commit comments