Project

General

Profile

« Previous | Next » 

Revision 5533

basic query can be issued and includes:
-match any/all
-from same observation
-for Entity, Characteristic, Standard, Protocol, Measurement

View differences:

index.jsp
53 53
	insertTemplateOpening("<%=CONTEXT_URL%>");
54 54
</script>
55 55

  
56
<h2>Concept search</h2>
56
<h2>Annotation-based search</h2>
57 57

  
58 58
<form method="POST" action="<%=SERVLET_URL%>" target="_top" id="searchForm" name="searchForm" onSubmit="return checkSearch(this)">
59 59
	<input name="query" type="hidden" />
60 60
	<input name="qformat" value="semtools" type="hidden" />
61
	<input name="action" value="squery" type="hidden" />
61
	<input name="action" value="semquery" type="hidden" />
62 62

  
63 63
	<table>
64 64
		<tr>
65
			<td>
66
				<select name="dynamicClass" id="dynamicClass">
67
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity" selected="selected">Entity</option>
68
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
69
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
70
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
71
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
72
				</select>
73
			</td>
74
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
75
		</tr>
76
		<tr>
77
			<td>
78
				<select name="dynamicClass" id="dynamicClass">
79
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
80
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic" selected="selected">Characteristic</option>
81
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
82
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
83
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
84
				</select>
85
			</td>
86
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
87
		</tr>
88
		<tr>
89
			<td>
90
				<select name="dynamicClass" id="dynamicClass">
91
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
92
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
93
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard" selected="selected">Standard</option>
94
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
95
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
96
				</select>
97
			</td>
98
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
99
		</tr>
100
		<tr>
101
			<td>
102
				<select name="dynamicClass" id="dynamicClass">
103
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
104
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
105
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
106
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol" selected="selected">Protocol</option>
107
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement">Measurement</option>
108
				</select>
109
			</td>
110
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
111
		</tr>
112
		<tr>
113
			<td>
114
				<select name="dynamicClass" id="dynamicClass">
115
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Entity">Entity</option>
116
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Characteristic">Characteristic</option>
117
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Standard">Standard</option>
118
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Protocol">Protocol</option>
119
					<option value="http://ecoinformatics.org/oboe/oboe.1.0/oboe-core.owl#Measurement" selected="selected">Measurement</option>
120
				</select>
121
			</td>
122
			<td><input type="text" name="dynamicValue" id="dynamicValue" class="bp_form_complete-all-uri" size="100" /></td>
123
		</tr>
124
		<!-- 
125
		<tr>
65 126
			<td>Entity: (SBC only)</td>
66 127
			<td><input type="text" name="entity" class="bp_form_complete-1523-uri" size="100" /></td>
67 128
		</tr>
129
		 -->
68 130
		<tr>
69
			<td>Characteristic: (all)</td>
70
			<td><input type="text" name="characteristic" class="bp_form_complete-all-uri" size="100" /></td>
131
			<td colspan="2">Match All? <input type="checkbox" name="matchAll" checked="checked"/></td>
71 132
		</tr>
72 133
		<tr>
73
			<td>Standard: (all)</td>
74
			<td><input type="text" name="standard" class="bp_form_complete-all-uri" size="100" /></td>
134
			<td colspan="2">From same Observation? <input type="checkbox" name="strict"/></td>
75 135
		</tr>
76 136
		<tr>
77
			<td>Protocol: (all)</td>
78
			<td><input type="text" name="protocol" class="bp_form_complete-all-uri" size="100" /></td>
79
		</tr>
80
		<tr>
81 137
			<td colspan="2"><input type="submit" value="Search"/></td>
82 138
		</tr>
83 139
	</table>

Also available in: Unified diff