From d1f101faa1320b3e87c258f667791a2c6a22ea96 Mon Sep 17 00:00:00 2001
From: Jonas Schlabertz <jonas@schlabertz.de>
Date: Fri, 6 May 2022 10:17:13 +0200
Subject: [PATCH] Another test for fair metrics license eval.

---
 src/util/ContextDefinitions.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/ContextDefinitions.ts b/src/util/ContextDefinitions.ts
index a414404..781e96c 100644
--- a/src/util/ContextDefinitions.ts
+++ b/src/util/ContextDefinitions.ts
@@ -41,7 +41,7 @@ const measurement = function(valueContext: unknown, metadataContext: unknown | u
     const result: Record<string, unknown> = {
         "id": { "@id": "https://schema.org/url", "@type": "@id"},
         "dateCreated": "https://schema.org/DateTime",
-        "license": "http://www.w3.org/1999/xhtml/vocab#license",
+        "License": "http://www.w3.org/1999/xhtml/vocab#license",
         "value": valueContext
     };
 
@@ -57,7 +57,7 @@ const typeDefinition = {
     "dateCreated": "https://schema.org/DateTime",
     "comment": "http://schema.org/comment",
     "schema": "https://json-schema.org/draft/2020-12/json-schema-core.html",
-    "License": "http://www.w3.org/1999/xhtml/vocab#license",
+    "license": "http://www.w3.org/1999/xhtml/vocab#license",
 };
 
 export default {
-- 
GitLab