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

Revert "Another test for fair metrics."

This reverts commit 4104cc25.
parent 4104cc25
No related branches found
No related tags found
No related merge requests found
Pipeline #155252 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": "http://www.w3.org/ns/dcat#accessURL", "@type": "@id"},
"id": { "@id": "https://schema.org/url", "@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