aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/apps
diff options
context:
space:
mode:
Diffstat (limited to 'tagit/apps')
-rw-r--r--tagit/apps/port-config.yaml5
-rw-r--r--tagit/apps/port-schema.nt5
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 .