Skip to content

Commit

Permalink
Add Activity Streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Oct 28, 2018
1 parent 7c41c57 commit f73f599
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"@context": {
"acl": "http://www.w3.org/ns/auth/acl#",
"app": "http://www.w3.org/ns/solid/app#",
"as": "http://www.w3.org/ns/activitystreams#",
"cert": "http://www.w3.org/ns/auth/cert#",
"dct": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
Expand Down Expand Up @@ -35,6 +36,21 @@
"origin": "acl:origin",
"origins": "acl:origin",

"actor": "as:actor",
"attachment": "as:attachment",
"attributedTo": "as:attributedTo",
"author": "as:author",
"bcc": "as:bcc",
"bto": "as:bto",
"cc": "as:cc",
"inReplyTo": "as:inReplyTo",
"object": "as:object",
"publicationDate": "as:published",
"subject": "as:subject",
"summary": "as:summary",
"target": "as:target",
"to": "as:to",

"abstract": "dc:abstract",
"abstracts": "dc:abstract",
"created": "dc:created",
Expand Down

0 comments on commit f73f599

Please sign in to comment.