diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 10:55:49 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-25 10:55:49 +0100 |
commit | 56865c524bddaee9ec86d57e62af9524be80d1b3 (patch) | |
tree | bda9e9631d4920ebb3073f1cd704e6a4c672fbb9 /tagit/apps | |
parent | df9adcb8d55300234d12f6737f9725df3bcfa4b4 (diff) | |
download | tagit-56865c524bddaee9ec86d57e62af9524be80d1b3.tar.gz tagit-56865c524bddaee9ec86d57e62af9524be80d1b3.tar.bz2 tagit-56865c524bddaee9ec86d57e62af9524be80d1b3.zip |
first tiles
Diffstat (limited to 'tagit/apps')
-rw-r--r-- | tagit/apps/port-config.yaml | 5 | ||||
-rw-r--r-- | tagit/apps/port-schema.nt | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/tagit/apps/port-config.yaml b/tagit/apps/port-config.yaml index 35f524a..7335c16 100644 --- a/tagit/apps/port-config.yaml +++ b/tagit/apps/port-config.yaml @@ -129,8 +129,9 @@ ui: #Searchtree: {} #TagHistogram: {} #Tagcloud: {} - sidebar_right: {} + sidebar_right: + Info: {} #CursorTags: {} - #Info: {} + BrowserTags: {} #Venn: {} window_size: 1024x768 diff --git a/tagit/apps/port-schema.nt b/tagit/apps/port-schema.nt index b18a6ad..7317496 100644 --- a/tagit/apps/port-schema.nt +++ b/tagit/apps/port-schema.nt @@ -55,11 +55,6 @@ bst:label rdfs:subClassOf bsfs:Predicate ; rdfs:range xsd:string ; bsfs:unique "true"^^xsd:boolean . -bse:author rdfs:subClassOf bsfs:Predicate ; - rdfs:domain bsfs:Entity ; - rdfs:range xsd:string ; - bsfs:unique "true"^^xsd:boolean . - bse:comment rdfs:subClassOf bsfs:Predicate ; rdfs:domain bsfs:Node ; rdfs:range xsd:string . |