clnsmth / soso

For creating Science On Schema.Org (SOSO) markup in dataset landing pages to improve data discovery through search engines.
https://soso.readthedocs.io/
MIT License
1 stars 0 forks source link

feat: add @id for Dataset type in EML strategy #208

Closed clnsmth closed 3 weeks ago

clnsmth commented 3 weeks ago

Implement the @id property for the Dataset type in the EML strategy. Since there's no direct mapping with the EML schema, the default value is set to None. Users can provide a specific @id value via the kwargs parameter in the main.convert function.

Related to #199 and #206