belgif / thematic

ICEG: Thematic Working Groups
11 stars 5 forks source link

base URI pattern #33

Closed bertvannuffelen closed 4 years ago

bertvannuffelen commented 4 years ago

The base pattern

http(s)://{domain}/{type}/{concept}(/{reference})* 

is not explicitly mentioning the fragment case

http(s)://{domain}/{type}/{concept}(/{reference})*(#{fragment})

motivation Adding the fragment case would make the /ns case not an exception

proposed resolution All persistent URIs must be formed according the following pattern:

http(s)://{domain}/{type}/{concept}(/{reference})*(#{fragment})

fragment: a local identifier within a namespace. The usage of fragments is restricted to the case described below.