comparison env/lib/python3.9/site-packages/cwltool/tests/bundle-context.jsonld @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 {
2 "dct:license": "http://www.apache.org/licenses/LICENSE-2.0",
3 "prov:alternateOf": "https://w3id.org/bundle/context",
4 "dc:rights": "Copyright 2013-2018 The University of Manchester. 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>. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ",
5 "@context": {
6 "ao": "http://purl.org/ao/",
7 "oa": "http://www.w3.org/ns/oa#",
8 "dc": "http://purl.org/dc/elements/1.1/",
9 "dct": "http://purl.org/dc/terms/",
10 "ore": "http://www.openarchives.org/ore/terms/",
11 "ro": "http://purl.org/wf4ever/ro#",
12 "roterms": "http://purl.org/wf4ever/roterms#",
13 "bundle": "http://purl.org/wf4ever/bundle#",
14 "prov": "http://www.w3.org/ns/prov#",
15 "pav": "http://purl.org/pav/",
16 "xsd": "http://www.w3.org/2001/XMLSchema#",
17 "foaf": "http://xmlns.com/foaf/0.1/",
18 "owl": "http://www.w3.org/2002/07/owl#",
19 "doi": "https://doi.org/",
20
21 "uri": "@id",
22 "id": {
23 "@id": "owl:sameAs",
24 "@type": "@id" },
25 "file": {
26 "@id": "owl:sameAs",
27 "@type": "@id" },
28 "annotation": {
29 "@id": "owl:sameAs",
30 "@type": "@id" },
31
32 "manifest": {
33 "@id": "ore:isDescribedBy",
34 "@type": "@id"
35 },
36
37 "createdOn": {
38 "@id": "pav:createdOn",
39 "@type": "xsd:dateTime"
40 },
41 "createdBy": {
42 "@id": "pav:createdBy",
43 "@type": "@id"
44 },
45 "aggregatedOn": {
46 "@id": "pav:createdOn",
47 "@type": "xsd:dateTime"
48 },
49 "aggregatedBy": {
50 "@id": "pav:createdBy",
51 "@type": "@id"
52 },
53 "authoredOn": {
54 "@id": "pav:authoredOn",
55 "@type": "xsd:dateTime"
56 },
57 "authoredBy": {
58 "@id": "pav:authoredBy",
59 "@type": "@id"
60 },
61 "curatedOn": {
62 "@id": "pav:curatedOn",
63 "@type": "xsd:dateTime"
64 },
65 "curatedBy": {
66 "@id": "pav:curatedBy",
67 "@type": "@id"
68 },
69 "contributedOn": {
70 "@id": "pav:contributedOn",
71 "@type": "xsd:dateTime"
72 },
73 "contributedBy": {
74 "@id": "pav:contributedBy",
75 "@type": "@id"
76 },
77 "retrievedOn": {
78 "@id": "pav:retrievedOn",
79 "@type": "xsd:dateTime"
80 },
81 "retrievedBy": {
82 "@id": "pav:retrievedBy",
83 "@type": "@id"
84 },
85 "retrievedFrom": {
86 "@id": "pav:retrievedFrom",
87 "@type": "@id"
88 },
89 "name": {
90 "@id": "foaf:name"
91 },
92 "orcid": {
93 "@id": "roterms:orcid",
94 "@type": "@id"
95 },
96
97 "history": {
98 "@id": "prov:has_provenance",
99 "@type": "@id"
100 },
101 "aggregates": {
102 "@id": "ore:aggregates",
103 "@type": "@id"
104 },
105 "mediatype": {
106 "@id": "dc:format"
107 },
108 "folder": {
109 "@id": "bundle:inFolder",
110 "@type": "@id"
111 },
112 "filename": {
113 "@id": "ro:entryName"
114 },
115 "proxy": {
116 "@id": "bundle:hasProxy",
117 "@type": "@id"
118 },
119 "bundledAs": {
120 "@id": "bundle:bundledAs",
121 "@type": "@id"
122 },
123 "conformsTo": {
124 "@id": "dct:conformsTo",
125 "@type": "@id"
126 },
127 "annotations": {
128 "@id": "bundle:hasAnnotation",
129 "@type": "@id"
130 },
131 "content": {
132 "@id": "oa:hasBody",
133 "@type": "@id"
134 },
135 "about": {
136 "@id": "oa:hasTarget",
137 "@type": "@id"
138 }
139
140 }
141 }