@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#> .

<https://homosaurus.org/terms/domesticPartnershipContracts> a skos:Concept;
  dc:identifier "domesticPartnershipContracts";
  dc:issued "2015-11-25"^^xsd:date;
  dc:modified "2015-11-25"^^xsd:date;
  skos:changeNote "Version 1.0.0";
  skos:hasTopConcept <https://homosaurus.org/terms/domesticPartnershipContracts>;
  skos:inScheme <http://homosaurus.org/terms>;
  skos:prefLabel "domestic partnership contracts";
  skos:related <https://homosaurus.org/terms/consecration>,
    <https://homosaurus.org/terms/domesticPartnershipRetirementBenefits>,
    <https://homosaurus.org/terms/domesticPartnerships>,
    <https://homosaurus.org/terms/livingArrangements>,
    <https://homosaurus.org/terms/marriage>,
    <https://homosaurus.org/terms/marriageLaw>,
    <https://homosaurus.org/terms/personalAndFamilyLaw>,
    <https://homosaurus.org/terms/relationships>,
    <https://homosaurus.org/terms/supportLiability>,
    <https://homosaurus.org/terms/weddings> .
