From 15542cb4ca6a08c8d92945e43662d4faa71d39e8 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 2 Jul 2015 11:23:38 -0400 Subject: [PATCH] per #79 this removes all acct: to replace with http:// --- activitystreams2-vocabulary.html | 444 +++++++++++++++---------------- activitystreams2.html | 30 +-- 2 files changed, 237 insertions(+), 237 deletions(-) diff --git a/activitystreams2-vocabulary.html b/activitystreams2-vocabulary.html index fa805a2..d5e9cb2 100644 --- a/activitystreams2-vocabulary.html +++ b/activitystreams2-vocabulary.html @@ -1196,7 +1196,7 @@

Activity Types

}, "object": { "@type": "Invite", - "actor": "acct:john@example.org", + "actor": "http://john.example.org", "object": { "@type": "Event", "displayName": "A Party!" @@ -1218,7 +1218,7 @@

Activity Types

<span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Invite"> <link itemprop="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Event"> @@ -1241,7 +1241,7 @@

Activity Types

accepted <span property="object" typeof="Invite"> <link property="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span property="object" typeof="Event"> <span property="displayName"> @@ -1281,7 +1281,7 @@

Activity Types

] ; as:object [ a as:Invite ; - as:actor <acct:john@example.org> ; + as:actor <http://john.example.org> ; as:object [ a as:Event ; as:displayName "A Party!" . @@ -1336,7 +1336,7 @@

Activity Types

}, "object": { "@type": "Invite", - "actor": "acct:john@example.org", + "actor": "http://john.example.org", "object": { "@type": "Event", "displayName": "A Party!" @@ -1358,7 +1358,7 @@

Activity Types

<span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Invite"> <link itemprop="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Event"> @@ -1381,7 +1381,7 @@

Activity Types

tentatively accepted <span property="object" typeof="Invite"> <link property="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span property="object" typeof="Event"> <span property="displayName"> @@ -1400,7 +1400,7 @@

Activity Types

tentatively accepted <span class="p-item h-as-invite"> <link class="u-author" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span class="p-item h-event"> <span class="p-name">A Party!</span> @@ -1419,7 +1419,7 @@

Activity Types

] ; as:object [ a as:Invite ; - as:actor <acct:john@example.org> ; + as:actor <http://john.example.org> ; as:object [ a as:Event ; as:displayName "A Party!" . @@ -2940,7 +2940,7 @@

Activity Types

}, "object": { "@type": "Invite", - "actor": "acct:john@example.org", + "actor": "http://john.example.org", "object": { "@type": "Event", "displayName": "A Party!" @@ -2962,7 +2962,7 @@

Activity Types

<span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Invite"> <link itemprop="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Event"> @@ -2985,7 +2985,7 @@

Activity Types

rejected <span property="object" typeof="Invite"> <link property="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span property="object" typeof="Event"> <span property="displayName"> @@ -3005,7 +3005,7 @@

Activity Types

<span class="p-item h-as-invite"> <span class="p-author h-card"> <link class="u-url" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> </span> invitation to <span class="p-item h-event"> @@ -3025,7 +3025,7 @@

Activity Types

] ; as:object [ a as:Invite ; - as:actor <acct:john@example.org> ; + as:actor <http://john.example.org> ; as:object [ a as:Event ; as:displayName "A Party!" . @@ -3077,7 +3077,7 @@

Activity Types

}, "object": { "@type": "Invite", - "actor": "acct:john@example.org", + "actor": "http://john.example.org", "object": { "@type": "Event", "displayName": "A Party!" @@ -3099,7 +3099,7 @@

Activity Types

<span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Invite"> <link itemprop="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Event"> @@ -3122,7 +3122,7 @@

Activity Types

tentatively rejected <span property="object" typeof="Invite"> <link property="actor" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> invitation to <span property="object" typeof="Event"> <span property="displayName"> @@ -3142,7 +3142,7 @@

Activity Types

<span class="p-item h-as-invite"> <span class="p-author h-card"> <link class="u-url" - href="acct:john@example.org">John's</link> + href="http://john.example.org">John's</link> </span> invitation to <span class="p-item h-event"> @@ -3162,7 +3162,7 @@

Activity Types

] ; as:object [ a as:Invite ; - as:actor <acct:john@example.org> ; + as:actor <http://john.example.org> ; as:object [ a as:Event ; as:displayName "A Party!" . @@ -3452,12 +3452,12 @@

Activity Types

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Undo",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": {
     "@type": "Offer",
-    "actor": "acct:sally@example.org",
+    "actor": "http://sally.example.org",
     "object": "http://example.org/posts/1",
-    "target": "acct:john@example.org"
+    "target": "http://john.example.org"
   }
 }
@@ -3466,14 +3466,14 @@

Activity Types

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Undo"> <link itemprop="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> stopped <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <link itemprop="actor" - href="acct:sally@example.org" /> + href="http://sally.example.org" /> sharing <a itemprop="object" href="http://example.org/posts/1"> @@ -3481,7 +3481,7 @@

Activity Types

</a> with <link itemprop="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> </span> @@ -3492,13 +3492,13 @@

Activity Types

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Undo"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> stopped <span property="object" typeof="Offer"> <link property="actor" - href="acct:sally@example.org" /> + href="http://sally.example.org" /> sharing <a property="object" href="http://example.org/posts/1"> @@ -3506,7 +3506,7 @@

Activity Types

</a> with <link property="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> </span> @@ -3515,7 +3515,7 @@

Activity Types

@@ -4376,12 +4376,12 @@

Activity Types

"@type": "Announce", "actor": { "@type": "Person", - "@id": "acct:sally@example.org", + "@id": "http://sally.example.org", "displayName": "Sally" }, "object": { "@type": "Arrive", - "actor": "acct:sally@example.org", + "actor": "http://sally.example.org", "location": { "@type": "Place", "displayName": "Work" @@ -4395,14 +4395,14 @@

Activity Types

itemtype="http://www.w3.org/ns/activitystreams#Announce"> <span itemprop="actor" itemscope itemtype="http://www.w3.org/ns/activitystreams#Person" - itemid="acct:sally@example.org"> + itemid="http://sally.example.org"> <span itemprop="displayName">Sally</span> </span> announced <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Arrive"> <span itemprop="actor" itemscope="Person" - itemid="acct:sally@example.org">her</span> + itemid="http://sally.example.org">her</span> <span itemprop="location" itemscope itemtype="http://www.w3.org/ns/activitystreams#Place"> at <span itemprop="displayName">Work</span> @@ -4415,13 +4415,13 @@

Activity Types

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Announce"> <span property="actor" typeof="Person" - resource="acct:sally@example.org"> + resource="http://sally.example.org"> <span property="displayName">Sally</span> </span> announced <span property="object" typeof="Arrive"> <span property="actor" typeof="Person" - resource="acct:sally@example.org">her</span> + resource="http://sally.example.org">her</span> <span property="location" typeof="Place"> at <span property="displayName">Work</span> </span> @@ -4445,14 +4445,14 @@

Activity Types

 @prefix as: <http://www.w3.org/ns/activitystreams#> .
 
-<acct:sally@example.org> a as:Person ;
+<http://sally.example.org> a as:Person ;
   as:displayName "Sally" .
 
 _:b0 a as:Announce ;
-  as:actor <acct:sally@example.org> ;
+  as:actor <http://sally.example.org> ;
   as:object [
     a as:Arrive ;
-      as:actor <acct:sally@example.org> ;
+      as:actor <http://sally.example.org> ;
       as:location [
         a as:Place ;
           as:displayName "Work" .
@@ -4498,8 +4498,8 @@ 

Activity Types

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Block",
-  "actor": "acct:sally@example.org",
-  "object": "acct:joe@example.org"
+  "actor": "http://sally.example.org",
+  "object": "http://joe.example.org"
 }
@@ -4584,7 +4584,7 @@

Activity Types

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Flag",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": {
     "@type": "Note",
     "content": "An inappropriate note"
@@ -4596,7 +4596,7 @@ 

Activity Types

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Flag"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> flagged <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Note"> @@ -4611,7 +4611,7 @@

Activity Types

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Flag"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> flagged <span property="object" typeof="Note"> "<span property="content"> @@ -4624,7 +4624,7 @@

Activity Types

<div class="h-as-flag">
   <link class="u-author"
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   flagged
   <span class="p-item h-entry">
     "<span class="e-content">An inappropriate note</span>"
@@ -4636,7 +4636,7 @@ 

Activity Types

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Flag ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object [ a as:Note ; as:content "An inappropriate note" . @@ -4682,7 +4682,7 @@

Activity Types

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Dislike",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1"
 }
@@ -4691,7 +4691,7 @@

Activity Types

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Dislike"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> dislikes <a itemprop="object" href="http://example.org/posts/1"> http://example.org/posts/1 @@ -4703,7 +4703,7 @@

Activity Types

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Dislike"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> dislikes <a property="object" href="http://example.org/posts/1"> http://example.org/posts/1 @@ -4714,7 +4714,7 @@

Activity Types

<div class="h-as-dislike">
   <link class="u-author"
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   dislikes
   <a class="u-dislike-of" href="http://example.org/posts/1">
     http://example.org/posts/1
@@ -4726,7 +4726,7 @@ 

Activity Types

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Dislike ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> .
@@ -5386,7 +5386,7 @@

Object Types

"@type": "Article", "displayName": "A Blog Post", "content": "<div>... a long blog post</div>", - "attributedTo": "acct:sally@example.org" + "attributedTo": "http://sally.example.org" }
+ as:attributedTo <http://sally.example.org> . @@ -7207,12 +7207,12 @@

Representing Relationships Between Entities

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Create",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": {
     "@type": "Relationship",
-    "subject": "acct:sally@example.org",
+    "subject": "http://sally.example.org",
     "relationship": "http://purl.org/vocab/relationship/closeFriendOf",
-    "object": "acct:matt@example.org",
+    "object": "http://matt.example.org",
     "startTime": "2015-04-21T12:34:56"
   }
 }
@@ -7412,7 +7412,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/foo"
 }
@@ -7421,7 +7421,7 @@

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> offered <a itemprop="object" href="http://example.org/foo"> @@ -7434,7 +7434,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> offered <a property="object" href="http://example.org/foo"> @@ -7446,7 +7446,7 @@

Properties

<div class="h-as-offer">
   <link class="u-author
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   offered
   <a class="u-item"
     href="http://example.org/foo">
@@ -7459,7 +7459,7 @@ 

Properties

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/foo> .
@@ -7479,7 +7479,7 @@

Properties

"@type": "Offer", "actor": { "@type": "Person", - "@id": "acct:sally@example.org", + "@id": "http://sally.example.org", "displayName": "Sally" }, "object": "http://example.org/foo" @@ -7491,7 +7491,7 @@

Properties

itemtype="http://www.w3.org/ns/activitystreams#Offer"> <span itemprop="actor" itemscope itemtype="http://www.w3.org/ns/activitystreams#Person" - itemid="acct:sally@example.org"> + itemid="http://sally.example.org"> <span itemprop="displayName">Sally</span> </span> offered @@ -7506,7 +7506,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <span property="actor" typeof="Person" - resource="acct:sally@example.org"> + resource="http://sally.example.org"> <span property="displayName">Sally</span> </span> offered @@ -7533,11 +7533,11 @@

Properties

 @prefix as: <http://www.w3.org/ns/activitystreams#> .
 
-<acct:sally@example.org> a as:Person ;
+<http://sally.example.org> a as:Person ;
   as:displayName "Sally" .
 
 _:b0 a as:Offer ;
-  as:actor <acct:sally@example.org> ;
+  as:actor <http://sally.example.org> ;
   as:object <http://example.org/foo> .
@@ -7555,10 +7555,10 @@

Properties

"@context": "http://www.w3.org/ns/activitystreams", "@type": "Offer", "actor": [ - "acct:joe@example.org", + "http://joe.example.org", { "@type": "Person", - "@id": "acct:sally@example.org", + "@id": "http://sally.example.org", "displayName": "Sally" } ], @@ -7570,11 +7570,11 @@

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <link itemprop="actor" - href="acct:joe@example.org">Joe</link> + href="http://joe.example.org">Joe</link> and <span itemprop="actor" itemscope itemtype="http://www.w3.org/ns/activitystreams#Person" - itemid="acct:sally@example.org"> + itemid="http://sally.example.org"> <span itemprop="displayName">Sally</span> </span> offered @@ -7589,10 +7589,10 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:joe@example.org">Joe</link> + href="http://joe.example.org">Joe</link> and <span property="actor" typeof="Person" - resource="acct:sally@example.org"> + resource="http://sally.example.org"> <span property="displayName">Sally</span> </span> offered @@ -7606,11 +7606,11 @@

Properties

<div class="h-as-offer">
   <link class="u-author"
-    href="acct:joe@example.org">Joe</link>
+    href="http://joe.example.org">Joe</link>
   and
   <span class="p-author h-card">
     <link class="u-url p-name"
-      href="acct:sally@example.org">Sally</link>
+      href="http://sally.example.org">Sally</link>
   </span>
   offered
   <a class="u-item"
@@ -7623,13 +7623,13 @@ 

Properties

 @prefix as: <http://www.w3.org/ns/activitystreams#> .
 
-<acct:sally@example.org> a as:Person ;
+<http://sally.example.org> a as:Person ;
   as:displayName "Sally" .
 
 _:b0 a as:Offer ;
   as:actor (
-    <acct:sally@example.org>
-    <acct:joe@example.org>
+    <http://sally.example.org>
+    <http://joe.example.org>
   );
   as:object <http://example.org/foo> .
@@ -7871,7 +7871,7 @@

Properties

"displayName": "A Simple Image", "url": "http://example.org/cat.jpeg", "attributedTo": [ - "acct:joe@example.org", + "http://joe.example.org", { "@type": "Person", "displayName": "Sally" @@ -7891,7 +7891,7 @@

Properties

<span itemprop="displayName">Sally</span> </span> and <link itemprop="attributedTo" - href="acct:joe@example.org">Joe<link> + href="http://joe.example.org">Joe<link> </div>
@@ -8100,10 +8100,10 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
-  "target": "acct:john@example.org",
-  "bto": [ "acct:joe@example.org" ]
+  "target": "http://john.example.org",
+  "bto": [ "http://joe.example.org" ]
 }
@@ -8226,10 +8226,10 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
-  "target": "acct:john@example.org",
-  "cc": [ "acct:joe@example.org" ]
+  "target": "http://john.example.org",
+  "cc": [ "http://joe.example.org" ]
 }
@@ -8355,14 +8355,14 @@

Properties

"items": [ { "@type": "Offer", - "actor": "acct:sally@example.org", + "actor": "http://sally.example.org", "object": "http://example.org/posts/1", - "target": "acct:john@example.org", + "target": "http://john.example.org", "context": "http://example.org/contexts/1" }, { "@type": "Like", - "actor": "acct:joe@example.org", + "actor": "http://joe.example.org", "object": "http://example.org/posts/2", "context": "http://example.org/contexts/1" } @@ -8376,7 +8376,7 @@

Properties

<li itemprop="items" itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <span itemprop="actor" - itemid="acct:sally@example.org"> + itemid="http://sally.example.org"> Sally <span> offered @@ -8386,7 +8386,7 @@

Properties

</a> with <link itemprop="target" - href="acct:john@example.org"> + href="http://john.example.org"> John <link> <link itemprop="context" @@ -8395,7 +8395,7 @@

Properties

<li itemprop="items" itemscope itemtype="http://www.w3.org/ns/activitystreams#Like"> <span itemprop="actor" - itemid="acct:joe@example.org"> + itemid="http://joe.example.org"> Joe <span> liked @@ -8416,7 +8416,7 @@

Properties

<ul> <li property="items" typeof="Offer"> <span property="actor" - resource="acct:sally@example.org"> + resource="http://sally.example.org"> Sally <span> offered @@ -8426,7 +8426,7 @@

Properties

</a> with <link property="target" - href="acct:john@example.org"> + href="http://john.example.org"> John <link> <link property="context" @@ -8434,7 +8434,7 @@

Properties

</li> <li property="items" typeof="Like"> <span property="actor" - resource="acct:joe@example.org"> + resource="http://joe.example.org"> Joe <span> liked @@ -8454,7 +8454,7 @@

Properties

<ul class="p-as-items"> <li class="h-as-offer"> <link class="u-author" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally <link> offered @@ -8464,7 +8464,7 @@

Properties

</a> with <link class="u-as-target" - href="acct:john@example.org"> + href="http://john.example.org"> John <link> <link class="u-as-context" @@ -8472,7 +8472,7 @@

Properties

</li> <li class="h-as-like"> <link class="u-author" - href="acct:joe@example.org"> + href="http://joe.example.org"> Joe <link> liked @@ -8494,13 +8494,13 @@

Properties

as:items ( _:b1 _:b2 ) . _:b1 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; - as:target <acct:john@example.org> ; + as:target <http://john.example.org> ; as:context <http://example.org/contexts/1> . _:b2 a as:Like ; - as:actor <acct:joe@example.org> ; + as:actor <http://joe.example.org> ; as:object <http://example.org/posts/2> ; as:context <http://example.org/contexts/1> . @@ -10843,7 +10843,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Move",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
   "target": {
     "@type": "Collection",
@@ -10860,7 +10860,7 @@ 

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Move"> <link itemprop="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> moved @@ -10885,7 +10885,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Move"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> moved @@ -10907,7 +10907,7 @@

Properties

<div class="h-as-move">
   <link class="u-author"
-    href="acct:sally@example.org">Sally<link>
+    href="http://sally.example.org">Sally<link>
   moved
   <a class="u-item"
     href="http://example.org/posts/1">
@@ -10928,7 +10928,7 @@ 

Properties

>@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Move ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; as:target [ a as:Collection ; @@ -11291,7 +11291,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Like",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1"
 }
@@ -11300,7 +11300,7 @@

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Like"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <a itemprop="object" href="http://example.org/posts/1"> @@ -11313,7 +11313,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Like"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <a property="object" href="http://example.org/posts/1"> @@ -11325,7 +11325,7 @@

Properties

<div class="h-as-like">
   <link class="u-author"
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   liked
   <a class="u-like-of"
     href="http://example.org/posts/1">
@@ -11338,7 +11338,7 @@ 

Properties

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Like - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> .
@@ -11355,7 +11355,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Like",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": {
     "@type": "Note",
     "content": "A simple note"
@@ -11367,7 +11367,7 @@ 

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Like"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <span itemprop="object" itemscope itemtype="http://www.w3.org/ns/activitystreams#Note"> @@ -11382,7 +11382,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Like"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <span property="object" typeof="Note"> "<span property="content"> @@ -11395,7 +11395,7 @@

Properties

<div class="h-as-like">
   <link class="u-author"
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   liked
   <span class="p-like-of h-entry">
     "<span class="e-content">
@@ -11409,7 +11409,7 @@ 

Properties

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Like - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object [ a as:Note; as:content "A simple note" . @@ -11429,7 +11429,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Like",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": [
     "http://example.org/posts/1",
     {
@@ -11444,7 +11444,7 @@ 

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Like"> <link itemprop="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <link itemprop="object" href="http://example.org/posts/1"> @@ -11463,7 +11463,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Like"> <link property="actor" - href="acct:sally@example.org">Sally</link> + href="http://sally.example.org">Sally</link> liked <link property="object" href="http://example.org/posts/1"> @@ -11480,7 +11480,7 @@

Properties

<div class="h-as-like">
   <link class="u-author"
-    href="acct:sally@example.org">Sally</link>
+    href="http://sally.example.org">Sally</link>
   liked
   <link class="u-like-of"
     href="http://example.org/posts/1">
@@ -11498,7 +11498,7 @@ 

Properties

@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Like - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object ( <http://example.org/posts/1> [ @@ -11981,7 +11981,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": ["Activity", "urn:example:verbs:Check"],
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/flights/1",
   "result": {
     "@type": "urn:example:types:flightstatus",
@@ -11996,7 +11996,7 @@ 

Properties

http://www.w3.org/ns/activitystreams#Activity urn:example:verbs:Check"> <link itemprop="actor" - href="acct:sally@example.org">Sally's</link> + href="http://sally.example.org">Sally's</link> <link itemprop="object" href="http://example.org/flights/1">flight</link> is @@ -12013,7 +12013,7 @@

Properties

http://www.w3.org/ns/activitystreams#Activity urn:example:verbs:Check"> <link property="actor" - href="acct:sally@example.org">Sally's</link> + href="http://sally.example.org">Sally's</link> <link property="object" href="http://example.org/flights/1">flight</link> is @@ -12027,7 +12027,7 @@

Properties

<div class="h-as-activity h-x-check">
   <link class="u-author"
-    href="acct:sally@example.org">Sally's</link>
+    href="http://sally.example.org">Sally's</link>
   <link class="u-item"
     href="http://example.org/flights/1">flight</link>
   is
@@ -12042,7 +12042,7 @@ 

Properties

_:b0 a as:Activity, <urn:example:verbs:Check> ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/flights/1> ; as:result [ a <urn:example:types:flightstatus> ; @@ -12645,7 +12645,7 @@

Properties

"tag": [ { "@type": "Person", - "@id": "acct:sally@example.org" + "@id": "http://sally.example.org" } ] }
@@ -12745,9 +12745,9 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
-  "target": "acct:john@example.org"
+  "target": "http://john.example.org"
 }
@@ -12775,7 +12775,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -12785,7 +12785,7 @@

Properties

</a> with <link property="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> </div>
@@ -12794,7 +12794,7 @@

Properties

<div class="h-as-offer">
   <link class="u-author"
-    href="acct:sally@example.org">
+    href="http://sally.example.org">
       Sally
   <link>
   offered
@@ -12804,7 +12804,7 @@ 

Properties

</a> with <link class="u-as-target" - href="acct:sally@example.org"> + href="http://sally.example.org"> John <link> </div>
@@ -12814,9 +12814,9 @@

Properties

>@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; - as:target <acct:john@example.org> . + as:target <http://john.example.org> .
@@ -12833,7 +12833,7 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
   "target": {
     "@type": "Person",
@@ -12846,7 +12846,7 @@ 

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <link itemprop="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -12866,7 +12866,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -12885,7 +12885,7 @@

Properties

<div class="h-as-offer">
   <link class="u-author"
-    href="acct:sally@example.org">
+    href="http://sally.example.org">
       Sally
   <link>
   offered
@@ -12904,7 +12904,7 @@ 

Properties

>@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; as:target [ a as:Person ; @@ -12954,10 +12954,10 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
-  "target": "acct:john@example.org",
-  "to": [ "acct:joe@example.org" ]
+  "target": "http://john.example.org",
+  "to": [ "http://joe.example.org" ]
 }
@@ -12989,7 +12989,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -12999,11 +12999,11 @@

Properties

</a> with <link property="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> (to: <link property="to" - href="acct:joe@example.org"> + href="http://joe.example.org"> John </link>) </div>
@@ -13012,7 +13012,7 @@

Properties

<div class="h-as-offer">
   <link class="u-author
-    href="acct:sally@example.org">Sally<link>
+    href="http://sally.example.org">Sally<link>
   offered
   <a class="u-offer-of"
     href="http://example.org/posts/1">
@@ -13020,11 +13020,11 @@ 

Properties

</a> with <link class="u-as-target" - href="acct:sally@example.org"> + href="http://sally.example.org"> John <link> (to: <link class="u-as-to" - href="acct:joe@example.org"> + href="http://joe.example.org"> John </link>) </div>
@@ -13034,10 +13034,10 @@

Properties

>@prefix as: <http://www.w3.org/ns/activitystreams#> . _:b0 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; - as:target <acct:john@example.org> ; - as:to <acct:joe@example.org> . + as:target <http://john.example.org> ; + as:to <http://joe.example.org> .
@@ -14847,9 +14847,9 @@

Properties

{
   "@context": "http://www.w3.org/ns/activitystreams",
   "@type": "Offer",
-  "actor": "acct:sally@example.org",
+  "actor": "http://sally.example.org",
   "object": "http://example.org/posts/1",
-  "target": "acct:john@example.org",
+  "target": "http://john.example.org",
   "priority": 0.80
 }
@@ -14858,7 +14858,7 @@

Properties

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Offer"> <link itemprop="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -14868,7 +14868,7 @@

Properties

</a> with <link itemprop="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> <meta itemprop="priority" content="0.80" /> @@ -14879,7 +14879,7 @@

Properties

><div vocab="http://www.w3.org/ns/activitystreams#" typeof="Offer"> <link property="actor" - href="acct:sally@example.org"> + href="http://sally.example.org"> Sally </link> offered @@ -14889,7 +14889,7 @@

Properties

</a> with <link property="target" - href="acct:john@example.org"> + href="http://john.example.org"> John </link> <meta property="priority" content="0.80" /> @@ -14899,7 +14899,7 @@

Properties

<div class="h-as-offer">
   <link class="u-author"
-    href="acct:sally@example.org">Sally<link>
+    href="http://sally.example.org">Sally<link>
   offered
   <a class="u-item"
     href="http://example.org/posts/1">
@@ -14907,7 +14907,7 @@ 

Properties

</a> with <link class="u-as-target" - href="acct:sally@example.org"> + href="http://sally.example.org"> John <link> <meta name="p-as-priority" content="0.80" /> @@ -14919,9 +14919,9 @@

Properties

@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . _:b0 a as:Offer ; - as:actor <acct:sally@example.org> ; + as:actor <http://sally.example.org> ; as:object <http://example.org/posts/1> ; - as:target <acct:john@example.org> ; + as:target <http://john.example.org> ; as:priority "0.80"^^xsd:float .
diff --git a/activitystreams2.html b/activitystreams2.html index 2fc14fb..927307a 100644 --- a/activitystreams2.html +++ b/activitystreams2.html @@ -1842,7 +1842,7 @@

Actor

"@type": "Create", "actor": { "@type": "Person", - "@id": "acct:sally@example.org", + "@id": "http://sally.example.org", "displayName": "Sally Smith" }, "object": { @@ -1856,7 +1856,7 @@

Actor

><div itemscope itemtype="http://www.w3.org/ns/activitystreams#Create"> <div itemprop="actor" itemscope itemtype="http://www.w3.org/ns/activitystreams#Person" - itemid="acct:sally@example.org"> + itemid="http://sally.example.org"> <span itemprop="displayName">Sally Smith</span> </div> created @@ -1869,7 +1869,7 @@

Actor

<div vocab="http://www.w3.org/ns/activitystreams#" typeof="Create">
   <div property="actor" typeof="Person"
-    resource="acct:sally@example.org">
+    resource="http://sally.example.org">
     <span property="displayName">Sally Smith</span>
   </div>
   created
@@ -1893,11 +1893,11 @@ 

Actor