Skip to content

Commit

Permalink
Fix prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 30, 2025
1 parent 247c9b1 commit 98ecd1b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions _sources/profiles/czechia/prague/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "1.0",
"dateOfLastChange": "2025-01-07",
"dependsOn": [
"ogc.checkdbp.profiles.common.roads-present",
"ogc.checkdbp.profiles.common.green-public-spaces-present"
"ogc.chekdbp.profiles.common.roads-present",
"ogc.chekdbp.profiles.common.green-public-spaces-present"
],
"tags": ["chek-validation-profile"]
}
6 changes: 3 additions & 3 deletions _sources/profiles/italy/ascoli-piceno/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"version": "1.0",
"dateOfLastChange": "2024-11-18",
"dependsOn": [
"ogc.checkdbp.profiles.common.roads-present",
"ogc.checkdbp.profiles.common.green-public-spaces-present",
"ogc.checkdbp.profiles.common.buildings-present"
"ogc.chekdbp.profiles.common.roads-present",
"ogc.chekdbp.profiles.common.green-public-spaces-present",
"ogc.chekdbp.profiles.common.buildings-present"
],
"tags": ["chek-validation-profile"]
}
4 changes: 2 additions & 2 deletions _sources/profiles/portugal/gaia/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "1.0",
"dateOfLastChange": "2025-01-07",
"dependsOn": [
"ogc.checkdbp.profiles.common.roads-present",
"ogc.checkdbp.profiles.common.green-public-spaces-present"
"ogc.chekdbp.profiles.common.roads-present",
"ogc.chekdbp.profiles.common.green-public-spaces-present"
],
"tags": ["chek-validation-profile"]
}
4 changes: 2 additions & 2 deletions _sources/profiles/portugal/lisbon/bblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "1.0",
"dateOfLastChange": "2025-01-07",
"dependsOn": [
"ogc.checkdbp.profiles.common.roads-present",
"ogc.checkdbp.profiles.common.green-public-spaces-present"
"ogc.chekdbp.profiles.common.roads-present",
"ogc.chekdbp.profiles.common.green-public-spaces-present"
],
"tags": ["chek-validation-profile"]
}
6 changes: 3 additions & 3 deletions bblocks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ description: |
2. Contain some [SHACL shapes](https://ogcincubator.github.io/bblocks-docs/create/validation#shacl-validation)
3. Have the `chek-validation-profile` tag
You can use the [dummy profile](https://ogcincubator.github.io/chek-profiles-bblocks/bblock/ogc.checkdbp.profiles.common.dummy)
You can use the [dummy profile](https://ogcincubator.github.io/chek-profiles-bblocks/bblock/ogc.chekdbp.profiles.common.dummy)
as a template.
Profile dependencies can be declared either by using `dependsOn` in `bblock.json` (with the id of the bblock), or using
[`prof:isProfileOf`](https://www.w3.org/TR/dx-prof/#Property:isProfileOf) in the RDF definition of the profile.
# Customize the following prefix (will be prepended to the path of the building blocks):
identifier-prefix: ogc.checkdbp.
identifier-prefix: ogc.chekdbp.

# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
Expand All @@ -40,4 +40,4 @@ schema-oas30-downcompile: False
# push: https://example.com/gsp # SPARQL Graph Store Protocol endpoint for uploading data
# graph: https://my.bblocks.example.com/ # SPARQL Graph where data will be uploaded
# # if left empty, the base URL for the publication will be used
# query: https://example.com/sparql # SPARQL query endpoint where data will be available
# query: https://example.com/sparql # SPARQL query endpoint where data will be available

0 comments on commit 98ecd1b

Please sign in to comment.