@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/termination_of_employment>
  skos:prefLabel "termination of employment"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/dismissal> .

<https://concepts.sagepub.com/social-science/concept/dismissal>
  skos:definition "A judicial decision that ends all actions against the defendant. A defendant petitions the court to have the charges against him or her dropped by making a motion to dismiss. [Source: <a href=\"https://sk.sagepub.com/reference/behavioralsciences/n769.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Glossary of the Social and Behavioral Sciences; Dismissal</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/unfair_dismissal> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/termination_of_employment> ;
  skos:prefLabel "dismissal"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/unfair_dismissal>
  skos:prefLabel "unfair dismissal"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/dismissal> .

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

