forked from haraag/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUpdate propsals
More file actions
45 lines (43 loc) · 1.62 KB
/
Update propsals
File metadata and controls
45 lines (43 loc) · 1.62 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
Under arbete
agentdata": {
"match-i1": {
"0": {
"$a": {"about": "_:agent", "property": "name", "required": true, "interpunctionChars": ")"}
},
"1": {
"$a": {
"about": "_:agent",
"property": "name", "splitValuePattern": "([^,]+)(?:,\\s*([^,]+))",
"splitValueProperties": ["familyName", "givenName"], "rejoin": ", ",
"required": true
}
},
"3": {
"resourceType": "Family",
"$a": {"about": "_:agent", "property": "name", "required": true}
}
},
"$a": {"required": true},
"$b": {"about": "_:agent", "property": "numeration"}
"$c": {"about": "_:agent", "addProperty": "qualifyingNote"}, {"about" : "organization" , "addProperty": "LocationMeeting"}
"$d": {
"about": "_:agent",
"property": "lifeSpan",
"splitValuePattern": "(\\d+)(?:\\s*-\\s*(\\d+))?",
"splitValueProperties": ["birthYear", "deathYear"],
"rejoin": "-",
"allowEmpty": true
}, {"about" : "organization" , "Meeting" , "addProperty": "Date"} #Göra något mer?
"$j": {"about": "_:agent", "property": "comment"},
"$q": {"about": "_:agent", "property": "label"}
},
"attribution": {
"include": "agentdata",
"addLink": "qualifiedAttribution",
"embedded": true,
"pendingResources": {
"_:agent": {"link": "agent", "resourceType": "Person"}
},
"$4": {"link": "role", "property": "notation", "uriTemplate": "{notation}", "TODO:mapping": "relatorCode"},
"$e": {"addProperty": "roleNote"}
},