method for viewing a list of all tags added for a corpus

2 views
Skip to first unread message

Simon Opper

unread,
Jun 16, 2020, 2:56:19 AM6/16/20
to TopBraid Suite Users
Hi folks


I'm wanting to view a list of all tags added to the corpus as a whole and ultimately to be able to filter by some tag metadata facets we will add. e.g. low confidence. 

We have a workflow where we will add metadata such as confidence ratings to tags added in a tag set on a content corpus and have review cycles on certain tag categories.

Is there a current or easy method suggested to view all the tags in a list ?  I couldn't find a panel view that shows tags as a global list - is this right ?

Currently it seems that to view tags one has to go to individual corpus items to which the tag has been added as in the below image:





I've found that the tag set graph captures the content object and the skos tag assigned. like this


My first attempt is to use a construct shape rule to add the above triples to a new class  corpus:Document-tags.  Then I figure I can view instances of that class which would be all of the tags as new objects.

something like

CONSTRUCT {
?this rdf:type corpus:DocumentTag .
    ?section corpus:DocumentTag ?tag .
}
WHERE {
         ?section corpus:topic ?tag .
 ?tag rdf:type skos:Concept .
}

But this is not quite working

Look forward to any advice

Cheers

Simon





Irene Polikoff

unread,
Jun 17, 2020, 11:53:01 AM6/17/20
to topbrai...@googlegroups.com
Hi Simon,

If you click on the “Add Tag” button, you will see all available tags.


If you click on the search icon to the right of Taxonomy Concepts heading, it will switch to the tabular display. It is a search panel so you could filter on any property, provided you have the appropriate property shapes defined.

On Jun 16, 2020, at 2:56 AM, Simon Opper <simon...@surroundaustralia.com> wrote:

Hi folks


I'm wanting to view a list of all tags added to the corpus as a whole and ultimately to be able to filter by some tag metadata facets we will add. e.g. low confidence. 

We have a workflow where we will add metadata such as confidence ratings to tags added in a tag set on a content corpus and have review cycles on certain tag categories.

Is there a current or easy method suggested to view all the tags in a list ?  I couldn't find a panel view that shows tags as a global list - is this right ?

Currently it seems that to view tags one has to go to individual corpus items to which the tag has been added as in the below image:

<Auto Generated Inline Image 1.png>



I've found that the tag set graph captures the content object and the skos tag assigned. like this


My first attempt is to use a construct shape rule to add the above triples to a new class  corpus:Document-tags.  Then I figure I can view instances of that class which would be all of the tags as new objects.

something like

CONSTRUCT {
?this rdf:type corpus:DocumentTag .
    ?section corpus:DocumentTag ?tag .
}
WHERE {
         ?section corpus:topic ?tag .
 ?tag rdf:type skos:Concept .
}

But this is not quite working

Look forward to any advice

Cheers

Simon






--
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/1dbe6e19-ac93-409c-98dc-e8cbaefdd865o%40googlegroups.com.
<Auto Generated Inline Image 1.png>

Reply all
Reply to author
Forward
0 new messages