forked from zazuko/prefix-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapshots.js
39 lines (39 loc) · 1.15 KB
/
snapshots.js
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
module.exports = {
"__version": "8.4.1",
"Search": {
"should be available on homepage": {
"1": [
"rdau:P60827 (is commissioning body of)",
"rdau:P60881 (is remix artist of)",
"rdau:P60882 (is casting director of)",
"rdau:P60816 (is degree committee member of)",
"rdau:P60835 (is participant in treaty of)",
"rdau:P60837 (is researcher of)",
"rdau:P60850 (is organizer of)",
"rdau:P60870 (is editorial director of)",
"rdau:P60872 (is founder agent of resource of)",
"rdau:P60843 (is choral conductor of)"
],
"2": [
"dbo:Person (person)",
"dbo:person (person)",
"as:Person (Person)",
"prov:Person (Person)",
"foaf:Person (Person)",
"schema:Person (Person)"
],
"3": [
"rdfs:",
"rdfs:Container (Container)",
"rdfs:Datatype (Datatype)",
"rdfs:seeAlso (seeAlso)",
"rdfs:comment (comment)",
"rdfs:isDefinedBy (isDefinedBy)",
"rdfs:label (label)",
"rdfs:domain (domain)",
"rdfs:Resource (Resource)",
"rdfs:range (range)"
]
}
}
}