[isidorus-cvs] r757 - in branches/gdl-frontend/src/anaToMia/GDL_Widgets: src/us/isidor/gdl/anaToMia/Widgets/base src/us/isidor/gdl/anaToMia/Widgets/isidorus src/us/isidor/gdl/anaToMia/Widgets/text war/gdl_widgets
lgiessmann at common-lisp.net
lgiessmann at common-lisp.net
Thu Aug 18 22:43:10 UTC 2011
Author: lgiessmann
Date: Thu Aug 18 15:43:09 2011
New Revision: 757
Log:
gdl-frontend: Widgets: added a new jtm file that contains the required TMCL+GDL-Schema for the TextGrid-ServiceRegistry and additionally some test data
Added:
branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema_with_test_data.jtm
Modified:
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java
branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/text/GdlText.java
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java Thu Aug 18 11:34:19 2011 (r756)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/base/TestClass.java Thu Aug 18 15:43:09 2011 (r757)
@@ -28,19 +28,20 @@
ArrayList<Pair<String, TopicIdentifierTypes>> requestedTopicsToCreate = new ArrayList<Pair<String,TopicIdentifierTypes>>();
//requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/Hash-Object", TopicIdentifierTypes.SubjectIdentifier));
- requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/Environment", TopicIdentifierTypes.SubjectIdentifier));
+ //requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/Environment", TopicIdentifierTypes.SubjectIdentifier));
//requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://psi.test.org/gdl-test/Poet", TopicIdentifierTypes.SubjectIdentifier));
//requestedTopicsToCreate.add(new Pair<String, TopicIdentifierTypes>("http://psi.test.org/gdl-test/Musician", TopicIdentifierTypes.SubjectIdentifier));
//Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/test-env", TopicIdentifierTypes.SubjectIdentifier);
//Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/model/types/test-hash", TopicIdentifierTypes.SubjectIdentifier);
+ Pair<String, TopicIdentifierTypes> requestedTopicToEdit = new Pair<String, TopicIdentifierTypes>("http://textgrid.org/serviceregistry/test-hash-1", TopicIdentifierTypes.SubjectIdentifier);
GdlPanel.addClickHandler("unit_1_text_create_button_id", new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
Window.alert("you clicked " + ((Button)event.getSource()).getText());
}
});
- gdlPanel = new GdlPanel(null, requestedTopicsToCreate);
+ gdlPanel = new GdlPanel(requestedTopicToEdit, requestedTopicsToCreate);
mainPanel.add(gdlPanel);
gdlPanel.setTmEngine(new JtmsTmEngine());
gdlPanel.setLoadSchemaCallback(new LoadSchemaCallback());
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java Thu Aug 18 11:34:19 2011 (r756)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/LoadSchemaCallback.java Thu Aug 18 15:43:09 2011 (r757)
@@ -23,7 +23,7 @@
// this class can be used as a callback that requests the Topic Map data
// addressable by the URI isidorusUrl
public class LoadSchemaCallback implements ILoadSchemaCallback{
- private final String isidorusUrl = URL.encode(GWT.getModuleBaseURL() + "TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema.jtm"); //"test.gdl.jtm"); // TODO: replace with the correct URL
+ private final String isidorusUrl = URL.encode(GWT.getModuleBaseURL() + "TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema_with_test_data.jtm"); //"test.gdl.jtm"); // TODO: replace with the correct URL
private ArrayList<Pair<String, TopicIdentifierTypes>> requestedTopicsToCreate = new ArrayList<Pair<String,TopicIdentifierTypes>>();
private Pair<String, TopicIdentifierTypes> requestedTopicToEdit = null;
private RequestBuilder requestBuilder = new RequestBuilder(RequestBuilder.GET, isidorusUrl);
Modified: branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/text/GdlText.java
==============================================================================
--- branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/text/GdlText.java Thu Aug 18 11:34:19 2011 (r756)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/text/GdlText.java Thu Aug 18 15:43:09 2011 (r757)
@@ -110,7 +110,7 @@
Topic occurrenceType = TmHelper.getConstrainedStatement(this.getConstraint());
for(int i = 0; i != ((Topic)this.receivedData).getOccurrences(occurrenceType).length(); ++i)
- this.createNewTextArea().setText(((Topic)this.receivedData).getNames(occurrenceType).get(i).getValue());
+ this.createNewTextArea().setText(((Topic)this.receivedData).getOccurrences(occurrenceType).get(i).getValue());
}
// TODO: implement type, variant, datatype, ... constraints
} else {
Added: branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema_with_test_data.jtm
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/gdl_widgets/TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema_with_test_data.jtm Thu Aug 18 15:43:09 2011 (r757)
@@ -0,0 +1,7112 @@
+{
+ "version":"1.1",
+ "prefixes":{
+ "pref_5":"http://textgrid.org/serviceregistry/model/types/",
+ "pref_4":"http://textgrid.org/serviceregistry/model/",
+ "pref_1":"http://textgrid.org/serviceregistry/gdl/",
+ "pref_6":"http://psi.topicmaps.org/iso13250/model/",
+ "pref_8":"http://textgrid.org/serviceregistry/",
+ "xsd":"http://www.w3.org/2001/XMLSchema#",
+ "pref_2":"http://psi.isidor.us/gdl/types/",
+ "pref_7":"http://psi.topicmaps.org/tmcl/",
+ "pref_3":"http://psi.isidor.us/gdl/"
+ },
+ "item_identifiers":["[pref_8:services-tm]"
+ ],
+ "topics":[{"subject_identifiers":["[pref_8:test-environment-1]"],
+ "instance_of":["si:[pref_5:Environment]"],
+ "names":[{"type":"si:[pref_4:environment-name]", "value":"Test Environment 1"}]
+ },
+ {"subject_identifiers":["[pref_8:test-environment-2]"],
+ "instance_of":["si:[pref_5:Environment]"],
+ "names":[{"type":"si:[pref_4:environment-name]", "value":"Test Environment 2"}]
+ },
+ {"subject_identifiers":["[pref_8:test-hash-1]"],
+ "instance_of":["si:[pref_5:Hash-Object]"],
+ "occurrences":[{"type":"si:[pref_4:hash-type]", "value":"confserver", "datatype":"[xsd:string]"},
+ {"type":"si:[pref_4:key]", "value":"key-value-1", "datatype":"[xsd:string]"},
+ {"type":"si:[pref_4:value]", "value":"value-value-1", "datatype":"[xsd:string]"}]
+ },
+ {"subject_identifiers":["[pref_8:test-hash-2]"],
+ "instance_of":["si:[pref_5:Hash-Object]"],
+ "occurrences":[{"type":"si:[pref_4:hash-type]", "value":"confserver", "datatype":"[xsd:string]"},
+ {"type":"si:[pref_4:key]", "value":"key-value-2", "datatype":"[xsd:string]"},
+ {"type":"si:[pref_4:value]", "value":"value-value-2", "datatype":"[xsd:string]"}]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"65px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"50px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-name-text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_name_text_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"240px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:cursor]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"name:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-text-label]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_text_label_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:environment-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Environment",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"environment_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"100px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_3:cursor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-delete-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Delete-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_delete_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-editor-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-editor-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Editor-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Editor View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-editor-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-editor-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Editor-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Editor Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_editor_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_2:Delete-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Editor-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Editor-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:right]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-commit-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Commit-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_commit_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"reset",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"115px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-reset-button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Action-Button]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_reset_button_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"30px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"80px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:font-size]",
+ "value":"12px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"value:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"70px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_value_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"false",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:pointer]",
+ "value":"text",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"key:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_key_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"0px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-list-box-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:List-Box]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_list_box_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-has-hash-creator-association-view-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"60px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:has-hash-creator-association-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Creator-Association-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"A Creator View for associations of the type http://textgrid.org/serviceregistry/model/has-hash",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"has_hash_createor_association_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"230px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Literal-Value]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:literal-value]",
+ "value":"environment:",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Value-Group]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env-position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Position]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:position-style]",
+ "value":"absolute",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:top]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:left]",
+ "value":"10px",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-text-label-env]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Text]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_text_label_env_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:readonly]",
+ "value":"true",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"40px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:border-style]",
+ "value":"none",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-creator-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:TM-Single-Type-Value]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_1:hash-object-default-creator-topic-view]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Default-Creator-Topic-View]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Default Creator Topic View for instances of http://textgrid.org/serviceregistry/model/Hash-Object",
+ "type":"si:[pref_3:view-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:id]",
+ "value":"hash_object_default_creator_topic_view_id",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:width]",
+ "value":"300px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:height]",
+ "value":"160px",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_3:background-color]",
+ "value":"gray",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_1:textgrid-ui-schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_2:Schema]"
+ ],
+ "names":[{
+ "item_identifiers":null,
+ "value":"GDL Schema for the TextGrid-ServiceRegistry-UI",
+ "type":"si:[pref_3:schema-name]",
+ "scope":null,
+ "variants":null,
+ "reifier":null
+ }
+ ],
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Commit-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Action-Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Button]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value-Group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:right]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:left]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:top]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:font-size]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:readonly]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:List-Box]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Text-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:fixed]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:literal-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Literal-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Single-Type-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:TM-Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Creator-Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Association-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Creator-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Default-Topic-View]",
+ "[pref_2:Default-Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Topic-View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:View]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:id]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:background-color]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:border-style]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:pointer]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:height]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:width]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Visible-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":null,
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:schema-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_2:Schema]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descendant]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:ancestor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-group]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:descriptor]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-construct]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:containee]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:container]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:position]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:value-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:tm-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:topic-view-binding]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_3:contains]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-service-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-hash-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment-environment-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-role-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-value-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-key-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-datatype-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:datatype]",
+ "value":"http://www.w3.org/2001/XMLSchema#string",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-hash-type-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-occurrence-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/hashobject/.+/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:regular-expression-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-name-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-psi-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:subject-identifier-constraint]"
+ ],
+ "names":null,
+ "occurrences":[{
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-min]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:card-max]",
+ "value":"1",
+ "scope":null,
+ "reifier":null
+ },
+ {
+ "item_identifiers":null,
+ "datatype":"http://www.w3.org/2001/XMLSchema#string",
+ "type":"si:[pref_7:regexp]",
+ "value":"^http://textgrid.org/serviceregistry/environment/.+$",
+ "scope":null,
+ "reifier":null
+ }
+ ]
+ },
+ {
+ "subject_identifiers":["[pref_4:environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:has-hash]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:environment-name]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:name-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:value]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:key]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_4:hash-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Environment]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Hash-Object]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_5:Service]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype-subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:subtype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_6:supertype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-role]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained-statement]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:association-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constrained]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-role-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-datatype-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regular-expression-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-occurrence-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-name-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:subject-identifier-constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:constraint]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]",
+ "si:[pref_7:role-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:datatype]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:regexp]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-max]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:card-min]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:occurrence-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:association-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:role-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:occurrence-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:name-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ },
+ {
+ "subject_identifiers":["[pref_7:topic-type]"
+ ],
+ "subject_locators":null,
+ "item_identifiers":null,
+ "instance_of":["si:[pref_7:topic-type]"
+ ],
+ "names":null,
+ "occurrences":null
+ }
+ ],
+ "associations":[{"item_identifiers":null,
+ "type":"si:[pref_4:has-hash]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_4:hash]",
+ "reifier":null,
+ "player":"si:[pref_8:test-hash-1]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_4:environment]",
+ "reifier":null,
+ "player":"si:[pref_8:test-environment-1]"
+ }
+ ]
+ },
+ {"item_identifiers":null,
+ "type":"si:[pref_4:has-hash]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_4:hash]",
+ "reifier":null,
+ "player":"si:[pref_8:test-hash-2]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_4:environment]",
+ "reifier":null,
+ "player":"si:[pref_8:test-environment-2]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-name-text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-text-label]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:environment-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-delete-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-editor-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-editor-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-editor-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-editor-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Delete-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Editor-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Editor-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-commit-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-reset-button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-key]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-list-box-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-has-hash-creator-association-view-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:has-hash-creator-association-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:value-group]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value-group]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:position]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env-position]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:ancestor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:descendant]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-text-label-env]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:topic-view-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-value]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-binding]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:descriptor]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-creator-view-binding]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:tm-construct]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:contains]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_3:container]",
+ "reifier":null,
+ "player":"si:[pref_1:textgrid-ui-schema]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_3:containee]",
+ "reifier":null,
+ "player":"si:[pref_1:hash-object-default-creator-topic-view]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Commit-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Action-Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Button]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value-Group]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Position]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:List-Box]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Text-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Literal-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Literal-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Single-Type-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:TM-Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Creator-Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Association-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Creator-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Default-Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Topic-View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:View]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_2:Descriptor]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_2:Visible-Object]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Service]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-service-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-hash-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-hash-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-role]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:has-environment-environment-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:value]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-value-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:key]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-key-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-datatype-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-type]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-hash-type-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-statement]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-name-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Environment]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:environment-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained-topic-type]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_7:constrained]",
+ "reifier":null,
+ "player":"si:[pref_5:Hash-Object]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_7:constraint]",
+ "reifier":null,
+ "player":"si:[pref_4:hash-psi-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:association-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-role-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:regular-expression-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-occurrence-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:subject-identifier-constraint]"
+ }
+ ]
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype-subtype]",
+ "reifier":null,
+ "scope":null,
+ "roles":[{
+ "item_identifiers":null,
+ "type":"si:[pref_6:supertype]",
+ "reifier":null,
+ "player":"si:[pref_7:constraint]"
+ },
+ {
+ "item_identifiers":null,
+ "type":"si:[pref_6:subtype]",
+ "reifier":null,
+ "player":"si:[pref_7:topic-name-constraint]"
+ }
+ ]
+ }
+ ],
+ "item_type":"topicmap",
+ "reifier":null
+}
\ No newline at end of file
More information about the Isidorus-cvs
mailing list