Closed GoogleCodeExporter closed 9 years ago
Hopefully this is simply a matter of changing a label in a resource bundle?
Should be "subConcept"
Original comment by yjaq...@gmail.com
on 26 Nov 2010 at 12:59
Original comment by yjaq...@gmail.com
on 26 Nov 2010 at 3:39
For instance, if C2 is subConcept of C1.
Current version in OWL MOdel, it is represented as
C1 rdfs:subClassOf C2
Ref: http://www.w3.org/TR/rdf-schema/#ch_subclassof
Later, in SKOS version it will be represented as below instead of
rdfs:subClassOf
C1 skos:narrower C2
C2 skos:broader C1
Ref: http://www.w3.org/TR/skos-reference/#semantic-relations
In graph visualization, it is shown as
C1 hasSubClass C2
C2 isSubClassOf C1
Requested to change as below, whatever the actual relationship says
(rdfs:subClassOf or skos:narrower/skos:broader),
C1 hasSubConcept C2
C2 isSubConcept C1
Complexity: Source Code written by Ex-KU Team member. Need to drill down the
source code.
Original comment by pmshres...@gmail.com
on 13 Dec 2010 at 6:23
Original comment by sachit.r...@gmail.com
on 31 Jan 2011 at 5:46
Button "View graph" makes a new tab to open, with a duplicated instance of
VocBench. NO graph view.
Original comment by caterina...@gmail.com
on 17 Feb 2011 at 12:52
Original comment by caterina...@gmail.com
on 8 Mar 2011 at 9:37
Original comment by yjaq...@gmail.com
on 10 Mar 2011 at 11:52
Original issue reported on code.google.com by
caterina...@gmail.com
on 22 Oct 2010 at 7:26