I know the basic feature of customised view is just to create one with paths I want to display. Is there any other way for customisation?
In my project I have many annotation rdf nodes of items which are inherited rdfs:Statement. So the core predicates are rdfs:subject, rdfs:predicate and rdfs:object + extended core annotatedBy and rdfs:label + sometimes I give additional parameters such as score or rank. However Elda displays only URI, label and subject (see picture).
Is it possible to create a generic rule that in case of nested annotation statement (that is rdf class AnnotationStatement) displays only uri, label, annotatedBy + optional rank and score?
I know the basic feature of customised view is just to create one with paths I want to display. Is there any other way for customisation?
In my project I have many annotation rdf nodes of items which are inherited rdfs:Statement. So the core predicates are
rdfs:subject
,rdfs:predicate
andrdfs:object
+ extended coreannotatedBy
andrdfs:label
+ sometimes I give additional parameters such asscore
orrank
. However Elda displays onlyURI
,label
andsubject
(see picture).Is it possible to create a generic rule that in case of nested annotation statement (that is rdf class
AnnotationStatement
) displays onlyuri
,label
,annotatedBy
+ optionalrank
andscore
?