-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
111 lines (111 loc) · 3.03 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"$schema": "./redirects-schema.json",
"redirects": [
{
"path": "/file/id/(.+)$",
"location": "https://asset.crowontwikkel.nl/id/$1"
},
{
"path": "/cdoc/def/(.+)$",
"location": "https://docs.crow.nl/Contracteisen/DocumentSchema_v3.2.3.ttl",
"accept": ["text/turtle"]
},
{
"path": "/cspec/def/(.+)$",
"location": "https://docs.crow.nl/Contracteisen/SpecificatieSchema_v3.2.3.ttl",
"accept": ["text/turtle"]
},
{
"path": "/cdoc/def/(.+)$",
"location": "https://docs.crow.nl/Contracteisen/#$1"
},
{
"path": "/cspec/def/(.+)$",
"location": "https://docs.crow.nl/Contracteisen/#$1"
},
{
"path": "/imbor(-ref)?/(id|doc|def)/(.+)$",
"location": "https://imbor-viewer.apps.crow.nl/?selection=$REQUEST_URI_ESCAPED",
"accept": ["text/html"]
},
{
"path": "/imbor/id/domeinwaarden/",
"location": "http://hub.laces.tech/crow/imbor/2022/p/domeinwaarden",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/imbor/def/",
"location": "http://hub.laces.tech/crow/imbor/2022/p/kern",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/imbor/term/",
"location": "http://hub.laces.tech/crow/imbor/2022/p/vocabulaire",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/imbor-ref/def/",
"location": "http://hub.laces.tech/crow/imbor/2022/p/informatief",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/rest-api/def ",
"location": "http://hub.laces.tech/crow/imbor/2022/p/rest-api-linkset-imbor",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/imbor/aanvullend-metamodel/",
"location": "http://hub.laces.tech/crow/imbor/2022/p/aanvullend-metamodel",
"accept": [
"text/turtle",
"application/n-triples",
"application/n3",
"application/rdf+xml",
"application/ld+json"
]
},
{
"path": "/contractspecificaties/def/(.+)$",
"location": "https://bimloket.github.io/ld-viewer/contractspecificaties/#/view?uri=$REQUEST_URI_ESCAPED",
"accept": ["text/html"]
},
{
"path": "/([a-zA-Z0-9-_]+?)/term/.+$",
"location": "https://begrippen.crow.nl/$1/nl/page/?uri=$REQUEST_URI_ESCAPED"
},
{
"path": "(.*)$",
"location": "https://api.datasets.crow.nl/redirect/$REQUEST_URI_ESCAPED"
}
]
}