-
Notifications
You must be signed in to change notification settings - Fork 2
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
Apertium RDF - metadata per dictionary #21
Comments
another suggestion: we could add a "version" tag ( v2.2 ?) |
@jogracia , should this be done automatically? If so, I foresee problems with CKAN, hdl.handle.net and METASHARE since we don't know the IDs in advance (we can generate |
This is part of the general problem of Linked-Data incompliant data hosting
policy I've been complaining about at times. In this particular case, we
may find a partial workaround by using Purl or (better) W3ID, but these
cannot be automatized either, but have to be manually set up and maintained.
Am Di., 12. Apr. 2022 um 12:54 Uhr schrieb Max Ionov <
***@***.***>:
… @jogracia <https://github.com/jogracia> , should this be done
automatically? If so, I foresee problems with CKAN, hdl.handle.net and
METASHARE since we don't know the IDs in advance (we can generate
http://datahub.ckan.io/dataset/apertium-rdf-en-es but not
https://datahub.ckan.io/dataset/47e9d8cc-5da9-4c02-960e-c00abee2b0d9
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATZWSPX54SV4EETIZKBWM3VEVI5BANCNFSM5OAI3SCQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Good point. What we actually did for Apertium RDF v1.0 was to upload the data into Datahub and then consult the generated IDs and manually include the sameAs statements in the metadata files, to finally update only the metadata files (the data remained unchanged). Now Datahub is discontinued, but we can do the same with Zenodo (seeAlso) and Linghub (sameAs) once the data is documented there. |
But shouldn't the metadata not be bundled with the data? If I recall
correctly, Zenodo (at least) will generate a new DOI/URI for every version,
so there is no good way to update previously deposited metadata (you need
to ask them for every single item). See first point under
https://help.zenodo.org/.
|
It will generate DOI for a new version, but there will still be a DOI for the "top" version. I think this should be okay |
Metadata file to be added for every dictionary. For inspiration, I copy the metadata of a dictionary in Apertium RDF v1.0:
Zenodo link could be added as a rdfs:sameAs
<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:dct="http://purl.org/dc/terms/">
<dcat:Dataset rdf:about="http://linguistic.linkeddata.es/set/apertium/EN-ES">
<owl:sameAs rdf:resource="http://datahub.ckan.io/dataset/apertium-rdf-en-es"></owl:sameAs>
<owl:sameAs rdf:resource="https://datahub.ckan.io/dataset/47e9d8cc-5da9-4c02-960e-c00abee2b0d9"></owl:sameAs>
<dct:source rdf:resource="http://hdl.handle.net/10230/17110"></dct:source>
<dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-1/en"></dct:language>
<dct:language rdf:resource="http://id.loc.gov/vocabulary/iso639-1/es"></dct:language>
<dct:license rdf:resource="http://purl.oclc.org/NET/rdflicense/gpl3.0"></dct:license>
<rdfs:seeAlso rdf:resource="http://purl.org/ms-lod/UPF-MetadataRecords.ttl#Apertium-en-es_resource-5v2"></rdfs:seeAlso>
<rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Apertium"></rdfs:seeAlso>
</dcat:Dataset>
</rdf:RDF>
The text was updated successfully, but these errors were encountered: