{"id":23029741,"url":"https://github.com/antononcube/raku-dsl-entity-metadata","last_synced_at":"2025-10-26T15:08:35.716Z","repository":{"id":71383768,"uuid":"370117465","full_name":"antononcube/Raku-DSL-Entity-Metadata","owner":"antononcube","description":"Raku package of metadata entity names parsing and interpretation.","archived":false,"fork":false,"pushed_at":"2024-02-16T02:09:06.000Z","size":179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-08T11:13:29.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antononcube.png","metadata":{"files":{"readme":"README-work.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-23T17:39:36.000Z","updated_at":"2023-03-30T17:28:53.000Z","dependencies_parsed_at":"2024-02-16T03:22:29.224Z","dependency_job_id":"a6b8c058-51c1-473f-a674-adcd430e4cc4","html_url":"https://github.com/antononcube/Raku-DSL-Entity-Metadata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-Metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-Metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-Metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antononcube%2FRaku-DSL-Entity-Metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antononcube","download_url":"https://codeload.github.com/antononcube/Raku-DSL-Entity-Metadata/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246886512,"owners_count":20849881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T14:16:58.766Z","updated_at":"2025-10-07T19:23:38.317Z","avatar_url":"https://github.com/antononcube.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raku DSL::Entity::Metadata\n\nRaku grammar and role for metadata entities (types, names, or dataset names.)\nUsed in packages, like, \n[\"DSL::English::DataAcquisitionWorkflows\"](https://github.com/antononcube/Raku-DSL-English-DataAcquisitionWorkflows), \n[AAr1].\n\n------\n\n## Installation\n\nFrom Zef ecosystem:\n\n```\nzef install DSL::Entity::Metadata\n```\n\nFrom GitHub:\n\n```\nzef install https://github.com/antononcube/Raku-DSL-Entity-Metadata.git\n```\n\n------\n\n## Examples\n\nHere are examples of recognizing different types of data acquisition related specifications:\n\n```perl6\nuse DSL::Entity::Metadata;\nuse DSL::Entity::Metadata::Grammar;\nmy $pCOMMAND = DSL::Entity::Metadata::Grammar;\n$pCOMMAND.set-resources(DSL::Entity::Metadata::resource-access-object());\n\nsay $pCOMMAND.parse('DateTime');\n```\n\n```perl6\nsay $pCOMMAND.parse('time series');\n```\n\n```perl6\nsay $pCOMMAND.parse('Titanic');\n```\n\n------\n\n## References\n\n### Metadata\n\n[SO1] https://www.schema.org.\n\n### Datasets\n\n[VAB1] Vincent Arel-Bundock,\n[Rdatasets](https://github.com/vincentarelbundock/Rdatasets/),\n(2020),\n[GitHub/vincentarelbundock](https://github.com/vincentarelbundock/).\n\n[WRI1]\nWolfram Research (2007), \n[ExampleData](https://reference.wolfram.com/language/ref/ExampleData.html),\n(introduced 2007), (updated 2016),\nWolfram Language function.\n\n[WRI2] Wolfram Research, Inc.,\n[ExampleData Source Information](https://reference.wolfram.com/language/note/ExampleDataSourceInformation.html).\n\n\n### Repositories\n\n[SOr1]\nSchema.org,\n[Schema.org project repository](https://github.com/schemaorg/schemaorg),\n(2105-2021),\n[GitHub/schemaorg](https://github.com/schemaorg).\n\n### Packages \n\n[AAp1] Anton Antonov,\n[DSL::English::DataAcquisitionWorkflows Raku package](https://github.com/antononcube/Raku-DSL-English-DataAcquisitionWorkflows),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp2] Anton Antonov,\n[DSL::Shared Raku package](https://github.com/antononcube/Raku-DSL-Shared),\n(2020),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp3] Anton Antonov,\n[DSL::Entity::Geographics Raku package](https://github.com/antononcube/Raku-DSL-Entity-Geographics),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp4] Anton Antonov,\n[DSL::Entity::Jobs Raku package](https://github.com/antononcube/Raku-DSL-Entity-Jobs),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp5] Anton Antonov,\n[DSL::Entity::Foods Raku package](https://github.com/antononcube/Raku-DSL-Entity-Foods),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n[AAp6] Anton Antonov,\n[Data::ExampleDatasets Raku package](https://github.com/antononcube/Raku-Data-ExampleDatasets),\n(2021),\n[GitHub/antononcube](https://github.com/antononcube).\n\n\n### Videos\n\n[AAv1] Anton Antonov,\n[\"FOSDEM2022 Multi language Data Wrangling and Acquisition Conversational Agents (in Raku)\"](https://www.youtube.com/watch?v=3OUkSa-5vEk\u0026t=2665s),\n(2022),\n[Anton Antonov's YouTube channel](https://www.youtube.com/@AAA4Predoction).   \n([Dedicated FOSDEM 2022 page](https://archive.fosdem.org/2022/schedule/event/dataaquisition/).)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-dsl-entity-metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantononcube%2Fraku-dsl-entity-metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantononcube%2Fraku-dsl-entity-metadata/lists"}