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

<http://homosaurus.org/v2/trigenderPeople> a skos:Concept;
   dc:identifier "trigenderPeople";
   dc:issued "2019-05-14"^^xsd:date;
   dc:modified "2019-05-14"^^xsd:date;
   rdfs:comment "People whose gender continually moves between or among three gender identities, typically male, female, and a third gender";
   skos:broader <http://homosaurus.org/v2/nonEuroAmericanGenderAndSexualIdentities>,
     <http://homosaurus.org/v2/transgenderPeople>;
   skos:hasTopConcept <http://homosaurus.org/v2/gender>,
     <http://homosaurus.org/v2/LGBTQPeople>;
   skos:inScheme <http://homosaurus.org/terms>;
   skos:prefLabel "Trigender people";
   skos:related <http://homosaurus.org/v2/trigenderIdentity> .
