Skip to content
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

Open
jogracia opened this issue Feb 10, 2022 · 6 comments
Open

Apertium RDF - metadata per dictionary #21

jogracia opened this issue Feb 10, 2022 · 6 comments

Comments

@jogracia
Copy link

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>

@jogracia
Copy link
Author

another suggestion: we could add a "version" tag ( v2.2 ?)

@max-ionov
Copy link
Collaborator

@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

@chiarcos
Copy link
Contributor

chiarcos commented Apr 12, 2022 via email

@jogracia
Copy link
Author

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.

@chiarcos
Copy link
Contributor

chiarcos commented Apr 12, 2022 via email

@max-ionov
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants