@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://homosaurus.org/v2/survivorsOfSexualAbuseLGBTQ> a skos:Concept;
   dc:identifier "survivorsOfSexualAbuseLGBTQ";
   dc:issued "2019-05-14"^^xsd:date;
   dc:modified "2019-05-14"^^xsd:date;
   skos:broader <http://homosaurus.org/v2/victimsOfRapeLGBTQ>,
     <http://homosaurus.org/v2/victimsOfSexualAbuseLGBTQ>;
   skos:hasTopConcept <http://homosaurus.org/v2/LGBTQPeople>,
     <http://homosaurus.org/v2/sexualViolence>;
   skos:inScheme <http://homosaurus.org/terms>;
   skos:narrower <http://homosaurus.org/v2/queerSurvivorsOfSexualAbuse>,
     <http://homosaurus.org/v2/transgenderSurvivorsOfSexualAbuse>,
     <http://homosaurus.org/v2/gayVictimsOfSexualAbuse>,
     <http://homosaurus.org/v2/bisexualSurvivorsOfSexualAbuse>,
     <http://homosaurus.org/v2/gaySurvivorsOfSexualAbuse>,
     <http://homosaurus.org/v2/lesbianSurvivorsOfSexualAbuse>;
   skos:prefLabel "Survivors of sexual abuse (LGBTQ)";
   skos:related <http://homosaurus.org/v2/LGBTQDomesticViolence>,
     <http://homosaurus.org/v2/LGBTQSexualAbuse> .
