Skip to content

Commit

Permalink
Add url to Full gemet rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaboiangiu committed Apr 27, 2017
1 parent 087b404 commit d95482a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gemet/thesaurus/templates/downloads/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ <h3 class="h3">General structure</h3>
<a href="{% url 'export' version 'gemetThesaurus.rdf' %}">
An object for the Concept Scheme</a>
</li>
<li>
<a href="{% url 'full_gemet' version %}">
Entire GEMET thesaurus in SKOS format
</a>
</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion gemet/thesaurus/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
url(r'^void\.rdf/?$', views.GemetVoidView.as_view()),
url(r'^gemet\.rdf\.gz/?$', views.download_gemet_rdf),
url(r'^(?P<version>[\d\.]+|latest)/gemet\.rdf\.gz/?$',
views.download_gemet_rdf),
views.download_gemet_rdf, name='full_gemet'),
url(r'^exports/(?P<version>[\d\.]+|latest)/(?P<filename>[a-zA-Z-\.]*)$',
views.download_export_file, name='export'),
url(r'^exports/(?P<version>[\d\.]+|latest)/(?P<langcode>[a-zA-Z-]+)/'
Expand Down

0 comments on commit d95482a

Please sign in to comment.