Skip to content

Instantly share code, notes, and snippets.

@phochste
Last active September 25, 2023 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phochste/9011102bd64e63bcf027a2ec10a8a996 to your computer and use it in GitHub Desktop.
Save phochste/9011102bd64e63bcf027a2ec10a8a996 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/koreografeye/^0.0.0/components/context.jsonld"
],
"@graph": [
{
"@id": "urn:koreografeye:reasonerInstance",
"@type": "EyeJsReasoner",
"args": [ "--quiet" , "--nope" , "--pass" ]
},
{
"@id": "http://example.org/sendNotification",
"@type": "SendNotificationPlugin",
"context": [
"https://www.w3.org/ns/activitystreams"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment