File tree Expand file tree Collapse file tree 11 files changed +721
-334
lines changed
resources/net/wikipunk/ext Expand file tree Collapse file tree 11 files changed +721
-334
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,6 @@ pom.xml.asc
11
11
.nrepl-port
12
12
.cpcache /
13
13
.vocab /
14
- .eastwood
14
+ .eastwood
15
+ .clj-kondo /
16
+ .lsp /
Original file line number Diff line number Diff line change 32
32
org.clojars.quoll/asami
33
33
{:mvn/version " 2.3.4" }
34
34
org.clojure/clojure
35
- {:mvn/version " 1.12.0-alpha7 " }
35
+ {:mvn/version " 1.11.2 " }
36
36
org.clojure/core.async
37
37
{:mvn/version " 1.6.681" }
38
38
org.clojure/data.csv
39
- {:mvn/version " 1.0.1 " }
39
+ {:mvn/version " 1.1.0 " }
40
40
org.clojure/core.memoize
41
- {:mvn/version " 1.0.257 " }
41
+ {:mvn/version " 1.1.266 " }
42
42
org.clojure/data.fressian
43
- {:mvn/version " 1.0 .0" }
43
+ {:mvn/version " 1.1 .0" }
44
44
org.clojure/data.int-map
45
- {:mvn/version " 1.2.1 " }
45
+ {:mvn/version " 1.3.0 " }
46
46
org.clojure/data.json
47
47
{:mvn/version " 2.5.0" }
48
48
org.clojure/data.xml
49
- {:mvn/version " 0.2.0-alpha8 " }
49
+ {:mvn/version " 0.2.0-alpha9 " }
50
50
org.clojure/math.combinatorics
51
- {:mvn/version " 0.2 .0" }
51
+ {:mvn/version " 0.3 .0" }
52
52
org.clojure/tools.logging
53
- {:mvn/version " 1.2.4 " }
53
+ {:mvn/version " 1.3.0 " }
54
54
org.clojure/tools.namespace
55
- {:mvn/version " 1.4.4 " }
55
+ {:mvn/version " 1.5.0 " }
56
56
org.glassfish/jakarta.json
57
57
{:mvn/version " 2.0.1" }
58
58
zprint/zprint
59
- {:mvn/version " 1.2.8 " }}
59
+ {:mvn/version " 1.2.9 " }}
60
60
:paths [" src/clj" " src/cljc" " classes" ]
61
61
:aliases
62
62
{:dev
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 706
706
:rdfa/uri " https://www.w3.org/2019/wot/td#"
707
707
:rdf/type :rdfa/PrefixMapping })
708
708
709
+ (def tm
710
+ {:rdfa/prefix " tm"
711
+ :rdfa/uri " https://www.w3.org/2019/wot/tm#"
712
+ :rdf/type :rdfa/PrefixMapping
713
+ :dcat/downloadURL " https://github.com/w3c/wot-thing-description/raw/main/ontology/tm.ttl" })
714
+
709
715
(def wotsec
710
716
{:dcat/downloadURL " net/wikipunk/ext/security.ttl"
711
717
:rdfa/prefix " wotsec"
You can’t perform that action at this time.
0 commit comments