From 3c84b2e53bcc602db13ee45f9a697a1bd2103551 Mon Sep 17 00:00:00 2001
From: Jonas Schlabertz <jonas@schlabertz.de>
Date: Fri, 6 May 2022 12:23:15 +0200
Subject: [PATCH] Revert "Another test for fair metrics."

This reverts commit 4104cc25687bf8dbd77e054cb76308284248546c.
---
 src/util/ContextDefinitions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/ContextDefinitions.ts b/src/util/ContextDefinitions.ts
index ceb88fc..dec5d97 100644
--- a/src/util/ContextDefinitions.ts
+++ b/src/util/ContextDefinitions.ts
@@ -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
-- 
GitLab