locabulary 0.6.2 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,28 +1,35 @@
1
1
  {
2
2
  "predicate_name": "college",
3
- "values": [{
4
- "term_label": "School of Architecture",
5
- "default_presentation_sequence": 10,
6
- "activated_on": "2015-07-22"
7
- },{
8
- "term_label": "College of Arts and Letters",
9
- "default_presentation_sequence": 20,
10
- "activated_on": "2015-07-22"
11
- },{
12
- "term_label": "Mendoza College of Business",
13
- "default_presentation_sequence": 30,
14
- "activated_on": "2015-07-22"
15
- },{
16
- "term_label": "College of Engineering",
17
- "default_presentation_sequence": 40,
18
- "activated_on": "2015-07-22"
19
- },{
20
- "term_label": "College of Science",
21
- "default_presentation_sequence": 50,
22
- "activated_on": "2015-07-22"
23
- },{
24
- "term_label": "First Year of Studies",
25
- "default_presentation_sequence": 60,
26
- "activated_on": "2015-12-14"
27
- }]
3
+ "values": [
4
+ {
5
+ "term_label": "School of Architecture",
6
+ "default_presentation_sequence": 10,
7
+ "activated_on": "2015-07-22"
8
+ },
9
+ {
10
+ "term_label": "College of Arts and Letters",
11
+ "default_presentation_sequence": 20,
12
+ "activated_on": "2015-07-22"
13
+ },
14
+ {
15
+ "term_label": "Mendoza College of Business",
16
+ "default_presentation_sequence": 30,
17
+ "activated_on": "2015-07-22"
18
+ },
19
+ {
20
+ "term_label": "College of Engineering",
21
+ "default_presentation_sequence": 40,
22
+ "activated_on": "2015-07-22"
23
+ },
24
+ {
25
+ "term_label": "College of Science",
26
+ "default_presentation_sequence": 50,
27
+ "activated_on": "2015-07-22"
28
+ },
29
+ {
30
+ "term_label": "First Year of Studies",
31
+ "default_presentation_sequence": 60,
32
+ "activated_on": "2015-12-14"
33
+ }
34
+ ]
28
35
  }
