-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explanation regarding RDF data #23
Comments
@heidivanparys thank you for the report. Currently Geolexica does not support content negotiation. The specific The other bug encountered via SKOS Play is a known issue (sorry!) -- the identifier for concepts is missing the proper hostname. This is something we need to fix. |
Ok. Is there a URI to retrieve all the concepts in turtle format, in one file? I could not find anything at the bottom of https://isotc211.geolexica.org/concepts/, is there a hidden URL or is that functionality not implemented? |
@heidivanparys there is no "index" of concepts in turtle, yet. We probably should do that, thanks for asking! Issue created at geolexica/geolexica-server#139 |
It would be great to have that, thanks! |
Would it be possible to give some explanation regarding the concepts as RDF, both on the structure of the RDF data and on how to retrieve it?
The background for my question: I am trying to map a list of concepts to the corresponding concepts in ISO/TC 211:
It would be great, if I could export my list of concepts as RDF, and have the ISO/TC 211 concepts in RDF too, so the information about all these concepts could be put together and queried.
What is the persistent HTTP-URI of a concept? To give an example: the concept "feature instance" can be viewed via a browser at https://isotc211.geolexica.org/concepts/1431/ At the bottom, there is a link to the RDF representation of that concept:
When I run that Turtle file through SKOS Play, I get the following:
When I change the file to the following:
I get:
In addition: is content negotiation supported? And if yes, how? What URIs to use?
https://isotc211.geolexica.org/concepts/1431/ returns HTML, also when I ask for Turtle (also when I ask for HTML)
https://isotc211.geolexica.org/api/concepts/1431/ returns a 404, when I ask for turtle.
Only https://isotc211.geolexica.org/api/concepts/1431.ttl seems to return turtle.
The text was updated successfully, but these errors were encountered: