Andrei Aioanei commited on
Commit
c791af7
·
1 Parent(s): 07d9550

Update law domain with 1 ontologies

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: mit
4
+ language:
5
+ - en
6
+ tags:
7
+ - OntoLearner
8
+ - ontology-learning
9
+ - law
10
+ pretty_name: Agricultural
11
+ ---
12
+ <div>
13
+ <img src="https://raw.githubusercontent.com/sciknoworg/OntoLearner/main/images/logo.png" alt="OntoLearner"
14
+ style="display: block; margin: 0 auto; width: 500px; height: auto;">
15
+ <h1 style="text-align: center; margin-top: 1em;">Law Domain Ontologies</h1>
16
+ </div>
17
+
18
+ ## Overview
19
+ The law domain encompasses ontologies that systematically represent the complex structures and interrelations of legal concepts, processes, regulations, and rights. This domain is pivotal in knowledge representation as it facilitates the formalization and interoperability of legal information, enabling precise reasoning and decision-making across diverse legal systems. By capturing the intricacies of legal language and frameworks, these ontologies support the automation and enhancement of legal research, compliance, and policy development.
20
+
21
+ ## Ontologies
22
+ | Ontology ID | Full Name | Classes | Properties | Last Updated |
23
+ |-------------|-----------|---------|------------|--------------|
24
+ | CopyrightOnto | Copyright Ontology (CopyrightOnto) | 38 | 12 | 2019-09|
25
+
26
+ ## Dataset Files
27
+ Each ontology directory contains the following files:
28
+ 1. `<ontology_id>.<format>` - The original ontology file
29
+ 2. `term_typings.json` - Dataset of term to type mappings
30
+ 3. `taxonomies.json` - Dataset of taxonomic relations
31
+ 4. `non_taxonomic_relations.json` - Dataset of non-taxonomic relations
32
+ 5. `<ontology_id>.rst` - Documentation describing the ontology
33
+
34
+ ## Usage
35
+ These datasets are intended for ontology learning research and applications.
36
+
copyrightonto/copyrightonto.rst ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright Ontology (CopyrightOnto)
2
+ ========================================================================================================================
3
+
4
+ Overview
5
+ --------
6
+ The Copyright Ontology tries to formalise the copyright domain as a way to facilitate
7
+ automated (or computer-supported) copyright management through the whole content value chain,
8
+ as it is shaped by copyright law. Therefore, it does not focus just on the last step,
9
+ end-users permissions to consume content, like many rights languages and ontologies do.
10
+
11
+ :Domain: Law
12
+ :Category: Legal Knowledge
13
+ :Current Version: None
14
+ :Last Updated: 2019-09
15
+ :Creator: Rhizomik
16
+ :License: Creative Commons 4.0
17
+ :Format: TTL
18
+ :Download: `Copyright Ontology (CopyrightOnto) Homepage <https://rhizomik.net/ontologies/copyrightonto/>`_
19
+
20
+ Graph Metrics
21
+ -------------
22
+ - **Total Nodes**: 218
23
+ - **Total Edges**: 470
24
+ - **Root Nodes**: 6
25
+ - **Leaf Nodes**: 75
26
+
27
+ Knowledge coverage
28
+ ------------------
29
+ - Classes: 38
30
+ - Individuals: 7
31
+ - Properties: 12
32
+
33
+ Hierarchical metrics
34
+ --------------------
35
+ - **Maximum Depth**: 8
36
+ - **Minimum Depth**: 0
37
+ - **Average Depth**: 2.93
38
+ - **Depth Variance**: 6.62
39
+
40
+ Breadth metrics
41
+ ------------------
42
+ - **Maximum Breadth**: 6
43
+ - **Minimum Breadth**: 2
44
+ - **Average Breadth**: 3.22
45
+ - **Breadth Variance**: 2.40
46
+
47
+ Dataset Statistics
48
+ ------------------
49
+ Generated Benchmarks:
50
+ - **Term Types**: 7
51
+ - **Taxonomic Relations**: 118
52
+ - **Non-taxonomic Relations**: 6
53
+ - **Average Terms per Type**: 7.00
54
+
55
+ Usage Example
56
+ -------------
57
+ .. code-block:: python
58
+
59
+ from ontolearner.ontology import CopyrightOnto
60
+
61
+ # Initialize and load ontology
62
+ ontology = CopyrightOnto()
63
+ ontology.load("path/to/ontology.TTL")
64
+
65
+ # Extract datasets
66
+ data = ontology.extract()
67
+
68
+ # Access specific relations
69
+ term_types = data.term_typings
70
+ taxonomic_relations = data.type_taxonomies
71
+ non_taxonomic_relations = data.type_non_taxonomic_relations
copyrightonto/copyrightonto.ttl ADDED
@@ -0,0 +1,695 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # baseURI: https://rhizomik.net/ontologies/copyrightonto.owl
2
+ # imports: https://rhizomik.net/ontologies/copyrightonto-creationmodel.owl
3
+ # imports: https://rhizomik.net/ontologies/copyrightonto-rightsmodel.owl
4
+ # imports: https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/releases/3.9/schemaorg.owl
5
+ # prefix: cro
6
+
7
+ @prefix : <https://rhizomik.net/ontologies/copyrightonto.owl#> .
8
+ @prefix creation: <https://rhizomik.net/ontologies/copyrightonto-creationmodel.owl#> .
9
+ @prefix cro: <https://rhizomik.net/ontologies/copyrightonto.owl#> .
10
+ @prefix dc: <http://purl.org/dc/terms/> .
11
+ @prefix owl: <http://www.w3.org/2002/07/owl#> .
12
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14
+ @prefix rights: <https://rhizomik.net/ontologies/copyrightonto-rightsmodel.owl#> .
15
+ @prefix schema: <http://schema.org/> .
16
+ @prefix vann: <http://purl.org/vocab/vann/> .
17
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18
+
19
+ <https://rhizomik.net/ontologies/copyrightonto.owl>
20
+ a owl:Ontology ;
21
+ dc:creator <https://rhizomik.net/~roberto/> ;
22
+ dc:date "2019-09-02"^^xsd:date ;
23
+ dc:description "Copyright Ontology, https://rhizomik.net/ontologies/copyrightonto"@en ;
24
+ dc:license <http://creativecommons.org/licenses/by-sa/4.0/> ;
25
+ vann:preferredNamespacePrefix "cro" ;
26
+ rdfs:label "Copyright Ontology"@en ;
27
+ owl:imports <https://rhizomik.net/ontologies/copyrightonto-creationmodel.owl> ;
28
+ owl:imports <https://rhizomik.net/ontologies/copyrightonto-rightsmodel.owl> ;
29
+ owl:imports <https://raw.githubusercontent.com/schemaorg/schemaorg/master/data/releases/3.9/schemaorg.owl> ;
30
+ .
31
+ cro:Access
32
+ a owl:Class ;
33
+ rdfs:comment "This is the action that consumes the communication of a MakeAvailable, i.e. an OnDemandEvent. Consequently, it is an interactive action from the point of view of the consumer, who is able to determine the time line of the content. Usually, the content is consumed from its beginning and from the time point when the content is accessed. Moreover, the user is usually free to pause, resume, forward and rewind the content. However, all these issues are specific to the technological means used to make the content available, e.g. internet video on-demand streamers. It is important to note that this same features can be enjoyed with non-interactive communications but a recording system at the consumers place is then required."@en ;
34
+ rdfs:label "Access"@en ;
35
+ rdfs:subClassOf cro:Use ;
36
+ rdfs:subClassOf [
37
+ a owl:Restriction ;
38
+ owl:allValuesFrom schema:OnDemandEvent ;
39
+ owl:onProperty schema:object ;
40
+ ] ;
41
+ rdfs:subClassOf [
42
+ a owl:Restriction ;
43
+ owl:cardinality "1"^^xsd:int ;
44
+ owl:onProperty schema:object ;
45
+ ] ;
46
+ .
47
+ cro:Action
48
+ a owl:Class ;
49
+ owl:equivalentClass schema:Action ;
50
+ .
51
+ cro:Adapt
52
+ a owl:Class ;
53
+ rdfs:comment "To Adapt is generally understood as the modification of a Work from one type of Work to another, for example adapting a novel so as to make a motion picture, or the modification of a Work so as to make it suitable for different conditions of exploitation, for example adapting an instructional textbook originally prepared for higher education into an instructional textbook intended for students at a lower level."@en ;
54
+ rdfs:label "Adapt"@en ;
55
+ rdfs:seeAlso rights:AdaptationRight ;
56
+ rdfs:subClassOf cro:Derive ;
57
+ .
58
+ cro:Agree
59
+ a owl:Class ;
60
+ rdfs:comment "An event in which a written or unwritten accord is made between two or more parties." ;
61
+ rdfs:label "Agree" ;
62
+ rdfs:subClassOf cro:Action ;
63
+ rdfs:subClassOf schema:AgreeAction ;
64
+ .
65
+ cro:Aim
66
+ a owl:Class ;
67
+ rdfs:comment "The motivation of an action."@en ;
68
+ rdfs:label "Aim"@en ;
69
+ rdfs:subClassOf owl:Thing ;
70
+ .
71
+ cro:Attend
72
+ a owl:Class ;
73
+ rdfs:comment "This is the action corresponding to the consumption of a Perform in a PublicPlace. The object of the action is a Performance which result from a Perform that is held in the same PublicPlace. Therefore, there is a time sharing between the Attend and the corresponding Perform."@en ;
74
+ rdfs:label "Attend"@en ;
75
+ rdfs:subClassOf cro:Use ;
76
+ rdfs:subClassOf [
77
+ a owl:Restriction ;
78
+ owl:allValuesFrom creation:Performance ;
79
+ owl:onProperty schema:object ;
80
+ ] ;
81
+ rdfs:subClassOf [
82
+ a owl:Restriction ;
83
+ owl:cardinality "1"^^xsd:int ;
84
+ owl:onProperty schema:object ;
85
+ ] ;
86
+ .
87
+ cro:Attribute
88
+ a owl:Class ;
89
+ rdfs:subClassOf cro:Action ;
90
+ .
91
+ cro:Broadcast
92
+ a owl:Class ;
93
+ rdfs:comment "When a work is broadcasted, it is made available to a collective through a communication medium. There are two kinds of broadcasting depending on the communication medium. In the first one the medium is the air. A wireless signal is emitted into the air, which can be received by any person, within range of the signal, who possesses the equipment (radio or television receiver) necessary to convert the signal into sounds or sounds and images. In the second one the medium is a cable. A signal is diffused and only persons who possess the required equipment linked to the cables used to diffuse the signal can receive it."@en ;
94
+ rdfs:label "Broadcast"@en ;
95
+ rdfs:subClassOf cro:Communicate ;
96
+ rdfs:subClassOf [
97
+ a owl:Restriction ;
98
+ owl:allValuesFrom schema:BroadcastEvent ;
99
+ owl:onProperty schema:result ;
100
+ ] ;
101
+ rdfs:subClassOf [
102
+ a owl:Restriction ;
103
+ owl:allValuesFrom [
104
+ a owl:Class ;
105
+ owl:unionOf (
106
+ creation:Manifestation
107
+ creation:Recording
108
+ ) ;
109
+ ] ;
110
+ owl:onProperty schema:object ;
111
+ ] ;
112
+ owl:disjointWith cro:MakeAvailable ;
113
+ .
114
+ cro:Communicate
115
+ a owl:Class ;
116
+ rdfs:comment "This verb includes any communication to the public of the originals or copies of works, including wire or wireless means and \"the making available to the public of works in a way that the members of the public may access the work from a place and at a time individually chosen by them\". The quoted expression covers, in particular, on-demand interactive communication through the Internet. On the contrary to Perform, this action just covers all communication to the public not present at the place where the communication originates."@en ;
117
+ rdfs:label "Communicate"@en ;
118
+ rdfs:subClassOf cro:Exploit ;
119
+ rdfs:subClassOf [
120
+ a owl:Restriction ;
121
+ owl:allValuesFrom creation:Communication ;
122
+ owl:onProperty schema:result ;
123
+ ] ;
124
+ .
125
+ cro:Copy
126
+ a owl:Class ;
127
+ rdfs:comment "This action is formally known as Reproduce though is more common to use Copy. They are produced from a Manifestation, from a Fixation of a Performance or from another Instance. The result is an Instance that is the item employed for the commercialisation of replicas of works. i.e. when a item is used as the vehicle to make the Work arrive to its consumers. Instances might have a physical support or not, like digital objects."@en ;
128
+ rdfs:label "Copy"@en ;
129
+ rdfs:subClassOf cro:Exploit ;
130
+ rdfs:subClassOf [
131
+ a owl:Restriction ;
132
+ owl:allValuesFrom creation:Instance ;
133
+ owl:onProperty schema:result ;
134
+ ] ;
135
+ rdfs:subClassOf [
136
+ a owl:Restriction ;
137
+ owl:allValuesFrom schema:CreativeWork ;
138
+ owl:onProperty schema:object ;
139
+ ] ;
140
+ .
141
+ cro:Derive
142
+ a owl:Class ;
143
+ rdfs:comment """This correspond to the act changing a work protected by copyright in order to generate a new work. The resulting derivations are themselves works protected by copyright. Derive is thus also a rights generation action, i.e. it causes new rights to arise as a new Work and its first Manifestation are generated as results of the Derive action.
144
+ The action is required to produce also the first Manifestation of the Work in order to have legal implications. If there is not a Manifestation, the derivation takes part just in the field of ideas, which are not regulated by copyright."""@en ;
145
+ rdfs:label "Derive"@en ;
146
+ rdfs:subClassOf cro:Exploit ;
147
+ rdfs:subClassOf [
148
+ a owl:Restriction ;
149
+ owl:allValuesFrom creation:Manifestation ;
150
+ owl:onProperty schema:result ;
151
+ ] ;
152
+ rdfs:subClassOf [
153
+ a owl:Restriction ;
154
+ owl:allValuesFrom creation:Work ;
155
+ owl:onProperty schema:object ;
156
+ ] ;
157
+ rdfs:subClassOf [
158
+ a owl:Restriction ;
159
+ owl:cardinality "1"^^xsd:int ;
160
+ owl:onProperty schema:object ;
161
+ ] ;
162
+ rdfs:subClassOf [
163
+ a owl:Restriction ;
164
+ owl:cardinality "1"^^xsd:int ;
165
+ owl:onProperty schema:result ;
166
+ ] ;
167
+ .
168
+ cro:Disagree
169
+ a owl:Class ;
170
+ rdfs:label "Disagree" ;
171
+ rdfs:subClassOf cro:Action ;
172
+ rdfs:subClassOf schema:DisagreeAction ;
173
+ .
174
+ cro:Distribute
175
+ a owl:Class ;
176
+ rdfs:comment "Once Instances of a Work have been produced, they are distributed to the public. Therefore, there is a recipient of the Instance. If the Distribute does not imply a permanent transfer of ownership on the Instance, i.e. on the material support but not on the underlying Work, there is also a duration case role. This is concretised in the Distribute specialisations."@en ;
177
+ rdfs:label "Distribute"@en ;
178
+ rdfs:subClassOf cro:Exploit ;
179
+ rdfs:subClassOf [
180
+ a owl:Restriction ;
181
+ owl:allValuesFrom cro:LegalPerson ;
182
+ owl:onProperty schema:recipient ;
183
+ ] ;
184
+ rdfs:subClassOf [
185
+ a owl:Restriction ;
186
+ owl:allValuesFrom schema:CreativeWork ;
187
+ owl:onProperty schema:object ;
188
+ ] ;
189
+ .
190
+ cro:Exploit
191
+ a owl:Class ;
192
+ rdfs:subClassOf cro:Action ;
193
+ .
194
+ cro:Improvise
195
+ a owl:Class ;
196
+ rdfs:comment "This action directly generates a performance from a work, without a previous manifestation."@en ;
197
+ rdfs:label "Improvise"@en ;
198
+ rdfs:subClassOf cro:Action ;
199
+ rdfs:subClassOf [
200
+ a owl:Restriction ;
201
+ owl:allValuesFrom creation:Performance ;
202
+ owl:onProperty schema:result ;
203
+ ] ;
204
+ rdfs:subClassOf [
205
+ a owl:Restriction ;
206
+ owl:allValuesFrom creation:Work ;
207
+ owl:onProperty schema:object ;
208
+ ] ;
209
+ rdfs:subClassOf [
210
+ a owl:Restriction ;
211
+ owl:allValuesFrom cro:LegalPerson ;
212
+ owl:onProperty schema:agent ;
213
+ ] ;
214
+ rdfs:subClassOf [
215
+ a owl:Restriction ;
216
+ owl:cardinality "1"^^xsd:int ;
217
+ owl:onProperty cro:pointInTime ;
218
+ ] ;
219
+ rdfs:subClassOf [
220
+ a owl:Restriction ;
221
+ owl:cardinality "1"^^xsd:int ;
222
+ owl:onProperty schema:location ;
223
+ ] ;
224
+ rdfs:subClassOf [
225
+ a owl:Restriction ;
226
+ owl:cardinality "1"^^xsd:int ;
227
+ owl:onProperty schema:object ;
228
+ ] ;
229
+ rdfs:subClassOf [
230
+ a owl:Restriction ;
231
+ owl:cardinality "1"^^xsd:int ;
232
+ owl:onProperty schema:result ;
233
+ ] ;
234
+ rdfs:subClassOf [
235
+ a owl:Restriction ;
236
+ owl:minCardinality "1"^^xsd:int ;
237
+ owl:onProperty schema:agent ;
238
+ ] ;
239
+ .
240
+ cro:LegalPerson
241
+ a owl:Class ;
242
+ rdfs:label "Legal Person"@en ;
243
+ rdfs:subClassOf owl:Thing ;
244
+ owl:equivalentClass [
245
+ a owl:Class ;
246
+ owl:unionOf (
247
+ schema:Person
248
+ schema:Organization
249
+ ) ;
250
+ ] ;
251
+ .
252
+ cro:Lend
253
+ a owl:Class ;
254
+ rdfs:comment "Distribute temporarily without requiring significant economic value exchange."@en ;
255
+ rdfs:label "Lend"@en ;
256
+ rdfs:subClassOf cro:Distribute ;
257
+ rdfs:subClassOf schema:LendAction ;
258
+ rdfs:subClassOf [
259
+ a owl:Restriction ;
260
+ owl:allValuesFrom [
261
+ a owl:Class ;
262
+ owl:complementOf schema:PayAction ;
263
+ ] ;
264
+ owl:onProperty cro:condition ;
265
+ ] ;
266
+ rdfs:subClassOf [
267
+ a owl:Restriction ;
268
+ owl:cardinality "1"^^xsd:int ;
269
+ owl:onProperty schema:duration ;
270
+ ] ;
271
+ .
272
+ cro:MakeAvailable
273
+ a owl:Class ;
274
+ rdfs:comment """Traditionally communication actions related to the communication right were quite passive from the point of view of the communication consumer. The communicator decided when a concrete work was broadcasted and the consumers had just to the option to get or not access to the communication medium in order to consume the content. Consumers did not have any alternative to time-shift content consumption without the intervention of recording mediums.
275
+ However, communication mediums that allow user interaction have appeared, among which the Internet is the more important one nowadays. The consequence is a particular kind of communication where members of the public access works from a place and at a time individually chosen by them. This kind of communication is called to MakeAvailable in the copyright context."""@en ;
276
+ rdfs:label "Make Available"@en ;
277
+ rdfs:subClassOf cro:Communicate ;
278
+ rdfs:subClassOf [
279
+ a owl:Restriction ;
280
+ owl:allValuesFrom schema:OnDemandEvent ;
281
+ owl:onProperty schema:result ;
282
+ ] ;
283
+ rdfs:subClassOf [
284
+ a owl:Restriction ;
285
+ owl:allValuesFrom [
286
+ a owl:Class ;
287
+ owl:unionOf (
288
+ creation:Manifestation
289
+ creation:Recording
290
+ ) ;
291
+ ] ;
292
+ owl:onProperty schema:object ;
293
+ ] ;
294
+ owl:disjointWith cro:Broadcast ;
295
+ .
296
+ cro:Manifest
297
+ a owl:Class ;
298
+ rdfs:comment """One or more authors generate a manifestation from a work at a given place (at least the country for copyright jurisdiction) and time (from legal point of view).
299
+ In the case of employed authors and works made for hire, the employer, and not the employee, is legally considered the author of the work and becomes the rights holder.
300
+ Multiple creators are also allowed in order to cope with works realised in collaboration."""@en ;
301
+ rdfs:label "Manifest"@en ;
302
+ rdfs:subClassOf cro:Action ;
303
+ rdfs:subClassOf schema:CreateAction ;
304
+ rdfs:subClassOf [
305
+ a owl:Restriction ;
306
+ owl:allValuesFrom creation:Manifestation ;
307
+ owl:onProperty schema:result ;
308
+ ] ;
309
+ rdfs:subClassOf [
310
+ a owl:Restriction ;
311
+ owl:allValuesFrom creation:Work ;
312
+ owl:onProperty schema:object ;
313
+ ] ;
314
+ rdfs:subClassOf [
315
+ a owl:Restriction ;
316
+ owl:allValuesFrom cro:LegalPerson ;
317
+ owl:onProperty schema:agent ;
318
+ ] ;
319
+ rdfs:subClassOf [
320
+ a owl:Restriction ;
321
+ owl:cardinality "1"^^xsd:int ;
322
+ owl:onProperty cro:pointInTime ;
323
+ ] ;
324
+ rdfs:subClassOf [
325
+ a owl:Restriction ;
326
+ owl:cardinality "1"^^xsd:int ;
327
+ owl:onProperty schema:location ;
328
+ ] ;
329
+ rdfs:subClassOf [
330
+ a owl:Restriction ;
331
+ owl:cardinality "1"^^xsd:int ;
332
+ owl:onProperty schema:object ;
333
+ ] ;
334
+ rdfs:subClassOf [
335
+ a owl:Restriction ;
336
+ owl:cardinality "1"^^xsd:int ;
337
+ owl:onProperty schema:result ;
338
+ ] ;
339
+ rdfs:subClassOf [
340
+ a owl:Restriction ;
341
+ owl:minCardinality "1"^^xsd:int ;
342
+ owl:onProperty schema:agent ;
343
+ ] ;
344
+ .
345
+ cro:Offer
346
+ a owl:Class ;
347
+ rdfs:comment "An event in which a party makes known the terms on which an agreement may be made." ;
348
+ rdfs:label "Offer" ;
349
+ rdfs:subClassOf cro:Action ;
350
+ .
351
+ cro:Perform
352
+ a owl:Class ;
353
+ rdfs:comment "To perform a work means to recite, render, play, dance, or act it, either directly or by means of any device or process or, in the case of a motion picture or other audiovisual work, to show its images in any sequence or to make the sounds accompanying it audible."@en ;
354
+ rdfs:label "Perform"@en ;
355
+ rdfs:subClassOf cro:Exploit ;
356
+ rdfs:subClassOf [
357
+ a owl:Restriction ;
358
+ owl:allValuesFrom creation:Performance ;
359
+ owl:onProperty schema:result ;
360
+ ] ;
361
+ rdfs:subClassOf [
362
+ a owl:Restriction ;
363
+ owl:allValuesFrom [
364
+ a owl:Class ;
365
+ owl:unionOf (
366
+ creation:Manifestation
367
+ creation:Recording
368
+ ) ;
369
+ ] ;
370
+ owl:onProperty schema:object ;
371
+ ] ;
372
+ .
373
+ cro:PerformInPublic
374
+ a owl:Class ;
375
+ rdfs:comment "This corresponds to the action of public performance. It is important to note that the performance is considered public when it takes place at a place open to the public or at any place where a substantial number of persons outside of a normal circle of a family and its social acquaintances is involved. Therefore, it will not be considered public when it is performed in a strictly domestic domain."@en ;
376
+ rdfs:label "Perform in public"@en ;
377
+ rdfs:subClassOf cro:Perform ;
378
+ rdfs:subClassOf [
379
+ a owl:Restriction ;
380
+ owl:allValuesFrom cro:PublicPlace ;
381
+ owl:onProperty schema:location ;
382
+ ] ;
383
+ .
384
+ cro:PublicPlace
385
+ a owl:Class ;
386
+ rdfs:comment "A place that is public."@en ;
387
+ rdfs:label "Public Place"@en ;
388
+ rdfs:subClassOf schema:Place ;
389
+ owl:disjointWith cro:Aim ;
390
+ owl:disjointWith cro:Copyright ;
391
+ owl:disjointWith cro:LegalPerson ;
392
+ owl:disjointWith schema:Action ;
393
+ owl:disjointWith schema:CreativeWork ;
394
+ .
395
+ cro:Record
396
+ a owl:Class ;
397
+ rdfs:comment """Generically, a work is considered fixed when it is stored on some medium in which it can be perceived, reproduced, or otherwise communicated. For example, a song is considered fixed when it is written down on paper. The paper is the medium on which the song can be perceived, reproduced and communicated.
398
+ It is not necessary that the medium be such that a human can perceive the work, as long as the work can be perceived by a machine. Thus, the song is also fixed the moment the author records it onto a cassette tape.
399
+ From the legal point of view, the fixations that are governed are those that store performances or communications of works that are later exploited. For instance, it can be a recording of a studio performance, which is governed by copyright because this fixation is intended for commercial exploitation.The more important kinds of fixations are sound recordings and motion pictures."""@en ;
400
+ rdfs:label "Record"@en ;
401
+ rdfs:subClassOf cro:Exploit ;
402
+ rdfs:subClassOf [
403
+ a owl:Restriction ;
404
+ owl:allValuesFrom creation:Recording ;
405
+ owl:onProperty schema:result ;
406
+ ] ;
407
+ rdfs:subClassOf [
408
+ a owl:Restriction ;
409
+ owl:allValuesFrom [
410
+ a owl:Class ;
411
+ owl:unionOf (
412
+ creation:Performance
413
+ creation:Communication
414
+ ) ;
415
+ ] ;
416
+ owl:onProperty schema:object ;
417
+ ] ;
418
+ .
419
+ cro:Rent
420
+ a owl:Class ;
421
+ rdfs:comment "Distribute temporarily with a significant economic value exchange. There is a thus an associated duration."@en ;
422
+ rdfs:label "Rent"@en ;
423
+ rdfs:subClassOf cro:Distribute ;
424
+ rdfs:subClassOf schema:RentAction ;
425
+ rdfs:subClassOf [
426
+ a owl:Restriction ;
427
+ owl:cardinality "1"^^xsd:int ;
428
+ owl:onProperty schema:duration ;
429
+ ] ;
430
+ rdfs:subClassOf [
431
+ a owl:Restriction ;
432
+ owl:onProperty cro:condition ;
433
+ owl:someValuesFrom schema:PayAction ;
434
+ ] ;
435
+ .
436
+ cro:Sell
437
+ a owl:Class ;
438
+ rdfs:comment "The ownership of the corresponding physical support or digital object is transferred permanently, there is not a duration. There is a condition, an economic transfer on exchange of which the ownership is transferred."@en ;
439
+ rdfs:label "Sell"@en ;
440
+ rdfs:subClassOf cro:Distribute ;
441
+ rdfs:subClassOf schema:SellAction ;
442
+ rdfs:subClassOf [
443
+ a owl:Restriction ;
444
+ owl:cardinality "0"^^xsd:int ;
445
+ owl:onProperty schema:duration ;
446
+ ] ;
447
+ rdfs:subClassOf [
448
+ a owl:Restriction ;
449
+ owl:onProperty cro:condition ;
450
+ owl:someValuesFrom schema:PayAction ;
451
+ ] ;
452
+ rdfs:subClassOf [
453
+ a owl:Restriction ;
454
+ owl:onProperty cro:consequence ;
455
+ owl:someValuesFrom schema:OwnershipInfo ;
456
+ ] ;
457
+ .
458
+ cro:Synchronize
459
+ a owl:Class ;
460
+ rdfs:comment "To express a work in a language other than that of the original version. Therefore, it is possible to just chain the language characteristic from the original Work to the new one."@en ;
461
+ rdfs:label "Synchronize"@en ;
462
+ rdfs:seeAlso rights:SynchronizationRight ;
463
+ rdfs:subClassOf cro:Derive ;
464
+ .
465
+ cro:Translate
466
+ a owl:Class ;
467
+ rdfs:comment "To express a work in a language other than that of the original version. Therefore, it is possible to just chain the language characteristic from the original Work to the new one."@en ;
468
+ rdfs:label "Translate"@en ;
469
+ rdfs:seeAlso rights:TranslationRight ;
470
+ rdfs:subClassOf cro:Derive ;
471
+ .
472
+ cro:Tune
473
+ a owl:Class ;
474
+ rdfs:comment "This is the action that consumes the communication of a Broadcast. Consequently, it is a non-interactive action from the point of view of the consumer. The user just tunes the medium where the content is broadcasted from an appropriate location."@en ;
475
+ rdfs:label "Tune"@en ;
476
+ rdfs:subClassOf cro:Use ;
477
+ rdfs:subClassOf [
478
+ a owl:Restriction ;
479
+ owl:allValuesFrom schema:BroadcastEvent ;
480
+ owl:onProperty schema:object ;
481
+ ] ;
482
+ rdfs:subClassOf [
483
+ a owl:Restriction ;
484
+ owl:cardinality "1"^^xsd:int ;
485
+ owl:onProperty schema:object ;
486
+ ] ;
487
+ .
488
+ cro:Use
489
+ a owl:Class ;
490
+ rdfs:comment "The consumption of copyrighted content by end-users." ;
491
+ rdfs:label "Use"@en ;
492
+ rdfs:subClassOf cro:Action ;
493
+ rdfs:subClassOf schema:ConsumeAction ;
494
+ rdfs:subClassOf [
495
+ a owl:Restriction ;
496
+ owl:allValuesFrom cro:LegalPerson ;
497
+ owl:onProperty schema:agent ;
498
+ ] ;
499
+ rdfs:subClassOf [
500
+ a owl:Restriction ;
501
+ owl:cardinality "1"^^xsd:int ;
502
+ owl:onProperty cro:pointInTime ;
503
+ ] ;
504
+ rdfs:subClassOf [
505
+ a owl:Restriction ;
506
+ owl:cardinality "1"^^xsd:int ;
507
+ owl:onProperty schema:location ;
508
+ ] ;
509
+ rdfs:subClassOf [
510
+ a owl:Restriction ;
511
+ owl:minCardinality "1"^^xsd:int ;
512
+ owl:onProperty schema:agent ;
513
+ ] ;
514
+ .
515
+ cro:aim
516
+ a owl:ObjectProperty ;
517
+ rdfs:comment """The voluntary goal of an action.
518
+ Example: The player tries [to hit the ball]."""@en ;
519
+ rdfs:label "aim"@en ;
520
+ rdfs:subPropertyOf cro:why ;
521
+ .
522
+ cro:condition
523
+ a owl:ObjectProperty ;
524
+ rdfs:comment """The necessary circumstance for an action.
525
+ Example: In order to see the film [you must pay the entrance]."""@en ;
526
+ rdfs:label "condition"@en ;
527
+ rdfs:subPropertyOf cro:if ;
528
+ .
529
+ cro:consequence
530
+ a owl:ObjectProperty ;
531
+ rdfs:comment """The involuntary goal of an action.
532
+ Example: The player missed [to hit the ball]."""@en ;
533
+ rdfs:label "consequence"@en ;
534
+ rdfs:subPropertyOf cro:then ;
535
+ .
536
+ cro:count
537
+ a owl:DatatypeProperty ;
538
+ rdfs:comment "The maximum number of instances that a class modelling a licensing pattern might have."@en ;
539
+ rdfs:domain schema:Action ;
540
+ rdfs:label "count"@en ;
541
+ rdfs:range xsd:integer ;
542
+ .
543
+ cro:education
544
+ a cro:Aim ;
545
+ rdfs:label "education"@en ;
546
+ .
547
+ cro:hasDirectPart
548
+ a owl:ObjectProperty ;
549
+ rdfs:label "has direct part"@en ;
550
+ rdfs:subPropertyOf cro:hasPart ;
551
+ owl:inverseOf cro:isDirectPartOf ;
552
+ .
553
+ cro:hasPart
554
+ a owl:ObjectProperty ;
555
+ a owl:TransitiveProperty ;
556
+ rdfs:domain schema:CreativeWork ;
557
+ rdfs:label "has part"@en ;
558
+ rdfs:range schema:CreativeWork ;
559
+ owl:inverseOf cro:isPartOf ;
560
+ .
561
+ cro:how
562
+ a rdf:Property ;
563
+ .
564
+ cro:if
565
+ a rdf:Property ;
566
+ .
567
+ cro:information
568
+ a cro:Aim ;
569
+ rdfs:label "information"@en ;
570
+ .
571
+ cro:isDirectPartOf
572
+ a owl:ObjectProperty ;
573
+ rdfs:label "is direct part of directly"@en ;
574
+ rdfs:subPropertyOf cro:isPartOf ;
575
+ owl:inverseOf cro:hasDirectPart ;
576
+ .
577
+ cro:isExclusive
578
+ a owl:DatatypeProperty ;
579
+ rdfs:domain schema:Action ;
580
+ rdfs:label "is exclusive"@en ;
581
+ rdfs:range xsd:boolean ;
582
+ .
583
+ cro:isPartOf
584
+ a owl:ObjectProperty ;
585
+ a owl:TransitiveProperty ;
586
+ rdfs:domain schema:CreativeWork ;
587
+ rdfs:range schema:CreativeWork ;
588
+ owl:inverseOf cro:hasPart ;
589
+ .
590
+ cro:legal
591
+ a cro:Aim ;
592
+ rdfs:label "legal"@en ;
593
+ .
594
+ cro:manner
595
+ a owl:ObjectProperty ;
596
+ rdfs:comment """The way an event develops.
597
+ Example: The car moved [slowly]."""@en ;
598
+ rdfs:label "manner"@en ;
599
+ rdfs:subPropertyOf cro:how ;
600
+ .
601
+ cro:non-commercial
602
+ a cro:Aim ;
603
+ rdfs:label "non-commercial"@en ;
604
+ .
605
+ cro:parody
606
+ a cro:Aim ;
607
+ rdfs:label "parody"@en ;
608
+ .
609
+ cro:pointInTime
610
+ a owl:DatatypeProperty ;
611
+ rdfs:comment """A temporal essential participant.
612
+ Example: [At 5:25 PM], Erin left."""@en ;
613
+ rdfs:domain cro:Temporal ;
614
+ rdfs:label "time"@en ;
615
+ rdfs:subPropertyOf cro:when ;
616
+ .
617
+ cro:private
618
+ a cro:Aim ;
619
+ rdfs:label "private"@en ;
620
+ .
621
+ cro:research
622
+ a cro:Aim ;
623
+ rdfs:label "research"@en ;
624
+ .
625
+ cro:sharePercentage
626
+ a owl:DatatypeProperty ;
627
+ rdfs:domain schema:Action ;
628
+ rdfs:label "share percentage"@en ;
629
+ rdfs:range xsd:integer ;
630
+ .
631
+ cro:then
632
+ a rdf:Property ;
633
+ .
634
+ cro:what
635
+ a rdf:Property ;
636
+ .
637
+ cro:when
638
+ a rdf:Property ;
639
+ .
640
+ cro:where
641
+ a rdf:Property ;
642
+ .
643
+ cro:who
644
+ a rdf:Property ;
645
+ .
646
+ cro:why
647
+ a rdf:Property ;
648
+ .
649
+ cro:with
650
+ a rdf:Property ;
651
+ .
652
+ schema:Action
653
+ a owl:Class ;
654
+ .
655
+ schema:Offer
656
+ a owl:Class ;
657
+ .
658
+ schema:agent
659
+ rdfs:subPropertyOf cro:who ;
660
+ .
661
+ schema:duration
662
+ rdfs:subPropertyOf cro:when ;
663
+ .
664
+ schema:endDate
665
+ rdfs:subPropertyOf cro:when ;
666
+ .
667
+ schema:instrument
668
+ rdfs:subPropertyOf cro:with ;
669
+ .
670
+ schema:location
671
+ rdfs:subPropertyOf cro:where ;
672
+ .
673
+ schema:object
674
+ rdfs:subPropertyOf cro:what ;
675
+ .
676
+ schema:participant
677
+ rdfs:subPropertyOf cro:who ;
678
+ .
679
+ schema:result
680
+ rdfs:subPropertyOf cro:what ;
681
+ .
682
+ schema:startDate
683
+ rdfs:subPropertyOf cro:when ;
684
+ .
685
+ owl:AllDifferent
686
+ owl:distinctMembers (
687
+ cro:non-commercial
688
+ cro:parody
689
+ cro:education
690
+ cro:information
691
+ cro:legal
692
+ cro:private
693
+ cro:research
694
+ ) ;
695
+ .
copyrightonto/term_typings.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "ID": "TT_f55e7eb6",
4
+ "term": "non-commercial",
5
+ "types": [
6
+ "Aim"
7
+ ]
8
+ },
9
+ {
10
+ "ID": "TT_a2d4a395",
11
+ "term": "private",
12
+ "types": [
13
+ "Aim"
14
+ ]
15
+ },
16
+ {
17
+ "ID": "TT_013d4693",
18
+ "term": "legal",
19
+ "types": [
20
+ "Aim"
21
+ ]
22
+ },
23
+ {
24
+ "ID": "TT_64854c44",
25
+ "term": "research",
26
+ "types": [
27
+ "Aim"
28
+ ]
29
+ },
30
+ {
31
+ "ID": "TT_dd3923ca",
32
+ "term": "information",
33
+ "types": [
34
+ "Aim"
35
+ ]
36
+ },
37
+ {
38
+ "ID": "TT_4aaf2c97",
39
+ "term": "parody",
40
+ "types": [
41
+ "Aim"
42
+ ]
43
+ },
44
+ {
45
+ "ID": "TT_7ed2a4e1",
46
+ "term": "education",
47
+ "types": [
48
+ "Aim"
49
+ ]
50
+ }
51
+ ]
copyrightonto/type_non_taxonomic_relations.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "types": [
3
+ "Action",
4
+ "Aim",
5
+ "Broadcast",
6
+ "Legal Person",
7
+ "Make Available",
8
+ "Public Place"
9
+ ],
10
+ "relations": [
11
+ "disjointWith",
12
+ "equivalentClass"
13
+ ],
14
+ "non_taxonomies": [
15
+ {
16
+ "ID": "NR_ba9380ca",
17
+ "head": "Public Place",
18
+ "tail": "Action",
19
+ "relation": "disjointWith"
20
+ },
21
+ {
22
+ "ID": "NR_4e9b752c",
23
+ "head": "Public Place",
24
+ "tail": "Legal Person",
25
+ "relation": "disjointWith"
26
+ },
27
+ {
28
+ "ID": "NR_6111af26",
29
+ "head": "Broadcast",
30
+ "tail": "Make Available",
31
+ "relation": "disjointWith"
32
+ },
33
+ {
34
+ "ID": "NR_6e2dbb83",
35
+ "head": "Make Available",
36
+ "tail": "Broadcast",
37
+ "relation": "disjointWith"
38
+ },
39
+ {
40
+ "ID": "NR_92590ab9",
41
+ "head": "Action",
42
+ "tail": "Action",
43
+ "relation": "equivalentClass"
44
+ },
45
+ {
46
+ "ID": "NR_4b955730",
47
+ "head": "Public Place",
48
+ "tail": "Aim",
49
+ "relation": "disjointWith"
50
+ }
51
+ ]
52
+ }
copyrightonto/type_taxonomies.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "types": [
3
+ "Adapt",
4
+ "Use",
5
+ "Agree",
6
+ "Attribute",
7
+ "Translate",
8
+ "SellAction",
9
+ "Disagree",
10
+ "Improvise",
11
+ "Manifest",
12
+ "Make Available",
13
+ "ConsumeAction",
14
+ "Sell",
15
+ "Attend",
16
+ "Distribute",
17
+ "Place",
18
+ "Broadcast",
19
+ "DisagreeAction",
20
+ "Copy",
21
+ "Exploit",
22
+ "AgreeAction",
23
+ "Action",
24
+ "Perform",
25
+ "Offer",
26
+ "LendAction",
27
+ "Lend",
28
+ "Perform in public",
29
+ "Synchronize",
30
+ "CreateAction",
31
+ "Record",
32
+ "Derive",
33
+ "Public Place",
34
+ "RentAction",
35
+ "Access",
36
+ "Rent",
37
+ "Communicate",
38
+ "Tune"
39
+ ],
40
+ "taxonomies": [
41
+ {
42
+ "ID": "TR_a8735d0b",
43
+ "parent": "Use",
44
+ "child": "Access"
45
+ },
46
+ {
47
+ "ID": "TR_6af6fdf7",
48
+ "parent": "Use",
49
+ "child": "Attend"
50
+ },
51
+ {
52
+ "ID": "TR_ee7388dc",
53
+ "parent": "Use",
54
+ "child": "Tune"
55
+ },
56
+ {
57
+ "ID": "TR_7486496d",
58
+ "parent": "Use",
59
+ "child": "Access"
60
+ },
61
+ {
62
+ "ID": "TR_ded89db7",
63
+ "parent": "Use",
64
+ "child": "Access"
65
+ },
66
+ {
67
+ "ID": "TR_06e31b55",
68
+ "parent": "Derive",
69
+ "child": "Adapt"
70
+ },
71
+ {
72
+ "ID": "TR_7c13b7a6",
73
+ "parent": "Derive",
74
+ "child": "Synchronize"
75
+ },
76
+ {
77
+ "ID": "TR_82b659c9",
78
+ "parent": "Derive",
79
+ "child": "Translate"
80
+ },
81
+ {
82
+ "ID": "TR_cc232bc3",
83
+ "parent": "Action",
84
+ "child": "Agree"
85
+ },
86
+ {
87
+ "ID": "TR_8386b3c8",
88
+ "parent": "AgreeAction",
89
+ "child": "Agree"
90
+ },
91
+ {
92
+ "ID": "TR_a0946c8c",
93
+ "parent": "Action",
94
+ "child": "Attribute"
95
+ },
96
+ {
97
+ "ID": "TR_8a6511e1",
98
+ "parent": "Action",
99
+ "child": "Disagree"
100
+ },
101
+ {
102
+ "ID": "TR_20971c83",
103
+ "parent": "DisagreeAction",
104
+ "child": "Disagree"
105
+ },
106
+ {
107
+ "ID": "TR_2ef7e005",
108
+ "parent": "Action",
109
+ "child": "Exploit"
110
+ },
111
+ {
112
+ "ID": "TR_5b353e60",
113
+ "parent": "Action",
114
+ "child": "Improvise"
115
+ },
116
+ {
117
+ "ID": "TR_8c01f389",
118
+ "parent": "Action",
119
+ "child": "Manifest"
120
+ },
121
+ {
122
+ "ID": "TR_53e92588",
123
+ "parent": "CreateAction",
124
+ "child": "Manifest"
125
+ },
126
+ {
127
+ "ID": "TR_41abbe9a",
128
+ "parent": "Action",
129
+ "child": "Offer"
130
+ },
131
+ {
132
+ "ID": "TR_ad14863e",
133
+ "parent": "Action",
134
+ "child": "Use"
135
+ },
136
+ {
137
+ "ID": "TR_176d102c",
138
+ "parent": "ConsumeAction",
139
+ "child": "Use"
140
+ },
141
+ {
142
+ "ID": "TR_47a7355b",
143
+ "parent": "Action",
144
+ "child": "Agree"
145
+ },
146
+ {
147
+ "ID": "TR_c5736057",
148
+ "parent": "AgreeAction",
149
+ "child": "Agree"
150
+ },
151
+ {
152
+ "ID": "TR_2fb28916",
153
+ "parent": "Use",
154
+ "child": "Attend"
155
+ },
156
+ {
157
+ "ID": "TR_fd4ec452",
158
+ "parent": "Use",
159
+ "child": "Attend"
160
+ },
161
+ {
162
+ "ID": "TR_3b007a71",
163
+ "parent": "Communicate",
164
+ "child": "Broadcast"
165
+ },
166
+ {
167
+ "ID": "TR_65dd8637",
168
+ "parent": "Communicate",
169
+ "child": "Make Available"
170
+ },
171
+ {
172
+ "ID": "TR_85d31b1f",
173
+ "parent": "Communicate",
174
+ "child": "Broadcast"
175
+ },
176
+ {
177
+ "ID": "TR_5f7f98c3",
178
+ "parent": "Communicate",
179
+ "child": "Broadcast"
180
+ },
181
+ {
182
+ "ID": "TR_09c71fcd",
183
+ "parent": "Exploit",
184
+ "child": "Communicate"
185
+ },
186
+ {
187
+ "ID": "TR_a9cbf9f3",
188
+ "parent": "Exploit",
189
+ "child": "Copy"
190
+ },
191
+ {
192
+ "ID": "TR_1b87b472",
193
+ "parent": "Exploit",
194
+ "child": "Derive"
195
+ },
196
+ {
197
+ "ID": "TR_1634d9de",
198
+ "parent": "Exploit",
199
+ "child": "Distribute"
200
+ },
201
+ {
202
+ "ID": "TR_dd769c0a",
203
+ "parent": "Exploit",
204
+ "child": "Perform"
205
+ },
206
+ {
207
+ "ID": "TR_64ac55e9",
208
+ "parent": "Exploit",
209
+ "child": "Record"
210
+ },
211
+ {
212
+ "ID": "TR_0c25ab43",
213
+ "parent": "Exploit",
214
+ "child": "Communicate"
215
+ },
216
+ {
217
+ "ID": "TR_3a10ccc9",
218
+ "parent": "Exploit",
219
+ "child": "Copy"
220
+ },
221
+ {
222
+ "ID": "TR_5233e52f",
223
+ "parent": "Exploit",
224
+ "child": "Copy"
225
+ },
226
+ {
227
+ "ID": "TR_ddc3ef3e",
228
+ "parent": "Exploit",
229
+ "child": "Derive"
230
+ },
231
+ {
232
+ "ID": "TR_78ff0c07",
233
+ "parent": "Exploit",
234
+ "child": "Derive"
235
+ },
236
+ {
237
+ "ID": "TR_978ce6f0",
238
+ "parent": "Exploit",
239
+ "child": "Derive"
240
+ },
241
+ {
242
+ "ID": "TR_6bf05769",
243
+ "parent": "Exploit",
244
+ "child": "Derive"
245
+ },
246
+ {
247
+ "ID": "TR_4bcdf027",
248
+ "parent": "Action",
249
+ "child": "Disagree"
250
+ },
251
+ {
252
+ "ID": "TR_34819bc6",
253
+ "parent": "DisagreeAction",
254
+ "child": "Disagree"
255
+ },
256
+ {
257
+ "ID": "TR_2aea80de",
258
+ "parent": "Exploit",
259
+ "child": "Distribute"
260
+ },
261
+ {
262
+ "ID": "TR_c2cdbb81",
263
+ "parent": "Exploit",
264
+ "child": "Distribute"
265
+ },
266
+ {
267
+ "ID": "TR_b225a439",
268
+ "parent": "Action",
269
+ "child": "Improvise"
270
+ },
271
+ {
272
+ "ID": "TR_b70ec7cd",
273
+ "parent": "Action",
274
+ "child": "Improvise"
275
+ },
276
+ {
277
+ "ID": "TR_7b7a10c5",
278
+ "parent": "Action",
279
+ "child": "Improvise"
280
+ },
281
+ {
282
+ "ID": "TR_81290cc1",
283
+ "parent": "Action",
284
+ "child": "Improvise"
285
+ },
286
+ {
287
+ "ID": "TR_669faa54",
288
+ "parent": "Action",
289
+ "child": "Improvise"
290
+ },
291
+ {
292
+ "ID": "TR_b49f788e",
293
+ "parent": "Action",
294
+ "child": "Improvise"
295
+ },
296
+ {
297
+ "ID": "TR_731496bb",
298
+ "parent": "Action",
299
+ "child": "Improvise"
300
+ },
301
+ {
302
+ "ID": "TR_263e3f66",
303
+ "parent": "Action",
304
+ "child": "Improvise"
305
+ },
306
+ {
307
+ "ID": "TR_c61e48b2",
308
+ "parent": "Distribute",
309
+ "child": "Lend"
310
+ },
311
+ {
312
+ "ID": "TR_a9a90286",
313
+ "parent": "LendAction",
314
+ "child": "Lend"
315
+ },
316
+ {
317
+ "ID": "TR_2a1a7024",
318
+ "parent": "Distribute",
319
+ "child": "Rent"
320
+ },
321
+ {
322
+ "ID": "TR_ea6236c2",
323
+ "parent": "RentAction",
324
+ "child": "Rent"
325
+ },
326
+ {
327
+ "ID": "TR_69587bea",
328
+ "parent": "Distribute",
329
+ "child": "Sell"
330
+ },
331
+ {
332
+ "ID": "TR_73975adb",
333
+ "parent": "SellAction",
334
+ "child": "Sell"
335
+ },
336
+ {
337
+ "ID": "TR_bd879ee8",
338
+ "parent": "Distribute",
339
+ "child": "Lend"
340
+ },
341
+ {
342
+ "ID": "TR_dadca1df",
343
+ "parent": "LendAction",
344
+ "child": "Lend"
345
+ },
346
+ {
347
+ "ID": "TR_dabb285e",
348
+ "parent": "Distribute",
349
+ "child": "Lend"
350
+ },
351
+ {
352
+ "ID": "TR_7607384d",
353
+ "parent": "LendAction",
354
+ "child": "Lend"
355
+ },
356
+ {
357
+ "ID": "TR_bf5c71af",
358
+ "parent": "Distribute",
359
+ "child": "Lend"
360
+ },
361
+ {
362
+ "ID": "TR_5b625d1f",
363
+ "parent": "LendAction",
364
+ "child": "Lend"
365
+ },
366
+ {
367
+ "ID": "TR_411468d7",
368
+ "parent": "Communicate",
369
+ "child": "Make Available"
370
+ },
371
+ {
372
+ "ID": "TR_61596f95",
373
+ "parent": "Communicate",
374
+ "child": "Make Available"
375
+ },
376
+ {
377
+ "ID": "TR_55ac4b00",
378
+ "parent": "Action",
379
+ "child": "Manifest"
380
+ },
381
+ {
382
+ "ID": "TR_39c6084c",
383
+ "parent": "CreateAction",
384
+ "child": "Manifest"
385
+ },
386
+ {
387
+ "ID": "TR_2eb1d0b3",
388
+ "parent": "Action",
389
+ "child": "Manifest"
390
+ },
391
+ {
392
+ "ID": "TR_a59a801e",
393
+ "parent": "CreateAction",
394
+ "child": "Manifest"
395
+ },
396
+ {
397
+ "ID": "TR_e6e2f435",
398
+ "parent": "Action",
399
+ "child": "Manifest"
400
+ },
401
+ {
402
+ "ID": "TR_5f80963f",
403
+ "parent": "CreateAction",
404
+ "child": "Manifest"
405
+ },
406
+ {
407
+ "ID": "TR_dde5f830",
408
+ "parent": "Action",
409
+ "child": "Manifest"
410
+ },
411
+ {
412
+ "ID": "TR_3a7713c5",
413
+ "parent": "CreateAction",
414
+ "child": "Manifest"
415
+ },
416
+ {
417
+ "ID": "TR_510b429d",
418
+ "parent": "Action",
419
+ "child": "Manifest"
420
+ },
421
+ {
422
+ "ID": "TR_476e48e7",
423
+ "parent": "CreateAction",
424
+ "child": "Manifest"
425
+ },
426
+ {
427
+ "ID": "TR_6dd416a4",
428
+ "parent": "Action",
429
+ "child": "Manifest"
430
+ },
431
+ {
432
+ "ID": "TR_954ca477",
433
+ "parent": "CreateAction",
434
+ "child": "Manifest"
435
+ },
436
+ {
437
+ "ID": "TR_c9c13151",
438
+ "parent": "Action",
439
+ "child": "Manifest"
440
+ },
441
+ {
442
+ "ID": "TR_d8f0e072",
443
+ "parent": "CreateAction",
444
+ "child": "Manifest"
445
+ },
446
+ {
447
+ "ID": "TR_d3d264d6",
448
+ "parent": "Action",
449
+ "child": "Manifest"
450
+ },
451
+ {
452
+ "ID": "TR_74fd9f2a",
453
+ "parent": "CreateAction",
454
+ "child": "Manifest"
455
+ },
456
+ {
457
+ "ID": "TR_e972209f",
458
+ "parent": "Action",
459
+ "child": "Manifest"
460
+ },
461
+ {
462
+ "ID": "TR_eef2bb6b",
463
+ "parent": "CreateAction",
464
+ "child": "Manifest"
465
+ },
466
+ {
467
+ "ID": "TR_5b32930c",
468
+ "parent": "Exploit",
469
+ "child": "Perform"
470
+ },
471
+ {
472
+ "ID": "TR_a46f488f",
473
+ "parent": "Exploit",
474
+ "child": "Perform"
475
+ },
476
+ {
477
+ "ID": "TR_e2746c87",
478
+ "parent": "Perform",
479
+ "child": "Perform in public"
480
+ },
481
+ {
482
+ "ID": "TR_f45ae2ea",
483
+ "parent": "Perform",
484
+ "child": "Perform in public"
485
+ },
486
+ {
487
+ "ID": "TR_8b98ab0f",
488
+ "parent": "Place",
489
+ "child": "Public Place"
490
+ },
491
+ {
492
+ "ID": "TR_2bac57a8",
493
+ "parent": "Exploit",
494
+ "child": "Record"
495
+ },
496
+ {
497
+ "ID": "TR_13d71506",
498
+ "parent": "Exploit",
499
+ "child": "Record"
500
+ },
501
+ {
502
+ "ID": "TR_0c7b2ba1",
503
+ "parent": "Distribute",
504
+ "child": "Rent"
505
+ },
506
+ {
507
+ "ID": "TR_c33aa18f",
508
+ "parent": "RentAction",
509
+ "child": "Rent"
510
+ },
511
+ {
512
+ "ID": "TR_e4c8bf4c",
513
+ "parent": "Distribute",
514
+ "child": "Rent"
515
+ },
516
+ {
517
+ "ID": "TR_66393242",
518
+ "parent": "RentAction",
519
+ "child": "Rent"
520
+ },
521
+ {
522
+ "ID": "TR_3d2ee544",
523
+ "parent": "Distribute",
524
+ "child": "Rent"
525
+ },
526
+ {
527
+ "ID": "TR_1b30f6a7",
528
+ "parent": "RentAction",
529
+ "child": "Rent"
530
+ },
531
+ {
532
+ "ID": "TR_37e38c8d",
533
+ "parent": "Distribute",
534
+ "child": "Sell"
535
+ },
536
+ {
537
+ "ID": "TR_4dc318a5",
538
+ "parent": "SellAction",
539
+ "child": "Sell"
540
+ },
541
+ {
542
+ "ID": "TR_74522369",
543
+ "parent": "Distribute",
544
+ "child": "Sell"
545
+ },
546
+ {
547
+ "ID": "TR_acbfe3e7",
548
+ "parent": "SellAction",
549
+ "child": "Sell"
550
+ },
551
+ {
552
+ "ID": "TR_43921438",
553
+ "parent": "Distribute",
554
+ "child": "Sell"
555
+ },
556
+ {
557
+ "ID": "TR_071422aa",
558
+ "parent": "SellAction",
559
+ "child": "Sell"
560
+ },
561
+ {
562
+ "ID": "TR_d888691e",
563
+ "parent": "Distribute",
564
+ "child": "Sell"
565
+ },
566
+ {
567
+ "ID": "TR_93064c91",
568
+ "parent": "SellAction",
569
+ "child": "Sell"
570
+ },
571
+ {
572
+ "ID": "TR_d6dff747",
573
+ "parent": "Use",
574
+ "child": "Tune"
575
+ },
576
+ {
577
+ "ID": "TR_9c2793e2",
578
+ "parent": "Use",
579
+ "child": "Tune"
580
+ },
581
+ {
582
+ "ID": "TR_9849d4b9",
583
+ "parent": "Action",
584
+ "child": "Use"
585
+ },
586
+ {
587
+ "ID": "TR_83e72a18",
588
+ "parent": "ConsumeAction",
589
+ "child": "Use"
590
+ },
591
+ {
592
+ "ID": "TR_7a314b30",
593
+ "parent": "Action",
594
+ "child": "Use"
595
+ },
596
+ {
597
+ "ID": "TR_a8ab4bb4",
598
+ "parent": "ConsumeAction",
599
+ "child": "Use"
600
+ },
601
+ {
602
+ "ID": "TR_e417151f",
603
+ "parent": "Action",
604
+ "child": "Use"
605
+ },
606
+ {
607
+ "ID": "TR_989cd664",
608
+ "parent": "ConsumeAction",
609
+ "child": "Use"
610
+ },
611
+ {
612
+ "ID": "TR_40084b11",
613
+ "parent": "Action",
614
+ "child": "Use"
615
+ },
616
+ {
617
+ "ID": "TR_e995ff49",
618
+ "parent": "ConsumeAction",
619
+ "child": "Use"
620
+ },
621
+ {
622
+ "ID": "TR_c3fecad6",
623
+ "parent": "Action",
624
+ "child": "Use"
625
+ },
626
+ {
627
+ "ID": "TR_1e1e57f0",
628
+ "parent": "ConsumeAction",
629
+ "child": "Use"
630
+ }
631
+ ]
632
+ }
dataset_infos.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Ontology Domain: Law",
3
+ "description": "Dataset containing ontologies and processed data for the Law domain",
4
+ "license": "mixed",
5
+ "tags": [
6
+ "ontology",
7
+ "law",
8
+ "knowledge-graph"
9
+ ],
10
+ "ontologies": [
11
+ "CopyrightOnto"
12
+ ]
13
+ }