Skip to content

Commit

Permalink
BIMLoket aangepast naar DigiGo
Browse files Browse the repository at this point in the history
  • Loading branch information
RiX012 committed Nov 9, 2023
1 parent ffefa20 commit b15e567
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
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.
16 changes: 8 additions & 8 deletions .htaccess
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]
2 changes: 1 addition & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: NEN 2660
description: NEN 2660 – Rules for information modelling of the built environment
lang: en
timezone: Europe/Amsterdam
repo: https://github.com/bimloket/nen2660
repo: https://github.com/nl-digigo/nen2660

minimaal:
nested_links: false
Expand Down
12 changes: 6 additions & 6 deletions _data/minimaal.yaml
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/
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ NEN 2660-2:2022</a>.

You may discuss implementation and usage on GitHub at
<a href='{{ site.repo }}/discussions/' class='link'>
bimloket/nen2660</a>.
nl-digigo/nen2660</a>.
4 changes: 2 additions & 2 deletions pages/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ NEN Norm</a>.
---

Hosting provided by
<a href='https://bimloket.nl' class='link dim underline-hover blue'>
BIM Loket</a>.
<a href='https://digigo.nu' class='link dim underline-hover blue'>
DigiGo</a>.
Publication website by
<a href='https://crow.nl' class='link dim underline-hover blue'>
CROW</a>.
Expand Down

0 comments on commit b15e567

Please sign in to comment.