@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/terms/parents> a skos:Concept;
  dc:identifier "parents";
  dc:issued "2015-11-29"^^xsd:date;
  dc:modified "2015-11-29"^^xsd:date;
  skos:broader <http://homosaurus.org/terms/familyMembers>;
  skos:hasTopConcept <http://homosaurus.org/terms/parents>;
  skos:inScheme <http://homosaurus.org/terms>;
  skos:narrower <http://homosaurus.org/terms/bisexualParents>,
    <http://homosaurus.org/terms/fathers>,
    <http://homosaurus.org/terms/co-parents>,
    <http://homosaurus.org/terms/stepParents>,
    <http://homosaurus.org/terms/gayParents>,
    <http://homosaurus.org/terms/parentsOfGayMen>,
    <http://homosaurus.org/terms/parentsOfBisexuals>,
    <http://homosaurus.org/terms/birthParents>,
    <http://homosaurus.org/terms/fosterParents>,
    <http://homosaurus.org/terms/parentsOfLesbians>,
    <http://homosaurus.org/terms/mothers>,
    <http://homosaurus.org/terms/grandparents>,
    <http://homosaurus.org/terms/singleParents>,
    <http://homosaurus.org/terms/adoptiveParents>,
    <http://homosaurus.org/terms/parentsOfTransgenderPeople>,
    <http://homosaurus.org/terms/parentsOfPedophiles>,
    <http://homosaurus.org/terms/lesbianParents>,
    <http://homosaurus.org/terms/transgenderParents>,
    <http://homosaurus.org/terms/parents-in-law>,
    <http://homosaurus.org/terms/parentsOfCrossdressers>;
  skos:prefLabel "parents";
  skos:related <http://homosaurus.org/terms/parentsOrganisations>,
    <http://homosaurus.org/terms/childhood>,
    <http://homosaurus.org/terms/parenthood> .
