Skip to content

Instantly share code, notes, and snippets.

#! /bin/sh
#
# virtuoso OpenLink Virtuoso Open-Source Edition
#
# Written by OpenLink Virtuoso Maintainer
# <vos.admin@openlinksw.com>
#
# Adapted for CentOS 6.0
#
# sources
{
"http://groups.event-processing.org/id/MyGroupA#group" :
{
"http://purl.org/dc/elements/1.1/title": [ { "type" : "literal", "value" : "MyGroupA group" } ],
"http://purl.org/dc/elements/1.1/description": [ { "type" : "literal", "value" : "The Play MyGroupA group" } ],
"http://www.w3.org/2002/06/xhtml2/icon": [ { "type" : "uri", "value" : "http://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" } ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [ { "type" : "uri", "value" : "http://rdfs.org/sioc/ns#Usergroup" } ]
},
"http://groups.event-processing.org/id/MyGroupB#group" :
{
@stuehmer
stuehmer / stream-group.json
Last active December 14, 2015 15:28 — forked from chamerling/stream-group.json
The permision object at the bottom assigns several rights (in this case all 4) to an #agent to access #accessTo
{
"http://groups.event-processing.org/id/MyGroupA#group" :
{
"http://purl.org/dc/elements/1.1/title": [ { "type" : "literal", "value" : "MyGroupA group" } ],
"http://purl.org/dc/elements/1.1/description": [ { "type" : "literal", "value" : "The Play MyGroupA group" } ],
"http://www.w3.org/2002/06/xhtml2/icon": [ { "type" : "uri", "value" : "http://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" } ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [ { "type" : "uri", "value" : "http://rdfs.org/sioc/ns#Usergroup" } ]
},
"http://groups.event-processing.org/id/MyGroupB#group" :
{
@stuehmer
stuehmer / group.json
Last active December 14, 2015 12:59 — forked from chamerling/group.json
* I added the #type * changed the namespace to "/id/MyGroupName#group" ... looks nicer than the old "ids" in plural. * added an example account identified by my facebook ID * the account is #member_of the group (we can also specify #has_member on the group an I can derive both statements to be the same) * another user account which is "same as" …
{
"http://groups.event-processing.org/id/MyGroupName#group" :
{
"http://purl.org/dc/elements/1.1/title": [ { "type" : "literal", "value" : "My Group title" } ],
"http://purl.org/dc/elements/1.1/description": [ { "type" : "literal", "value" : "A group." } ],
"http://www.w3.org/2002/06/xhtml2/icon": [ { "type" : "uri", "value" : "http://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico" } ],
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [ { "type" : "uri", "value" : "http://rdfs.org/sioc/ns#Usergroup" } ]
},
"http://graph.facebook.com/roland.stuehmer#" :
{