@@ -66,6 +66,7 @@ class JSON::LD::Context
6666 "View" => TermDefinition . new ( "View" , id : "https://www.w3.org/ns/activitystreams#View" , simple : true ) ,
6767 "accuracy" => TermDefinition . new ( "accuracy" , id : "https://www.w3.org/ns/activitystreams#accuracy" , type_mapping : "http://www.w3.org/2001/XMLSchema#float" ) ,
6868 "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" ) ,
6970 "altitude" => TermDefinition . new ( "altitude" , id : "https://www.w3.org/ns/activitystreams#altitude" , type_mapping : "http://www.w3.org/2001/XMLSchema#float" ) ,
7071 "anyOf" => TermDefinition . new ( "anyOf" , id : "https://www.w3.org/ns/activitystreams#anyOf" , type_mapping : "@id" ) ,
7172 "as" => TermDefinition . new ( "as" , id : "https://www.w3.org/ns/activitystreams#" , simple : true , prefix : true ) ,
@@ -149,6 +150,7 @@ class JSON::LD::Context
149150 "updated" => TermDefinition . new ( "updated" , id : "https://www.w3.org/ns/activitystreams#updated" , type_mapping : "http://www.w3.org/2001/XMLSchema#dateTime" ) ,
150151 "uploadMedia" => TermDefinition . new ( "uploadMedia" , id : "https://www.w3.org/ns/activitystreams#uploadMedia" , type_mapping : "@id" ) ,
151152 "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 ) ,
152154 "width" => TermDefinition . new ( "width" , id : "https://www.w3.org/ns/activitystreams#width" , type_mapping : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" ) ,
153155 "xsd" => TermDefinition . new ( "xsd" , id : "http://www.w3.org/2001/XMLSchema#" , simple : true , prefix : true )
154156 } )
0 commit comments