Skip to content

Commit

Permalink
Add comment to indicate why we use a skosprovider prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
goessebr committed Aug 1, 2024
1 parent ec5ef27 commit 79720c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atramhasis/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def includeme(config):

# APIs with extensions instead of accept headers
config.add_route('atramhasis.rdf_void_turtle_ext', pattern='/void.ttl', accept='text/turtle')
# The routes below extend the existing skosprovider routes with extensions
config.add_route('skosprovider.conceptscheme.cs.rdf', pattern='/conceptschemes/{scheme_id}/c.rdf')
config.add_route('skosprovider.conceptscheme.cs.ttl', pattern='/conceptschemes/{scheme_id}/c.ttl')
config.add_route('skosprovider.conceptscheme.rdf', pattern='/conceptschemes/{scheme_id}.rdf')
Expand Down

0 comments on commit 79720c4

Please sign in to comment.