Skip to content

Commit

Permalink
Fix readmes and redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubklimek committed Oct 8, 2024
1 parent 651dd18 commit f5647b2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GeoDCAT-AP <img align="right" src="/semic-icon-small.png" alt="SEMIC Core Vocabulary" />
# GeoDCAT-AP <img align="right" src="semic-icon-small.png" alt="SEMIC Core Vocabulary" />

This is the issue tracker for the maintenance of [GeoDCAT-AP](https://joinup.ec.europa.eu/solution/geodcat-application-profile-data-portals-europe).

Expand All @@ -19,9 +19,7 @@ Any problems encountered, or suggestions for new functionalities can be submitte
- [Working Drafts](./drafts/): Working drafts including revisions to the latest GeoDCAT-AP release.

## Implementations
- [GeoDCAT-AP XSLT & API](https://github.com/SEMICeu/iso-19139-to-dcat-ap): Reference XSLT-based implementation and API
- [CSW-4-Web](https://github.com/SEMICeu/csw-4-web): A proof-of-concept API to expose CSW endpoints in a Web-friendly way, making use of an extended and ad hoc version of the GeoDCAT-AP XSLT & API.
- [EPSG to RDF XSLT](https://github.com/SEMICeu/epsg-to-rdf): Proof of concept for the RDF representation of the [OGC EPSG register of coordinate reference systems](http://www.opengis.net/def/crs/EPSG/0/), extending the RDF mappings for reference systems defined in GeoDCAT-AP.
- [GeoDCAT-AP XSLT](https://github.com/SEMICeu/iso-19139-to-dcat-ap): Reference XSLT-based implementation

Additional GeoDCAT-AP implementations are documented in the [dedicated page on Joinup](https://joinup.ec.europa.eu/collection/semantic-interoperability-community-semic/solution/geodcat-application-profile-data-portals-europe/document/geodcat-ap-implementations).

Expand Down
6 changes: 3 additions & 3 deletions releases/index.html → drafts/3.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Redirect</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta http-equiv="refresh" content="0; url=3.0.0">
<meta http-equiv="refresh" content="0; url=../../releases/3.0.0/">
<meta name="robots" content="noindex">
</head>
<body>
<div class="container">
<h1>Redirect&hellip;</h1>
<p><a href="3.0.0">If not redirected, click here.</a></p>
<p><a href="../../releases/3.0.0/">If not redirected, click here.</a></p>
</div>
<script type="application/javascript">location="3.0.0"+window.location.hash</script>
<script type="application/javascript">location="../../releases/3.0.0/"+window.location.hash</script>
</body>
</html>
2 changes: 1 addition & 1 deletion drafts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GeoDCAT-AP Working Drafts

- [Latest draft - after 3.0.0](./latest/)
- [Latest draft - based on 3.0.0](./latest/)
- [Version 2.0.0 (Draft 0.1)](./2.0.0-draft-0.1/)
- [Version 1.0.2 (Draft 0.1)](./1.0.2-draft-0.1/)

Expand Down
6 changes: 3 additions & 3 deletions releases/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# GeoDCAT-AP Releases

- [GeoDCAT-AP vocabulary, the 930 namespace](https://semiceu.github.io/GeoDCAT-AP/930/releases/3.0.0/)
[GeoDCAT-AP vocabulary, the 930 namespace](https://semiceu.github.io/GeoDCAT-AP/930/releases/3.0.0/)

- [GeoDCAT-AP v3.0.0](./3.0.0/) (04 October 2024) - Major release.
[GeoDCAT-AP v3.0.0](./3.0.0/) (04 October 2024) - Major release.
- [HTML version](https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0/)
- [JSON-LD version](https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0/context/geodcat-ap.jsonld)
- [SHACL in Turtle version](https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0/shacl/geodcat-ap-SHACL.ttl)
- [SHACL in JSON-LD version](https://semiceu.github.io/GeoDCAT-AP/releases/3.0.0/shacl/geodcat-ap-SHACL.jsonld)


## Previous versions
## Previous releases

- [GeoDCAT-AP v2.0.0](./2.0.0/) (23 December 2020) - Major release.
- [GeoDCAT-AP v1.0.1](./1.0.1/) (2 August 2016) - Editorial revision to GeoDCAT-AP v1.0.
Expand Down

0 comments on commit f5647b2

Please sign in to comment.