@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/terms/socialParenthood> a skos:Concept;
  dc:identifier "socialParenthood";
  dc:issued "2015-11-29"^^xsd:date;
  dc:modified "2015-11-29"^^xsd:date;
  rdfs:comment "relates to the actual care and upbringing of a child";
  skos:altLabel "non-genetic parenthood",
    "foster parenthood",
    "adoptive parenthood";
  skos:broader <http://homosaurus.org/terms/parenthood>;
  skos:hasTopConcept <http://homosaurus.org/terms/socialParenthood>;
  skos:inScheme <http://homosaurus.org/terms>;
  skos:narrower <http://homosaurus.org/terms/co-parenthood>;
  skos:prefLabel "social parenthood";
  skos:related <http://homosaurus.org/terms/biologicalParenthood>,
    <http://homosaurus.org/terms/fosterParents>,
    <http://homosaurus.org/terms/adoptiveParents> .
