@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/waiting_time> .

<https://concepts.sagepub.com/social-science/concept/waiting_time>
  skos:definition "Waiting time is the time between an expectation for service and the beginning of the service delivery. It occurs when a request for service cannot be satisfied immediately due to a server being occupied with other requests or due to a server being temporarily out of service. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n844.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Waiting Time</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/operations_and_decision_making> ;
  skos:prefLabel "waiting time"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/operations_and_decision_making>
  skos:prefLabel "operations and decision making"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/waiting_time> .

