@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/bullying>
  skos:prefLabel "bullying"@en ;
  a skos:Concept ;
  skos:related <https://concepts.sagepub.com/social-science/concept/employee_misconduct> .

<https://concepts.sagepub.com/social-science/concept/gross_misconduct>
  skos:prefLabel "gross misconduct"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/employee_misconduct> .

<https://concepts.sagepub.com/social-science/concept/employee_behavior>
  skos:prefLabel "employee behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/employee_misconduct> .

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

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

<https://concepts.sagepub.com/social-science/concept/employee_victimization>
  skos:prefLabel "employee victimization"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/employee_misconduct> .

<https://concepts.sagepub.com/social-science/concept/employee_misconduct>
  skos:related <https://concepts.sagepub.com/social-science/concept/bullying> ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/harassment>, <https://concepts.sagepub.com/social-science/concept/gross_misconduct>, <https://concepts.sagepub.com/social-science/concept/employee_victimization> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/employee_behavior> ;
  skos:prefLabel "employee misconduct"@en ;
  a skos:Concept .

