@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 "Software that exists in relatively small modules with standard interfaces. Components can be combined easily to create tailored applications that are easier to maintain and upgrade than `monolithic` applications that provide the same functionality. Another benefit is that components from different vendors can be used together to provide flexible, economic solutions. componentware can be defined as software products constructed using object technology."@en ; skos:prefLabel "componentware"@en .