From 495248ceb24449499d9be858ee67b28ad03d51e1 Mon Sep 17 00:00:00 2001 From: Leo Boisvert Date: Wed, 12 Jun 2024 17:36:55 -0400 Subject: [PATCH] Add dcat-metadata --- dcat-metadata.jsonld | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dcat-metadata.jsonld diff --git a/dcat-metadata.jsonld b/dcat-metadata.jsonld new file mode 100644 index 0000000..de6a941 --- /dev/null +++ b/dcat-metadata.jsonld @@ -0,0 +1,32 @@ +{ + "@context": { + "dcat": "http://www.w3.org/ns/dcat#" + , + "dct": "http://purl.org/dc/terms/" + , + "foaf": "http://xmlns.com/foaf/0.1/" + }, + "@type": "dcat:Dataset", + "dct:title": "WorkArena++", + "dct:description": "Benchmark to evaluate the reasoning, retrieval, planning, and decision making abilities of LLM and VLM-based agents", + "dct:identifier": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus" + , + "dct:issued": "2024-06-12", + "dct:modified": "2024-06-12", + "dct:publisher": { + "@type": "foaf:Organization", + "foaf:name": "ServiceNow Research" + }, + "dct:contactPoint": { + "@type": "vcard:Contact", + "vcard:fn": "Alexandre Drouin", + "vcard:hasEmail": "mailto:alexandre.drouin@servicenow.com" + }, + "dcat:distribution": [ + { + "@type": "dcat:Distribution", + "dct:format": "text/csv", + "dcat:accessURL": "https://github.com/ServiceNow/WorkArena/tree/workarena-plus-plus/src/browsergym/workarena/tasks/compositional" + } + ] + } \ No newline at end of file