forked from SolidOS/solid-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructures2.html
More file actions
71 lines (60 loc) · 2.79 KB
/
structures2.html
File metadata and controls
71 lines (60 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.17), see www.w3.org"/>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Form structures 2 - Classifier and Choice</title>
<link type="text/css" rel="stylesheet" href="../style/demo-style.css" />
<!-- used for production ready documentation -->
<!-- note: one does not need whole mashlib, solid-ui is sufficient also -->
<!--<script type="text/javascript" src="https://solidos.github.io/mashlib/dist/mashlib.js"></script> -->
<!-- to use only solid-ui -->
<script type="text/javascript" src="https://solidos.github.io/solid-ui/dist/solid-ui.js"></script>
<!-- used for local development -->
<!-- make sure to use the latest build version by running npm run build-form-examples first -->
<!-- <script type="text/javascript" src="solid-ui.js"></script> -->
<script type="text/javascript" src="test-form.js"></script>
</head>
<body>
<h1>Form structures 2 - Classifier and Options</h1>
<pre id="Prolog">
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix sched: <http://www.w3.org/ns/pim/schedule#>.
@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix ui: <http://www.w3.org/ns/ui#>.
@prefix schema: <http://schema.org/>.
@prefix trip: <http://www.w3.org/ns/pim/trip#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix ex: <#>. # Things in the examples
@prefix : <#>.
</pre
>
<div>
<table
style="border-collapse: collapse; border: 0.1em solid gray"
summary="Table of input data values and UI outputs generated"
>
<tbody>
<tr>
<td>Form data example for ui:Classifier and ui:Options </td>
<td>Raw data</td>
<td>Form</td>
</tr>
<tr class="form-demo">
<td class="input" source="https://solidos.solidcommunity.net/public/2021/solidUiFormTestData/structures2_organisations_form.ttl#OrganizationCreationForm">
</td>
<td
class="target"
source="https://solidos.solidcommunity.net/public/2021/solidUiFormTestData/structures2_organisations_rawData.ttl#org1">
</td>
<td class="output"></td>
</tr>
___________
</tbody>
</table>
</div>
</body>
</html>