@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 "In object-oriented programming, data can be encapsulated in an object, which means all access to the data and manipulation of the data occurs through the object`s methods. Legacy software or data can be encapsulated by giving it an interface that is compatible with object software."@en ; skos:prefLabel "encapsulation"@en .