forked from zazuko/gitpod-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvocabularies.xrm
140 lines (112 loc) · 1.66 KB
/
vocabularies.xrm
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
language-tags {
en
}
vocabulary wbo {
prefix "wbo" "https://schema.wikibus.org/"
properties
name
^source
driveImportFolder
issues
migrated
}
vocabulary bibo {
prefix "bibo" "http://purl.org/ontology/bibo/"
classes
Book
Issue
Periodical
properties
pages
issue
}
vocabulary xsd {
prefix "xsd" "http://www.w3.org/2001/XMLSchema#"
datatypes
int
date
gYear
gYearMonth
long
boolean
}
vocabulary dcterms {
prefix "dcterms" "http://purl.org/dc/terms/"
properties
identifier
date
language
title
description
created
modified
}
vocabulary dtype {
prefix "dtype" "http://www.linkedmodel.org/schema/dtype#"
properties
position
orderIndex
}
vocabulary rdfs {
prefix "rdfs" "http://www.w3.org/2000/01/rdf-schema#"
properties
label
}
vocabulary schema {
prefix "schema" "http://schema.org/"
classes
MediaObject
ImageObject
Book
Periodical
properties
location
name
contributor
associatedMedia
encodingFormat
contentSize
contentUrl
thumbnail
isbn
identifier
author
isPartOf
containsPlace
containedInPlace
encodesCreativeWork
image
status
}
vocabulary hydra {
prefix "hydra" "http://www.w3.org/ns/hydra/core#"
classes
Collection
properties
property
object
^subject
memberAssertion
}
vocabulary rdf {
prefix "rdf" "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
properties
^type
}
vocabulary dcat {
prefix "dcat" "http://www.w3.org/ns/dcat#"
properties
byteSize
}
vocabulary acl {
prefix "acl" "http://www.w3.org/ns/auth/acl#"
properties
owner
}
vocabulary vcard {
prefix "vcard" "http://www.w3.org/2006/vcard/ns#"
classes
Individual
properties
hasUID
}