-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheulr-consent.owl.png.dot
36 lines (35 loc) · 2.21 KB
/
eulr-consent.owl.png.dot
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
digraph ar2dtool_diagram {
rankdir=LR;
size="1501"
node [shape = rectangle, color="orange"]; "11d5931d:159f53cddf7:-7ff0" "11d5931d:159f53cddf7:-7ffc" "base:ValidConsent" "base:Information" "base:DataSubject" "base:DataController" "base:Consent" ; /*classes style*/
"NULL" -> "base:FreelyGiven" [ label = "owl:onProperty" ];
"NULL" -> "11d5931d:159f53cddf7:-7fe8" [ label = "rdf:rest" ];
"NULL" -> "base:Explicit" [ label = "owl:onProperty" ];
"NULL" -> "11d5931d:159f53cddf7:-7ff4" [ label = "rdf:rest" ];
"NULL" -> "11d5931d:159f53cddf7:-7fee" [ label = "owl:intersectionOf" ];
"NULL" -> "owl:equivalentClass" [ label = "owl:annotatedProperty" ];
"NULL" -> "11d5931d:159f53cddf7:-7ff6" [ label = "rdf:rest" ];
"NULL" -> "base:Specific" [ label = "owl:onProperty" ];
"NULL" -> "rdf:nil" [ label = "rdf:rest" ];
"NULL" -> "base:Informed" [ label = "owl:onProperty" ];
"NULL" -> "11d5931d:159f53cddf7:-7fea" [ label = "rdf:rest" ];
"NULL" -> "11d5931d:159f53cddf7:-7fe6" [ label = "rdf:rest" ];
"NULL" -> "11d5931d:159f53cddf7:-7ffa" [ label = "owl:intersectionOf" ];
"NULL" -> "base:ValidConsent" [ label = "owl:annotatedSource" ];
"NULL" -> "11d5931d:159f53cddf7:-7ff2" [ label = "rdf:rest" ];
"NULL" -> "11d5931d:159f53cddf7:-7ff0" [ label = "owl:annotatedTarget" ];
"NULL" -> "11d5931d:159f53cddf7:-7ff8" [ label = "rdf:rest" ];
"NULL" -> "base:Unambiguous" [ label = "owl:onProperty" ];
"NULL" -> "11d5931d:159f53cddf7:-7fec" [ label = "rdf:rest" ];
"base:ValidConsent" -> "11d5931d:159f53cddf7:-7ffc" [ label = "owl:equivalentClass" ];
"base:Consent" -> "xsd:boolean" [ label = "base:Informed" ];
"base:Consent" -> "xsd:boolean" [ label = "base:Specific" ];
"base:Consent" -> "xsd:boolean" [ label = "base:FreelyGiven" ];
"base:DataSubject" -> "base:Consent" [ label = "base:givesConsent" ];
"base:Information" -> "base:DataSubject" [ label = "base:isReceivedBy" ];
"base:Consent" -> "xsd:boolean" [ label = "base:Explicit" ];
"base:Consent" -> "xsd:boolean" [ label = "base:Unambiguous" ];
"base:DataController" -> "base:Information" [ label = "base:providesInformation" ];
"base:Consent" -> "base:DataController" [ label = "base:isSeekedBy" ];
"base:DataSubject" -> "xsd:boolean" [ label = "base:hasLegalCapacity" ];
}