@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/operational_research>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/network_analysis>, <https://concepts.sagepub.com/social-science/concept/decision_theory>, <https://concepts.sagepub.com/social-science/concept/mathematical_programming> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mathematics>, <https://concepts.sagepub.com/social-science/concept/management_techniques> ;
  skos:prefLabel "operational research"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/decision_theory>
  skos:prefLabel "decision theory"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/operational_research> .

<https://concepts.sagepub.com/social-science/concept/network_analysis>
  skos:prefLabel "network analysis"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/operational_research> .

<https://concepts.sagepub.com/social-science/concept/mathematics>
  skos:prefLabel "mathematics"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/operational_research> .

<https://concepts.sagepub.com/social-science/concept/management_techniques>
  skos:prefLabel "management techniques"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/operational_research> .

<https://concepts.sagepub.com/social-science/concept/mathematical_programming>
  skos:prefLabel "mathematical programming"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/operational_research> .

<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/operational_research> .

