@twin.org/standards-ld-contexts 0.0.3-next.1 → 0.0.3-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,43 @@
1
+ {
2
+ "@context": {
3
+ "foaf": "http://xmlns.com/foaf/0.1/",
4
+ "Agent": "foaf:Agent",
5
+ "Person": "foaf:Person",
6
+ "Organization": "foaf:Organization",
7
+ "Group": "foaf:Group",
8
+ "Document": "foaf:Document",
9
+ "Image": "foaf:Image",
10
+ "Project": "foaf:Project",
11
+ "OnlineAccount": "foaf:OnlineAccount",
12
+ "OnlineChatAccount": "foaf:OnlineChatAccount",
13
+ "OnlineEcommerceAccount": "foaf:OnlineEcommerceAccount",
14
+ "OnlineGamingAccount": "foaf:OnlineGamingAccount",
15
+ "name": "foaf:name",
16
+ "title": "foaf:title",
17
+ "nick": "foaf:nick",
18
+ "mbox": "foaf:mbox",
19
+ "mbox_sha1sum": "foaf:mbox_sha1sum",
20
+ "homepage": "foaf:homepage",
21
+ "page": "foaf:page",
22
+ "depiction": "foaf:depiction",
23
+ "img": "foaf:img",
24
+ "phone": "foaf:phone",
25
+ "based_near": "foaf:based_near",
26
+ "gender": "foaf:gender",
27
+ "birthday": "foaf:birthday",
28
+ "age": "foaf:age",
29
+ "status": "foaf:status",
30
+ "familyName": "foaf:familyName",
31
+ "givenName": "foaf:givenName",
32
+ "member": "foaf:member",
33
+ "knows": "foaf:knows",
34
+ "interest": "foaf:interest",
35
+ "topic_interest": "foaf:topic_interest",
36
+ "account": "foaf:account",
37
+ "accountName": "foaf:accountName",
38
+ "accountServiceHomepage": "foaf:accountServiceHomepage",
39
+ "holdsAccount": "foaf:holdsAccount",
40
+ "primaryTopic": "foaf:primaryTopic",
41
+ "maker": "foaf:maker"
42
+ }
43
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "@context": {
3
+ "odrl": "http://www.w3.org/ns/odrl/2/",
4
+ "Policy": "odrl:Policy",
5
+ "Rule": "odrl:Rule",
6
+ "profile": {
7
+ "@type": "@id",
8
+ "@id": "odrl:profile"
9
+ },
10
+ "prohibit": "odrl:prohibit",
11
+ "Agreement": "odrl:Agreement",
12
+ "Assertion": "odrl:Assertion",
13
+ "Offer": "odrl:Offer",
14
+ "Set": "odrl:Set",
15
+ "Asset": "odrl:Asset",
16
+ "hasPolicy": {
17
+ "@type": "@id",
18
+ "@id": "odrl:hasPolicy"
19
+ },
20
+ "target": {
21
+ "@type": "@id",
22
+ "@id": "odrl:target"
23
+ },
24
+ "assignee": {
25
+ "@type": "@id",
26
+ "@id": "odrl:assignee"
27
+ },
28
+ "assigner": {
29
+ "@type": "@id",
30
+ "@id": "odrl:assigner"
31
+ },
32
+ "Action": "odrl:Action",
33
+ "action": {
34
+ "@type": "@vocab",
35
+ "@id": "odrl:action"
36
+ },
37
+ "Permission": "odrl:Permission",
38
+ "permission": {
39
+ "@type": "@id",
40
+ "@id": "odrl:permission",
41
+ "@container": "@set"
42
+ },
43
+ "Prohibition": "odrl:Prohibition",
44
+ "prohibition": {
45
+ "@type": "@id",
46
+ "@id": "odrl:prohibition",
47
+ "@container": "@set"
48
+ },
49
+ "obligation": {
50
+ "@type": "@id",
51
+ "@id": "odrl:obligation",
52
+ "@container": "@set"
53
+ },
54
+ "use": "odrl:use",
55
+ "Duty": "odrl:Duty",
56
+ "duty": {
57
+ "@type": "@id",
58
+ "@id": "odrl:duty",
59
+ "@container": "@set"
60
+ },
61
+ "Constraint": "odrl:Constraint",
62
+ "constraint": {
63
+ "@type": "@id",
64
+ "@id": "odrl:constraint",
65
+ "@container": "@set"
66
+ },
67
+ "Operator": "odrl:Operator",
68
+ "operator": {
69
+ "@type": "@vocab",
70
+ "@id": "odrl:operator"
71
+ },
72
+ "RightOperand": "odrl:RightOperand",
73
+ "rightOperand": "odrl:rightOperand",
74
+ "LeftOperand": "odrl:LeftOperand",
75
+ "leftOperand": {
76
+ "@type": "@vocab",
77
+ "@id": "odrl:leftOperand"
78
+ },
79
+ "eq": "odrl:eq",
80
+ "gt": "odrl:gt",
81
+ "gteq": "odrl:gteq",
82
+ "lt": "odrl:lt",
83
+ "lteq": "odrl:lteq",
84
+ "neq": "odrl:neq",
85
+ "isA": "odrl:isA",
86
+ "hasPart": "odrl:hasPart",
87
+ "isPartOf": "odrl:isPartOf",
88
+ "isAllOf": "odrl:isAllOf",
89
+ "isAnyOf": "odrl:isAnyOf",
90
+ "isNoneOf": "odrl:isNoneOf",
91
+ "or": "odrl:or",
92
+ "xone": "odrl:xone",
93
+ "and": "odrl:and",
94
+ "andSequence": "odrl:andSequence"
95
+ }
96
+ }