home » zplus/dokk.git
Author zPlus <zplus@peers.community> 2024-12-07 10:32:22
Committer zPlus <zplus@peers.community> 2024-12-07 10:32:22
Commit d4bf7e0 (patch)
Tree b5edef1
Parent(s)

Remove unused .ttl files.


commits diff: 98de216..d4bf7e0
2 files changed, 0 insertions, 34 deletionsdownload


Diffstat
?--------- nodes/fenrispunk.ttl 22
?--------- nodes/learning_topics.ttl 12

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+0/-22 D   nodes/fenrispunk.ttl
index 4c63fc7..0000000
old size: 433B - new size: 0B
deleted file mode: -rw-r--r--
@@ -1,22 +0,0 @@
1 - prefix : <dokk:fenrispunk:>
2 -
3 - :Brik
4 - :name "Brik" ;
5 - :description "" .
6 -
7 - :Brock
8 - :name "Brock" ;
9 - :description "" .
10 -
11 - :Hexapus
12 - :name "Hexapus" ;
13 - :description "A quantum hacker turned death mage." .
14 -
15 - :Hood
16 - :name "Hood" ;
17 - :description "Born Henry MacDuff on 2040-02-08 in Seattle." ;
18 - :size "Medium" ;
19 - :being "Human" ;
20 - :align "Chaotic Neutral" ;
21 - :weapon "Explosives" ;
22 - :handedness "Right" .

+0/-12 D   nodes/learning_topics.ttl
index cafc414..0000000
old size: 393B - new size: 0B
deleted file mode: -rw-r--r--
@@ -1,12 +0,0 @@
1 - # This file is made available under the CC0 license
2 -
3 - prefix : <dokk:learning_topics:>
4 - prefix library: <dokk:library:>
5 -
6 - :cpp
7 - :site "https://cppreference.com" ,
8 - "https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines" .
9 -
10 - :math
11 - :book library:Discrete_Mathematics_An_Open_Introduction-Oscar_Levin-3rd_Edition ,
12 - library:Basic_Algebra_With_Applications-Zaigralin .