From d4bf7e03561b75a3cec1fe797197771ea0467c66 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sat, 7 Dec 2024 11:32:22 +0100 Subject: [PATCH] Remove unused .ttl files. --- nodes/fenrispunk.ttl | 22 ---------------------- nodes/learning_topics.ttl | 12 ------------ 2 files changed, 34 deletions(-) delete mode 100644 nodes/fenrispunk.ttl delete mode 100644 nodes/learning_topics.ttl diff --git a/nodes/fenrispunk.ttl b/nodes/fenrispunk.ttl deleted file mode 100644 index 4c63fc7..0000000 --- a/nodes/fenrispunk.ttl +++ /dev/null @@ -1,22 +0,0 @@ -prefix : - -:Brik - :name "Brik" ; - :description "" . - -:Brock - :name "Brock" ; - :description "" . - -:Hexapus - :name "Hexapus" ; - :description "A quantum hacker turned death mage." . - -:Hood - :name "Hood" ; - :description "Born Henry MacDuff on 2040-02-08 in Seattle." ; - :size "Medium" ; - :being "Human" ; - :align "Chaotic Neutral" ; - :weapon "Explosives" ; - :handedness "Right" . diff --git a/nodes/learning_topics.ttl b/nodes/learning_topics.ttl deleted file mode 100644 index cafc414..0000000 --- a/nodes/learning_topics.ttl +++ /dev/null @@ -1,12 +0,0 @@ -# This file is made available under the CC0 license - -prefix : -prefix library: - -:cpp - :site "https://cppreference.com" , - "https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines" . - -:math - :book library:Discrete_Mathematics_An_Open_Introduction-Oscar_Levin-3rd_Edition , - library:Basic_Algebra_With_Applications-Zaigralin .