forked from enridaga/musow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
columns.php
executable file
·48 lines (48 loc) · 990 Bytes
/
columns.php
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
<?php
return array(
"Person",
"ID: Resource name",
"ID: URL",
"Description",
"Project",
"Search Criterion",
"Research Questions",
"Item:Resource example",
"Reused resource",
"Resource type",
"Type: Collection",
"Type: Specification",
"Affordance: Is playable?",
"Purpose: Learning",
"Purpose: Research",
"Scope: Temporal",
"Scope: Geographical",
"Scope: Genre",
"Scope: Artist",
"Scope: Formats",
"Scope: MO type",
"Scope: Object type",
"Access: Public",
"Access: license",
"Access: Free/Charged",
"Format: Interoperable?",
"Interface: Human consumption?",
"Interface: API?",
"Interface: SPARQL endpoint?",
"SPARQL endpoint URI",
"Interface: Data Dump?",
"Interface: Is it queryable?",
"Interface: Browsable?",
"Collection: Size",
"Data size",
"Symbolic: Machine readable?",
"Feature: Melody",
"Feature: Harmony",
"Feature: Lyrics",
"Feature: Rhythm",
"Feature: Timbre",
"Feature: Contour/Shape",
"Feature: Structure",
"Feature: Descriptive Metadata",
"Situation/Task",
"Target audience");