From d5953556aab1c51624e5261f01f7a821db228eb2 Mon Sep 17 00:00:00 2001 From: Darnelle Melvin <32146321+darnelleMelvin@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:23:40 -0800 Subject: [PATCH] added colour --- colors.ttl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/colors.ttl b/colors.ttl index bd672e431e..fa958b279e 100644 --- a/colors.ttl +++ b/colors.ttl @@ -18,3 +18,7 @@ colour:violet a skos:Concept ; colour:blue a skos:Concept ; skos:prefLabel "Blau"@de, "blue"@en ; skos:topConceptOf colour: . + +colour:black a skos:Concept ; + skos:prefLabel "black"@en ; + skos:topConceptOf colour: . \ No newline at end of file