Skip to content

Commit c493250

Browse files
committed
1 parent 87cc189 commit c493250

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

docs/deploy-and-configure/configuration/explore/dataplatform/application-full.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,7 @@ Use this property to configure the URI of the public user (see section Public ac
876876
877877
***Property: authorization.abox.accessConditions.url***
878878
879-
**DEPRECATED**
880-
Use this property to set the URL of the access conditions model file. This can be either a remote (<http://>...) or a local (file:...) .rdf file. Refer to section Access conditions for more information on the access conditions model.
879+
**Deprecation:** Use this property to set the URL of the access conditions model file. This can be either a remote (<http://>...) or a local (file:...) .rdf file. Refer to section Access conditions for more information on the access conditions model.
881880
882881
| Category | Value |
883882
|--- | ---: |
@@ -888,8 +887,7 @@ Use this property to set the URL of the access conditions model file. This can b
888887
889888
***Property: authorization.abox.accessConditions.graph***
890889
891-
**DEPRECATED**
892-
Use this property to set the graph containing the access conditions model.
890+
**Deprecation:** Use this property to set the graph containing the access conditions model.
893891
**Note:** If you change this property, you also need to change the corresponding shape definitions for access conditions (more precisely, the UI SPARQL queries).
894892
895893
| Category | Value |
@@ -1220,7 +1218,7 @@ The committer name which appears in the commit message on system commits
12201218

12211219
***Property: gitSync.committerEmail***
12221220

1223-
The committer email which appears in the commit message on system commits
1221+
The committer email which appears in the commit message on system commits
12241222

12251223
| Category | Value |
12261224
|--- | ---: |
@@ -1235,7 +1233,7 @@ Schedules Pull Frequency - Configured git repositories for sync are pulled regul
12351233

12361234
| Category | Value |
12371235
|--- | ---: |
1238-
| Default | 0 */30* ** * |
1236+
| Default | 0 */30 * * * * |
12391237
| Required | false |
12401238
| Valid values | Cron setting according to <https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#scheduling-cron-expression> |
12411239
| Environment | GITSYNC_SCHEDULEDPULLCRON |
@@ -1610,7 +1608,7 @@ Bulk upload Pool Size - Limits how many (bulk/large) uploads via GSP / bulk load
16101608

16111609
***Property: scheduler.analyticalPoolSize***
16121610

1613-
Limits how many analytical requests can be run in parallel. Analytical requests can have longer runtimes than retrieval requests.
1611+
Limits how many analytical requests can be run in parallel. Analytical requests can have longer runtimes than retrieval requests.
16141612

16151613
| Category | Value |
16161614
|--- | ---: |
@@ -1694,7 +1692,7 @@ One of the supported types of backends DataPlatform can connect to
16941692
|--- | ---: |
16951693
| Default | *none* |
16961694
| Required | true |
1697-
| Valid values | MEMORY, HTTP, GRAPHDB, VIRTUOSO, NEPTUNE |
1695+
| Valid values | MEMORY, HTTP, GRAPHDB, VIRTUOSO, NEPTUNE, TENTRIS |
16981696
| Environment | STORE_TYPE |
16991697

17001698
***Property: store.owlImportsResolution***

docs/deploy-and-configure/configuration/explore/dataplatform/application-graphdb-full.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ Set to true to use the native Graph Store API endpoint. Set to false to use the
128128
| Valid values | boolean |
129129
| Environment | STORE_GRAPHDB_USEDIRECTTRANSFER |
130130

131+
***Property: store.graphdb.useStatementParallelGspWrite***
132+
133+
Whether to use the parallel GSP write endpoint for statements. This is only relevant when `useDirectTransfer` is true.
134+
135+
| Category | Value |
136+
|--- | ---: |
137+
| Default | false |
138+
| Required | false |
139+
| Valid values | boolean |
140+
| Environment | STORE_GRAPHDB_USESTATEMENTPARALLELGSPWRITE |
141+
131142
***Property: store.graphdb.create-repository-on-startup***
132143

133144
Whether to create the given repository on startup if it does not exist
@@ -171,3 +182,4 @@ Maximum amount of quads of change tracking result which will be loaded in memory
171182
| Required | false |
172183
| Valid values | int |
173184
| Environment | STORE_GRAPHDB_GRAPHDBCHANGETRACKINGMAXQUADMEMORY |
185+

docs/deploy-and-configure/configuration/explore/dataplatform/application-http-full.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ Defines how the raw list of graphs is retrieved, and therefore which graphs are
120120
| Required | false |
121121
| Valid values | Valid SPARQL query with bound variable "g" |
122122
| Environment | STORE_HTTP_GRAPHLISTQUERY |
123+

docs/deploy-and-configure/configuration/explore/dataplatform/application-inmemory-full.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ list of files in file URI scheme
5353
| Required | false |
5454
| Valid values | A list of files |
5555
| Environment | STORE_MEMORY_FILES |
56+

docs/deploy-and-configure/configuration/explore/dataplatform/application-neptune-full.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ The degree of parallelism (CPU) for the neptune loader, possible values are LOW,
138138
| Required | false |
139139
| Valid values | LOW, MEDIUM, HIGH, OVERSUBSCRIBE |
140140
| Environment | STORE_NEPTUNE_S3_BULKLOADPARALLELISM |
141+

docs/deploy-and-configure/configuration/explore/dataplatform/application-virtuoso-full.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ The credentials of the given user
100100
| Required | false |
101101
| Valid values | string |
102102
| Environment | STORE_VIRTUOSO_PASSWORD |
103+

docs/explore-and-author/graph-exploration/building-a-customized-user-interface/datatype-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a list of supported data types in shapes.
1717

1818
## anyURI
1919

20-
The ·lexical space· of anyURI is finite-length character sequences which, when the algorithm defined in Section 5.4 of [XML Linking Language] is applied to them, result in strings which are legal URIs according to [RFC 2396], as amended by [RFC 2732]. Note: Spaces are, in principle, allowed in the ·lexical space· of anyURI, however, their use is highly discouraged (unless they are encoded by %20).
20+
The ·lexical space· of anyURI is finite-length character sequences which, when the algorithm defined in Section 5.4 of [XML Linking Language] is applied to them, result in strings which are legal URIs according to [RFC 2396], as amended by [RFC 2732]. Note: Spaces are, in principle, allowed in the ·lexical space· of anyURI, however, their use is highly discouraged (unless they are encoded by %20).
2121

2222
IRI: `http://www.w3.org/2001/XMLSchema#anyURI`
2323

@@ -53,7 +53,7 @@ IRI: `http://www.w3.org/2001/XMLSchema#dateTime`
5353

5454
#### dateTimeStamp
5555

56-
The lexical space of dateTimeStamp consists of strings which are in the ·lexical space· of dateTime and which also match the regular expression '.*(Z|[+|-][0-9](0-9):[0-9][0-9])'
56+
The lexical space of dateTimeStamp consists of strings which are in the ·lexical space· of dateTime and which also match the regular expression `.*(Z|(+|-)[0-9][0-9]:[0-9][0-9])`
5757

5858
IRI: `http://www.w3.org/2001/XMLSchema#dateTimeStamp`
5959

0 commit comments

Comments
 (0)