@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/court_orders>
  skos:prefLabel "court orders"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/injunctions> .

<https://concepts.sagepub.com/social-science/concept/constitutional_issues>
  skos:prefLabel "constitutional issues"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/injunctions> .

<https://concepts.sagepub.com/social-science/concept/legal_judgements>
  skos:prefLabel "legal judgements"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/injunctions> .

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

<https://concepts.sagepub.com/social-science/concept/injunctions>
  skos:definition "Judicial orders directing someone to halt a course of action. A judge orders an injunction when he or she decides that an action will cause irreparable injury to another person, and that a subsequent lawsuit will not provide adequate compensation for the injury. [Source: <a href=\"https://sk.sagepub.com/cqpress/students-guide-to-the-supreme-court/n94.xml\" target=\"_blank\" data-id=\"to-sk\">Student's Guide to the Supreme Court; Injunctions</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/legal_judgements>, <https://concepts.sagepub.com/social-science/concept/court_orders>, <https://concepts.sagepub.com/social-science/concept/constitutional_issues> ;
  skos:prefLabel "injunctions"@en ;
  a skos:Concept .

