Skip to content

Commit

Permalink
Merge pull request perma-id#4627 from perma-id/add-vr-vocab
Browse files Browse the repository at this point in the history
Add Vital Record vocabulary.
  • Loading branch information
davidlehn authored Dec 30, 2024
2 parents f5fd38e + 809b16f commit 5e35caa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vital-records/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Vital Records Vocabulary
#
# homepage:
# - https://digitalbazaar.github.io/vital-records-vocab/
# source:
# -
# maintainers:
# - @davidlehn
# - @dlongley
# - @msporny
# - @wes-smith

RewriteEngine on
RewriteRule ^$ https://digitalbazaar.github.io/vital-records-vocab/ [R=302,L]
RewriteRule ^v(.*)$ https://digitalbazaar.github.io/vital-records-vocab/contexts/v$1.jsonld [R=302,L]

0 comments on commit 5e35caa

Please sign in to comment.