@@ -1,40 +1,130 @@
1
1
  {
2
2
  "predicate_name": "copyright",
3
- "values": [{
4
- "term_label": "All rights reserved",
5
- "term_uri": "All rights reserved",
6
- "activated_on": "2015-01-01"
7
- },{
8
- "term_label": "Attribution 3.0 United States",
9
- "term_uri": "http://creativecommons.org/licenses/by/3.0/us/",
10
- "activated_on": "2015-01-01"
11
- },{
12
- "term_label": "Attribution-NoDerivs 3.0 United States",
13
- "term_uri": "http://creativecommons.org/licenses/by-nd/3.0/us/",
14
- "activated_on": "2015-01-01"
15
- },{
16
- "term_label": "Attribution-NonCommercial 3.0 United States",
17
- "term_uri": "http://creativecommons.org/licenses/by-nc/3.0/us/",
18
- "activated_on": "2015-01-01"
19
- },{
20
- "term_label": "Attribution-NonCommercial-NoDerivs 3.0 United States",
21
- "term_uri": "http://creativecommons.org/licenses/by-nc-nd/3.0/us/",
22
- "activated_on": "2015-01-01"
23
- },{
24
- "term_label": "Attribution-NonCommercial-ShareAlike 3.0 United States",
25
- "term_uri": "http://creativecommons.org/licenses/by-nc-sa/3.0/us/",
26
- "activated_on": "2015-01-01"
27
- },{
28
- "term_label": "Attribution-ShareAlike 3.0 United States",
29
- "term_uri": "http://creativecommons.org/licenses/by-sa/3.0/us/",
30
- "activated_on": "2015-01-01"
31
- },{
32
- "term_label": "CC0 1.0 Universal",
33
- "term_uri": "http://creativecommons.org/publicdomain/zero/1.0/",
34
- "activated_on": "2015-01-01"
35
- },{
36
- "term_label": "Public Domain Mark 1.0",
37
- "term_uri": "http://creativecommons.org/publicdomain/mark/1.0/",
38
- "activated_on": "2015-01-01"
39
- }]
3
+ "values": [
4
+ {
5
+ "term_label": "All rights reserved",
6
+ "term_uri": "All rights reserved",
7
+ "description": " With this license you—as the copyright holder—reserve all rights held under copyright law, such as for distribution and creation of derivative works. This means that no one can use your content in a work—such as a presentation or article—or create derivatives from it without your permission.",
8
+ "activated_on": "2015-01-01"
9
+ },
10
+ {
11
+ "term_label": "CC0 1.0 Universal",
12
+ "term_uri": "http://creativecommons.org/publicdomain/zero/1.0/",
13
+ "description": "With this license you are waiving your rights as copyright owner to the content you upload. This means your content may be distributed and reused without attribution, without restriction. CC0 is a license that one applies to one's own work; rarely does one apply it to another's work, unless one has the appropriate rights to do so.",
14
+ "activated_on": "2015-01-01"
15
+ },
16
+ {
17
+ "term_label": "Creative Commons 3.0 BY-NC",
18
+ "term_uri": "https://creativecommons.org/licenses/by-nc/3.0/",
19
+ "description": "With this license you allow others to \"remix, tweak, and build\" on your content in non-commercial ways. While they must credit you as the original creator and while the remixed, tweaked, or expanded upon content must remain non-commercial, they do not have to apply identical license terms on the new content.",
20
+ "activated_on": "2017-01-01"
21
+ },
22
+ {
23
+ "term_label": "Creative Commons 3.0 BY-NC-ND",
24
+ "term_uri": "https://creativecommons.org/licenses/by-nc-nd/3.0/",
25
+ "description": "With this license you share your work with others and allow them to download your work, provided they attribute you as the creator and refrain from changing the content in any way and from using it for commercial means.",
26
+ "activated_on": "2017-01-01"
27
+ },
28
+ {
29
+ "term_label": "Creative Commons 3.0 BY-NC-SA",
30
+ "term_uri": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
31
+ "description": "With this license you allow others to \"remix, tweak, and build\" on your content in non-commercial ways, provided they give you credit (as the original creator) and also apply the same license level to the newly resulting creations.",
32
+ "activated_on": "2017-01-01"
33
+ },
34
+ {
35
+ "term_label": "Creative Commons 3.0 BY-ND",
36
+ "term_uri": "https://creativecommons.org/licenses/by-nd/3.0/",
37
+ "description": "With this license you permit \"redistribution, commercial and non-commercial,\" provided the content remains unaltered and intact (i.e., whole) and provided you are attributed as the original creator.",
38
+ "activated_on": "2017-01-01"
39
+ },
40
+ {
41
+ "term_label": "Creative Commons 3.0 BY-SA",
42
+ "term_uri": "https://creativecommons.org/licenses/by-sa/3.0/",
43
+ "description": "With this license you allow others to \"remix, tweak, and build\" on your deposited content, including for commercial uses, provided they attribute you as the original creator AND incorporate the same level of licensing (i.e., CC BY-SA) for the newly resulting creation. \"All new works based on yours will carry the same license, so any derivatives will also allow commercial use.",
44
+ "activated_on": "2017-01-01"
45
+ },
46
+ {
47
+ "term_label": "Creative Commons BY 3.0 United States",
48
+ "term_uri": "http://creativecommons.org/licenses/by/3.0/us/",
49
+ "activated_on": "2015-01-01"
50
+ },
51
+ {
52
+ "term_label": "Creative Commons BY 3.0 Unported",
53
+ "term_uri": "https://creativecommons.org/licenses/by/3.0/",
54
+ "description": "With this license you allow others to \"distribute, remix, tweak, and build\" on your deposited content—including for commercial purposes—provided they attribute you as the original creator. CurateND supports both the United States and International (Unported) versions of this license.",
55
+ "activated_on": "2017-01-01"
56
+ },
57
+ {
58
+ "term_label": "Creative Commons BY 4.0",
59
+ "term_uri": "https://creativecommons.org/licenses/by/4.0/",
60
+ "description": "With this license, you allow others to \"distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.\"",
61
+ "activated_on": "2017-01-01"
62
+ },
63
+ {
64
+ "term_label": "Creative Commons BY-NC 3.0 United States",
65
+ "term_uri": "http://creativecommons.org/licenses/by-nc/3.0/us/",
66
+ "activated_on": "2015-01-01",
67
+ "deactivated_on": "2016-12-31"
68
+ },
69
+ {
70
+ "term_label": "Creative Commons BY-NC 4.0",
71
+ "term_uri": "https://creativecommons.org/licenses/by-nc/4.0/",
72
+ "description": "With this license, you allow others to \"remix, tweak, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don't have to license their derivative works on the same terms.\"",
73
+ "activated_on": "2017-01-01"
74
+ },
75
+ {
76
+ "term_label": "Creative Commons BY-NC-ND 3.0 United States",
77
+ "term_uri": "http://creativecommons.org/licenses/by-nc-nd/3.0/us/",
78
+ "activated_on": "2015-01-01",
79
+ "deactivated_on": "2016-12-31"
80
+ },
81
+ {
82
+ "term_label": "Creative Commons BY-NC-ND 4.0",
83
+ "term_uri": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
84
+ "description": "With this license, you only allow others to \"download your works and share them with others as long as they credit you, but they can't change them in any way or use them commercially.\"",
85
+ "activated_on": "2017-01-01"
86
+ },
87
+ {
88
+ "term_label": "Creative Commons BY-NC-SA 3.0 United States",
89
+ "term_uri": "http://creativecommons.org/licenses/by-nc-sa/3.0/us/",
90
+ "activated_on": "2015-01-01",
91
+ "deactivated_on": "2016-12-31"
92
+ },
93
+ {
94
+ "term_label": "Creative Commons BY-NC-SA 4.0",
95
+ "term_uri": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
96
+ "description": "With this license, you allow others to \"remix, tweak, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms.\"",
97
+ "activated_on": "2017-01-01"
98
+ },
99
+ {
100
+ "term_label": "Creative Commons BY-ND 3.0 United States",
101
+ "term_uri": "http://creativecommons.org/licenses/by-nd/3.0/us/",
102
+ "activated_on": "2015-01-01",
103
+ "deactivated_on": "2016-12-31"
104
+ },
105
+ {
106
+ "term_label": "Creative Commons BY-ND 4.0",
107
+ "term_uri": "https://creativecommons.org/licenses/by-nd/4.0/",
108
+ "description": "With this license, you allow \"redistribution, commercial and non-commercial, as long as [the licensed object] is passed along unchanged and in whole, with credit to you.\"",
109
+ "activated_on": "2017-01-01"
110
+ },
111
+ {
112
+ "term_label": "Creative Commons BY-SA 3.0 United States",
113
+ "term_uri": "http://creativecommons.org/licenses/by-sa/3.0/us/",
114
+ "activated_on": "2015-01-01",
115
+ "deactivated_on": "2016-12-31"
116
+ },
117
+ {
118
+ "term_label": "Creative Commons BY-SA 4.0",
119
+ "term_uri": "https://creativecommons.org/licenses/by-sa/4.0/",
120
+ "description": "With this license, you allow others to \"remix, tweak, and build upon your work even for commercial purposes, as long as they credit you and license their new creations under the identical terms. This license is often compared to 'copyleft' free and open source software licenses. All new works based on yours will carry the same license, so any derivatives will also allow commercial use. This is the license used by Wikipedia, and is recommended for materials that would benefit from incorporating content from Wikipedia and similarly licensed projects.\"",
121
+ "activated_on": "2017-01-01"
122
+ },
123
+ {
124
+ "term_label": "Public Domain Mark 1.0",
125
+ "term_uri": "http://creativecommons.org/publicdomain/mark/1.0/",
126
+ "description": "When content is in the public domain, it has no known copyright owner.",
127
+ "activated_on": "2015-01-01"
128
+ }
129
+ ]
40
130
  }
@@ -1,55 +1,77 @@
1
1
  {
2
2
  "predicate_name": "degree",
3
- "values": [{
4
- "term_label": "Doctor of Musical Arts",
5
- "activated_on": "2015-01-01"
6
- },{
7
- "term_label": "Doctor of Philosophy",
8
- "activated_on": "2015-01-01"
9
- },{
10
- "term_label": "Master of Arts",
11
- "activated_on": "2015-01-01"
12
- },{
13
- "term_label": "Master of Fine Arts",
14
- "activated_on": "2015-01-01"
15
- },{
16
- "term_label": "Master of Medieval Studies",
17
- "activated_on": "2015-01-01"
18
- },{
19
- "term_label": "Master of Science",
20
- "activated_on": "2015-01-01"
21
- },{
22
- "term_label": "Master of Science in Aerospace Engineering",
23
- "activated_on": "2015-01-01"
24
- },{
25
- "term_label": "Master of Science in Bioengineering",
26
- "activated_on": "2015-01-01"
27
- },{
28
- "term_label": "Master of Science in Chemical Engineering",
29
- "activated_on": "2015-01-01"
30
- },{
31
- "term_label": "Master of Science in Civil Engineering",
32
- "activated_on": "2015-01-01"
33
- },{
34
- "term_label": "Master of Science in Computer Science and Engineering",
35
- "activated_on": "2015-01-01"
36
- },{
37
- "term_label": "Master of Science in Earth Sciences",
38
- "activated_on": "2015-01-01"
39
- },{
40
- "term_label": "Master of Science in Electrical Engineering",
41
- "activated_on": "2015-01-01"
42
- },{
43
- "term_label": "Master of Science in Environmental Engineering",
44
- "activated_on": "2015-01-01"
45
- },{
46
- "term_label": "Master of Science in Geological Sciences",
47
- "activated_on": "2015-01-01"
48
- },{
49
- "term_label": "Master of Science in Interdisciplinary Mathematics",
50
- "activated_on": "2015-01-01"
51
- },{
52
- "term_label": "Master of Science in Mechanical Engineering",
53
- "activated_on": "2015-01-01"
54
- }]
3
+ "values": [
4
+ {
5
+ "term_label": "Doctor of Musical Arts",
6
+ "activated_on": "2015-01-01"
7
+ },
8
+ {
9
+ "term_label": "Doctor of Philosophy",
10
+ "activated_on": "2015-01-01"
11
+ },
12
+ {
13
+ "term_label": "Master of Arts",
14
+ "activated_on": "2015-01-01"
15
+ },
16
+ {
17
+ "term_label": "Master of Fine Arts",
18
+ "activated_on": "2015-01-01"
19
+ },
20
+ {
21
+ "term_label": "Master of Medieval Studies",
22
+ "activated_on": "2015-01-01"
23
+ },
24
+ {
25
+ "term_label": "Master of Science",
26
+ "activated_on": "2015-01-01"
27
+ },
28
+ {
29
+ "term_label": "Master of Science in Aerospace Engineering",
30
+ "activated_on": "2015-01-01"
31
+ },
32
+ {
33
+ "term_label": "Master of Science in Bioengineering",
34
+ "activated_on": "2015-01-01"
35
+ },
36
+ {
37
+ "term_label": "Master of Science in Chemical Engineering",
38
+ "activated_on": "2015-01-01"
39
+ },
40
+ {
41
+ "term_label": "Master of Science in Civil Engineering",
42
+ "activated_on": "2015-01-01"
43
+ },
44
+ {
45
+ "term_label": "Master of Science in Computer Science and Engineering",
46
+ "activated_on": "2015-01-01"
47
+ },
48
+ {
49
+ "term_label": "Master of Science in Earth Sciences",
50
+ "activated_on": "2015-01-01"
51
+ },
52
+ {
53
+ "term_label": "Master of Science in Electrical Engineering",
54
+ "activated_on": "2015-01-01"
55
+ },
56
+ {
57
+ "term_label": "Master of Science in Environmental Engineering",
58
+ "activated_on": "2015-01-01"
59
+ },
60
+ {
61
+ "term_label": "Master of Science in Geological Sciences",
62
+ "activated_on": "2015-01-01"
63
+ },
64
+ {
65
+ "term_label": "Master of Science in Interdisciplinary Mathematics",
66
+ "activated_on": "2015-01-01"
67
+ },
68
+ {
69
+ "term_label": "Master of Science in Mechanical Engineering",
70
+ "activated_on": "2015-01-01"
71
+ },
72
+ {
73
+ "term_label": "Master of Global Affairs",
74
+ "activated_on": "2017-09-01"
75
+ }
76
+ ]
55
77
  }
@@ -1,100 +1,133 @@
1
1
  {
2
2
  "predicate_name": "organization",
3
- "values": [{
4
- "term_label": "Aerospace and Mechanical Engineering",
5
- "activated_on": "2015-01-01"
6
- },{
7
- "term_label": "Anthropology",
8
- "activated_on": "2015-01-01"
9
- },{
10
- "term_label": "Applied and Computational Mathematics and Statistics",
11
- "activated_on": "2015-01-01"
12
- },{
13
- "term_label": "Art, Art History, and Design",
14
- "activated_on": "2015-01-01"
15
- },{
16
- "term_label": "Bioengineering",
17
- "activated_on": "2015-01-01"
18
- },{
19
- "term_label": "Biological Sciences",
20
- "activated_on": "2015-01-01"
21
- },{
22
- "term_label": "Chemical and Biomolecular Engineering",
23
- "activated_on": "2015-01-01"
24
- },{
25
- "term_label": "Chemistry and Biochemistry",
26
- "activated_on": "2015-01-01"
27
- },{
28
- "term_label": "Civil and Environmental Engineering and Earth Sciences",
29
- "activated_on": "2015-01-01"
30
- },{
31
- "term_label": "Classics",
32
- "activated_on": "2015-01-01"
33
- },{
34
- "term_label": "Computer Science and Engineering",
35
- "activated_on": "2015-01-01"
36
- },{
37
- "term_label": "Creative Writing",
38
- "activated_on": "2015-01-01"
39
- },{
40
- "term_label": "Early Christian Studies",
41
- "activated_on": "2015-01-01"
42
- },{
43
- "term_label": "Economics",
44
- "activated_on": "2015-01-01"
45
- },{
46
- "term_label": "Electrical Engineering",
47
- "activated_on": "2015-01-01"
48
- },{
49
- "term_label": "English",
50
- "activated_on": "2015-01-01"
51
- },{
52
- "term_label": "History",
53
- "activated_on": "2015-01-01"
54
- },{
55
- "term_label": "History and Philosophy of Science",
56
- "activated_on": "2015-01-01"
57
- },{
58
- "term_label": "Integrated Biomedical Sciences",
59
- "activated_on": "2015-01-01"
60
- },{
61
- "term_label": "Law",
62
- "activated_on": "2015-01-01"
63
- },{
64
- "term_label": "Literature",
65
- "activated_on": "2015-01-01"
66
- },{
67
- "term_label": "Mathematics",
68
- "activated_on": "2015-01-01"
69
- },{
70
- "term_label": "Medieval Studies",
71
- "activated_on": "2015-01-01"
72
- },{
73
- "term_label": "Peace Studies",
74
- "activated_on": "2015-01-01"
75
- },{
76
- "term_label": "Philosophy",
77
- "activated_on": "2015-01-01"
78
- },{
79
- "term_label": "Physics",
80
- "activated_on": "2015-01-01"
81
- },{
82
- "term_label": "Political Science",
83
- "activated_on": "2015-01-01"
84
- },{
85
- "term_label": "Psychology",
86
- "activated_on": "2015-01-01"
87
- },{
88
- "term_label": "Romance Languages and Literatures",
89
- "activated_on": "2015-01-01"
90
- },{
91
- "term_label": "Sacred Music",
92
- "activated_on": "2015-01-01"
93
- },{
94
- "term_label": "Sociology",
95
- "activated_on": "2015-01-01"
96
- },{
97
- "term_label": "Theology",
98
- "activated_on": "2015-01-01"
99
- }]
3
+ "values": [
4
+ {
5
+ "term_label": "Aerospace and Mechanical Engineering",
6
+ "activated_on": "2015-01-01"
7
+ },
8
+ {
9
+ "term_label": "Anthropology",
10
+ "activated_on": "2015-01-01"
11
+ },
12
+ {
13
+ "term_label": "Applied and Computational Mathematics and Statistics",
14
+ "activated_on": "2015-01-01"
15
+ },
16
+ {
17
+ "term_label": "Art, Art History, and Design",
18
+ "activated_on": "2015-01-01"
19
+ },
20
+ {
21
+ "term_label": "Bioengineering",
22
+ "activated_on": "2015-01-01"
23
+ },
24
+ {
25
+ "term_label": "Biological Sciences",
26
+ "activated_on": "2015-01-01"
27
+ },
28
+ {
29
+ "term_label": "Chemical and Biomolecular Engineering",
30
+ "activated_on": "2015-01-01"
31
+ },
32
+ {
33
+ "term_label": "Chemistry and Biochemistry",
34
+ "activated_on": "2015-01-01"
35
+ },
36
+ {
37
+ "term_label": "Civil and Environmental Engineering and Earth Sciences",
38
+ "activated_on": "2015-01-01"
39
+ },
40
+ {
41
+ "term_label": "Classics",
42
+ "activated_on": "2015-01-01"
43
+ },
44
+ {
45
+ "term_label": "Computer Science and Engineering",
46
+ "activated_on": "2015-01-01"
47
+ },
48
+ {
49
+ "term_label": "Creative Writing",
50
+ "activated_on": "2015-01-01"
51
+ },
52
+ {
53
+ "term_label": "Early Christian Studies",
54
+ "activated_on": "2015-01-01"
55
+ },
56
+ {
57
+ "term_label": "Economics",
58
+ "activated_on": "2015-01-01"
59
+ },
60
+ {
61
+ "term_label": "Electrical Engineering",
62
+ "activated_on": "2015-01-01"
63
+ },
64
+ {
65
+ "term_label": "English",
66
+ "activated_on": "2015-01-01"
67
+ },
68
+ {
69
+ "term_label": "History",
70
+ "activated_on": "2015-01-01"
71
+ },
72
+ {
73
+ "term_label": "History and Philosophy of Science",
74
+ "activated_on": "2015-01-01"
75
+ },
76
+ {
77
+ "term_label": "Integrated Biomedical Sciences",
78
+ "activated_on": "2015-01-01"
79
+ },
80
+ {
81
+ "term_label": "Law",
82
+ "activated_on": "2015-01-01"
83
+ },
84
+ {
85
+ "term_label": "Literature",
86
+ "activated_on": "2015-01-01"
87
+ },
88
+ {
89
+ "term_label": "Mathematics",
90
+ "activated_on": "2015-01-01"
91
+ },
92
+ {
93
+ "term_label": "Medieval Studies",
94
+ "activated_on": "2015-01-01"
95
+ },
96
+ {
97
+ "term_label": "Peace Studies",
98
+ "activated_on": "2015-01-01"
99
+ },
100
+ {
101
+ "term_label": "Philosophy",
102
+ "activated_on": "2015-01-01"
103
+ },
104
+ {
105
+ "term_label": "Physics",
106
+ "activated_on": "2015-01-01"
107
+ },
108
+ {
109
+ "term_label": "Political Science",
110
+ "activated_on": "2015-01-01"
111
+ },
112
+ {
113
+ "term_label": "Psychology",
114
+ "activated_on": "2015-01-01"
115
+ },
116
+ {
117
+ "term_label": "Romance Languages and Literatures",
118
+ "activated_on": "2015-01-01"
119
+ },
120
+ {
121
+ "term_label": "Sacred Music",
122
+ "activated_on": "2015-01-01"
123
+ },
124
+ {
125
+ "term_label": "Sociology",
126
+ "activated_on": "2015-01-01"
127
+ },
128
+ {
129
+ "term_label": "Theology",
130
+ "activated_on": "2015-01-01"
131
+ }
132
+ ]
100
133
  }