<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="SWITCH-1759_create_other_participation_roles:1" author="owright">
        <query>
            <![CDATA[
                MATCH (studioPersonnel:ParticipationRoleCategory { name: "Studio Personnel" })
                MERGE (otherStudioPersonnel:ParticipationRole { name: "Other Studio Personnel" })
                MERGE (studioPersonnel)<-[:BELONGS_TO]-(otherStudioPersonnel);
            ]]>
        </query>
    </changeset>
    <changeset id="SWITCH-1759_create_other_participation_roles:2" author="owright">
        <query>
            <![CDATA[
                MATCH (labelPersonnel:ParticipationRoleCategory { name: "Record Label Personnel" })
                MERGE (otherLabelPersonnel:ParticipationRole { name: "Other Label Personnel" })
                MERGE (labelPersonnel)<-[:BELONGS_TO]-(otherLabelPersonnel);
            ]]>
        </query>
    </changeset>
    <changeset id="SWITCH-1759_create_other_participation_roles:3" author="owright">
        <query>
            <![CDATA[
                MATCH (songwriterComposer:ParticipationRoleCategory { name: "Songwriter/Composer" })
                MERGE (otherCompositionalContributor:ParticipationRole { name: "Other Compositional Contributor" })
                MERGE (songwriterComposer)<-[:BELONGS_TO]-(otherCompositionalContributor);
            ]]>
        </query>
    </changeset>
</changelog>
