-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathlegal-role.owl
More file actions
63 lines (61 loc) · 4.17 KB
/
legal-role.owl
File metadata and controls
63 lines (61 loc) · 4.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dct="http://purl.org/dc/terms/"
>
<owl:Class rdf:about="http://www.estrellaproject.org/lkif-core/legal-role.owl#Professional_Legal_Role">
<rdfs:subClassOf>
<owl:Restriction rdf:nodeID="N9254cdbe4228429ea4a3023236b53926">
<owl:allValuesFrom rdf:resource="http://www.estrellaproject.org/lkif-core/action.owl#Person"/>
<owl:onProperty rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#played_by"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://www.estrellaproject.org/lkif-core/legal-role.owl#Social_Legal_Role"/>
<rdfs:subClassOf rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#Organisation_Role"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A professional legal role is a legal profession of some person, examples: lawyer, judge etc.</rdfs:comment>
</owl:Class>
<owl:Ontology rdf:about="http://www.estrellaproject.org/lkif-core/legal-role.owl">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
Partner contributions from the University of Amsterdam (UvA).
Editor: Rinke Hoekstra (UvA)
Authors: Rinke Hoekstra (UvA)
Contributors: Joost Breuker (UvA)
</owl:versionInfo>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
LKIF Core, version 1.1, copyright (C) 2008, the ESTRELLA consortium
</owl:versionInfo>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">
This module is part of LKIF-Core, version 1.1, part of Deliverable 1.4 of ESTRELLA, IST-2004-027665
</owl:versionInfo>
<owl:versionInfo xml:lang="en">The LKIF-Core ontology, version 1.0, is part of Deliverable 1.4 of the European project for Standardised Transparent Representations in order to Extend Legal Accessibility (ESTRELLA, IST-2004-027665), http://www.estrellaproject.org
This ontology is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/</owl:versionInfo>
<owl:imports rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl"/>
<dct:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
</owl:Ontology>
<rdf:Description rdf:about="http://www.estrellaproject.org/lkif-core/role.owl#Social_Role">
<owl:disjointWith rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#Function"/>
</rdf:Description>
<owl:Class rdf:about="http://www.estrellaproject.org/lkif-core/legal-role.owl#Legal_Role">
<rdfs:subClassOf>
<owl:Restriction rdf:nodeID="N28d8a33c0f8f46f988559f40a8212d38">
<owl:someValuesFrom rdf:resource="http://www.estrellaproject.org/lkif-core/action.owl#Agent"/>
<owl:onProperty rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#played_by"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction rdf:nodeID="N955b51ce7e0940d9908a3940f43f90dd">
<owl:allValuesFrom rdf:resource="http://www.estrellaproject.org/lkif-core/action.owl#Agent"/>
<owl:onProperty rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#played_by"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#Role"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A legal role is a role played in a legal context. Legal role players can be both Agents and other 'things'</rdfs:comment>
</owl:Class>
<owl:Class rdf:about="http://www.estrellaproject.org/lkif-core/legal-role.owl#Social_Legal_Role">
<rdfs:subClassOf rdf:resource="http://www.estrellaproject.org/lkif-core/role.owl#Social_Role"/>
<rdfs:subClassOf rdf:resource="http://www.estrellaproject.org/lkif-core/legal-role.owl#Legal_Role"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A social legal role is played by some agent in the context of legal activities.</rdfs:comment>
</owl:Class>
</rdf:RDF>