@prefix joint: . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix skos: . @prefix lemon: . @prefix lexinfo . .... joint:mouse__NN a lemon:LexicalEntry ; lemon:canonicalForm ; lemon:language "EN" ; lexinfo:partOfSpeech lexinfo:noun ; rdfs:label "mouse"@en . a lemon:canonicalForm ; lemon:writtenRep "mouse" . .... lemon:entry joint:mouse__NN_1 . joint:mouse__NN_1 lemon:canonicalForm . joint:mouse__NN_1 skos:related joint:keyboard__NN_1 ; skos:notation "1.000"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:computer__NN_0 ; skos:notation "0.796"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:printer__NN_0 ; skos:notation "0.696"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:joystick__NN_0 ; skos:notation "0.633"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:peripheral__NN_0 ; skos:notation "0.588"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:monitor__NN_0 ; skos:notation "0.554"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:remote__NN_0 ; skos:notation "0.526"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:modem__NN_0 ; skos:notation "0.503"^^joint:relatedness . joint:mouse__NN_1 skos:related joint:stylus__NN_1 ; skos:notation "0.484"^^joint:relatedness . ....