Skip to content

Instantly share code, notes, and snippets.

@tetron
tetron / gist:2714b63983063548af4705a7cf9defa2
Created October 28, 2024 03:47
very incomplete conversion of activitystreams2.owl to schema salad representation
[
{
"type": "record",
"name": "Accept",
"jsonldPredicate": "http://www.w3.org/ns/activitystreams#Accept",
"doc": "Actor accepts the Object",
"extends": "Activity",
"fields": []
},
{
# Implement support for Common Workflow Language (CWL) for Toil.
#
# Copyright (C) 2015 Curoverse, Inc
# Copyright (C) 2016 UCSC Computational Genomics Lab
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0