@@ -66,6 +66,7 @@ class JSON::LD::Context
66
66
"View" => TermDefinition . new ( "View" , id : "https://www.w3.org/ns/activitystreams#View" , simple : true ) ,
67
67
"accuracy" => TermDefinition . new ( "accuracy" , id : "https://www.w3.org/ns/activitystreams#accuracy" , type_mapping : "http://www.w3.org/2001/XMLSchema#float" ) ,
68
68
"actor" => TermDefinition . new ( "actor" , id : "https://www.w3.org/ns/activitystreams#actor" , type_mapping : "@id" ) ,
69
+ "alsoKnownAs" => TermDefinition . new ( "alsoKnownAs" , id : "https://www.w3.org/ns/activitystreams#alsoKnownAs" , type_mapping : "@id" ) ,
69
70
"altitude" => TermDefinition . new ( "altitude" , id : "https://www.w3.org/ns/activitystreams#altitude" , type_mapping : "http://www.w3.org/2001/XMLSchema#float" ) ,
70
71
"anyOf" => TermDefinition . new ( "anyOf" , id : "https://www.w3.org/ns/activitystreams#anyOf" , type_mapping : "@id" ) ,
71
72
"as" => TermDefinition . new ( "as" , id : "https://www.w3.org/ns/activitystreams#" , simple : true , prefix : true ) ,
@@ -149,6 +150,7 @@ class JSON::LD::Context
149
150
"updated" => TermDefinition . new ( "updated" , id : "https://www.w3.org/ns/activitystreams#updated" , type_mapping : "http://www.w3.org/2001/XMLSchema#dateTime" ) ,
150
151
"uploadMedia" => TermDefinition . new ( "uploadMedia" , id : "https://www.w3.org/ns/activitystreams#uploadMedia" , type_mapping : "@id" ) ,
151
152
"url" => TermDefinition . new ( "url" , id : "https://www.w3.org/ns/activitystreams#url" , type_mapping : "@id" ) ,
153
+ "vcard" => TermDefinition . new ( "vcard" , id : "http://www.w3.org/2006/vcard/ns#" , simple : true , prefix : true ) ,
152
154
"width" => TermDefinition . new ( "width" , id : "https://www.w3.org/ns/activitystreams#width" , type_mapping : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" ) ,
153
155
"xsd" => TermDefinition . new ( "xsd" , id : "http://www.w3.org/2001/XMLSchema#" , simple : true , prefix : true )
154
156
} )
0 commit comments