-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: NEN 2660 Community Forum (test) | ||
url: https://github.com/bimloket/nen2660/discussions/ | ||
url: https://github.com/nl-digigo/nen2660/discussions/ | ||
about: Ask questions and discuss the standard here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
RewriteEngine on | ||
|
||
# Redirect for specific graphs cq. profiles | ||
RewriteRule ^skos/def$ https://bimloket.github.io/nen2660/data/nen2660-skos.ttl [R=302,L] | ||
RewriteRule ^rdfs/def$ https://bimloket.github.io/nen2660/data/nen2660-rdfs.ttl [R=302,L] | ||
RewriteRule ^owl/def$ https://bimloket.github.io/nen2660/data/nen2660-owl.ttl [R=302,L] | ||
RewriteRule ^shacl/def$ https://bimloket.github.io/nen2660/data/nen2660-shacl.ttl [R=302,L] | ||
RewriteRule ^skos/def$ https://nl-digigo.github.io/nen2660/data/nen2660-skos.ttl [R=302,L] | ||
RewriteRule ^rdfs/def$ https://nl-digigo.github.io/nen2660/data/nen2660-rdfs.ttl [R=302,L] | ||
RewriteRule ^owl/def$ https://nl-digigo.github.io/nen2660/data/nen2660-owl.ttl [R=302,L] | ||
RewriteRule ^shacl/def$ https://nl-digigo.github.io/nen2660/data/nen2660-shacl.ttl [R=302,L] | ||
|
||
# Redirect vocab/def/ URIs to the human readable description... | ||
RewriteCond "%{HTTP_ACCEPT}" "text/html" | ||
RewriteRule ^term$ https://bimloket.github.io/nen2660/term [R=302,L] | ||
RewriteRule ^term$ https://nl-digigo.github.io/nen2660/term [R=302,L] | ||
|
||
# Redirect vocab/def/ URIs to the human readable description... | ||
RewriteCond "%{HTTP_ACCEPT}" "text/html" | ||
RewriteRule ^term$ https://bimloket.github.io/nen2660/def [R=302,L] | ||
RewriteRule ^term$ https://nl-digigo.github.io/nen2660/def [R=302,L] | ||
|
||
RewriteCond "%{HTTP_ACCEPT}" "application/trig" | ||
RewriteRule ^term$ https://bimloket.github.io/nen2660/data/concat/nen2660.trig [R=302,L] | ||
RewriteRule ^term$ https://nl-digigo.github.io/nen2660/data/concat/nen2660.trig [R=302,L] | ||
|
||
# Finally, redirect for all else | ||
RewriteRule ^$ https://bimloket.github.io/nen2660/data/concat/nen2660.ttl [R=302,L] | ||
RewriteRule ^$ https://nl-digigo.github.io/nen2660/data/concat/nen2660.ttl [R=302,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
links1: | ||
- label: Norm | ||
url: https://www.nen.nl/nen-2660-2-2022-nl-291667 | ||
- label: 'NEN' | ||
- label: "NEN" | ||
url: https://nen.nl | ||
links2: | ||
- label: 'BIM Loket' | ||
url: https://bimloket.nl | ||
- label: 'CROW' | ||
- label: "DigiGo" | ||
url: https://digigo.nu/ | ||
- label: "CROW" | ||
url: https://crow.nl | ||
|
||
copyright_statement: "NEN 2660-2:2022" | ||
|
||
sosumi: | ||
- label: See source on GitHub | ||
url: https://github.com/bimloket/nen2660/ | ||
url: https://github.com/nl-digio/nen2660/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters