Package: emld 0.5.1
emld: Ecological Metadata as Linked Data
This is a utility for transforming Ecological Metadata Language ('EML') files into 'JSON-LD' and back into 'EML.' Doing so creates a list-based representation of 'EML' in R, so that 'EML' data can easily be manipulated using standard 'R' tools. This makes this package an effective backend for other 'R'-based tools working with 'EML.' By abstracting away the complexity of 'XML' Schema, developers can build around native 'R' list objects and not have to worry about satisfying many of the additional constraints of set by the schema (such as element ordering, which is handled automatically). Additionally, the 'JSON-LD' representation enables the use of developer-friendly 'JSON' parsing and serialization that may facilitate the use of 'EML' in contexts outside of 'R,' as well as the informatics-friendly serializations such as 'RDF' and 'SPARQL' queries.
Authors:
emld_0.5.1.tar.gz
emld_0.5.1.zip(r-4.5)emld_0.5.1.zip(r-4.4)emld_0.5.1.zip(r-4.3)
emld_0.5.1.tgz(r-4.4-any)emld_0.5.1.tgz(r-4.3-any)
emld_0.5.1.tar.gz(r-4.5-noble)emld_0.5.1.tar.gz(r-4.4-noble)
emld_0.5.1.tgz(r-4.4-emscripten)emld_0.5.1.tgz(r-4.3-emscripten)
emld.pdf |emld.html✨
emld/json (API)
NEWS
# Install 'emld' in R: |
install.packages('emld', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/emld/issues
Last updated 4 years agofrom:d12da6660f (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
emld: Ecological Metadata as Linked Data | emld-package emld |
Coerce an EML file or object into an emld object. | as_emld |
Coerce an emld object into JSON | as_json |
Coerce an emld object into XML (EML's standard format) | as_xml |
Get the XML namespace for a version of EML | eml_ns |
eml_validate | eml_validate |
Set or check the EML version default | eml_version |
Get the real 'QName' for the root element, including its prefix | find_real_root_name |
Find the root schema module and version | guess_root_schema |
Guess an appropriate 'schemaLocation' value for a given version of the schema | guess_schema_location |
Create a template for an EML object | template |