Skip to content
Snippets Groups Projects
Commit 4104cc25 authored by Jonas Schlabertz's avatar Jonas Schlabertz
Browse files

Another test for fair metrics.

parent 019768d7
No related branches found
No related tags found
No related merge requests found
Pipeline #155251 passed
......@@ -39,7 +39,7 @@ const information = function(metadataContext: unknown, previousVersion: Componen
const measurement = function(valueContext: unknown, metadataContext: unknown | undefined): Record<string, unknown> {
const result: Record<string, unknown> = {
"id": { "@id": "https://schema.org/url", "@type": "@id"},
"id": { "@id": "http://www.w3.org/ns/dcat#accessURL", "@type": "@id"},
"dateCreated": "https://schema.org/dateCreated",
"license": "http://www.w3.org/1999/xhtml/vocab#license",
"value": valueContext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment