@prefix dct: . @prefix ns1: . @prefix ns2: . @prefix rdfs: . @prefix skos: . a skos:Concept ; dct:created "2018-03-13" ; dct:modified "2018-04-16" ; ns1:hasProfile , , ; ns2:status ; rdfs:seeAlso ; skos:definition "A small application, with limited functionality, designed to operate in a componentware and/or middleware environment. Large, multifunctional, `monolithic` applications can be, and in the future often will be, broken into single-function applets that interoperate with other applets, and that can be assembled, perhaps only temporarily, into a user`s work environment. Java applets, for example, are typically downloaded via the Internet into your computer`s program memory, where they accomplish their task (such as `let the user zoom on this geodata`) and then `evaporate`."@en ; skos:prefLabel "applet"@en .