@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/object-oriented_programming>
  skos:definition "Object-oriented programming (OOP) is an approach to writing computer code that uses “objects” created by programmers to trigger specific functions in software. Objects in the programming sense are not physical, palpable things like desks or cars; they are software modules, or self-contained mini-programs, that stand on their own. [Source: <a href=\"https://sk.sagepub.com/reference/newmedia/n180.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of New Media; Object-Oriented Programming</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/technology_(new_media)> ;
  skos:prefLabel "object-oriented programming"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/technology_(new_media)>
  skos:prefLabel "technology (new media)"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/object-oriented_programming> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/object-oriented_programming> .

