File tree Expand file tree Collapse file tree
Documentation/form-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 content ="HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.17), see www.w3.org " />
88 < meta http-equiv ="Content-Type " content ="text/html; charset=us-ascii " />
99
10- < title > Form structures 4 - Choice</ title >
10+ < title > Form structures 3 - Choice</ title >
1111 < link type ="text/css " rel ="stylesheet " href ="../style/demo-style.css " />
1212
1313 <!-- used for production-ready documentation -->
2424
2525< body >
2626
27- < h1 > Form structures 4 - Choice</ h1 >
27+ < h1 > Form structures 3 - Choice</ h1 >
2828 < pre id ="Prolog ">
2929 @prefix foaf: <http://xmlns.com/foaf/0.1/>.
3030 @prefix sched: <http://www.w3.org/ns/pim/schedule#>.
Original file line number Diff line number Diff line change @@ -115,5 +115,6 @@ function getWellKnownLabel (thing) {
115115 store . any ( thing , UI . ns . foaf ( 'nick' ) ) ||
116116 store . any ( thing , UI . ns . as ( 'name' ) ) ||
117117 store . any ( thing , UI . ns . schema ( 'name' ) ) ||
118- store . any ( thing , UI . ns . rdfs ( 'label' ) )
118+ store . any ( thing , UI . ns . rdfs ( 'label' ) ) ||
119+ store . any ( thing , store . sym ( 'http://www.w3.org/2004/02/skos/core#prefLabel' ) )
119120}
You can’t perform that action at this time.
0 commit comments