-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinferredABox.ttl
89 lines (72 loc) · 2.83 KB
/
inferredABox.ttl
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@prefix : <https://w3id.org/ontology/conflict-tolerantdeontictraditionalscheme#> .
@prefix soa: <https://w3id.org/ontology/conflict-tolerantdeontictraditionalscheme/soa#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
soa:elj rdf:type :Rexist ;
rdf:type soa:Leave ;
soa:has-agent soa:John .
soa:enlj :not soa:elj ;
rdf:type :Rexist .
soa:has-object rdf:type rdf:Property ;
rdf:type :ThematicRole .
_:b0 rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:enlj ;
rdf:type :hold ;
rdf:type :false .
_:b1 :is-in-contradiction-with _:b2 ;
rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:epj ;
rdf:type :hold ;
rdf:type :true .
_:b3 :is-in-contradiction-with _:b0 ;
rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:enlj ;
rdf:type :hold ;
rdf:type :true .
_:b4 rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:enpj ;
rdf:type :hold ;
rdf:type :false .
soa:has-agent rdf:type rdf:Property ;
rdf:type :ThematicRole .
_:b5 :is-in-contradiction-with _:b4 ;
rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:enpj ;
rdf:type :hold ;
rdf:type :true .
soa:Leave rdf:type rdfs:Class ;
rdf:type :Eventuality .
_:b2 rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:epj ;
rdf:type :hold ;
rdf:type :false .
soa:Pay rdf:type rdfs:Class ;
rdf:type :Eventuality .
soa:epj rdf:type :Rexist ;
rdf:type soa:Pay ;
soa:has-agent soa:Jack ;
soa:has-object soa:3pounds ;
soa:has-instrument soa:cash .
soa:enpj :not soa:epj ;
rdf:type :Rexist .
_:b6 :is-in-contradiction-with _:b7 ;
rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:elj ;
rdf:type :hold ;
rdf:type :true .
soa:has-instrument rdf:type rdf:Property ;
rdf:type :ThematicRole .
_:b7 rdf:object :Rexist ;
rdf:predicate rdf:type ;
rdf:subject soa:elj ;
rdf:type :hold ;
rdf:type :false .