Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion negativeStructure/TwoNegation.shex
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ PREFIX : <http://example.org/>

:S ( (NOT @:T)
AND (NOT @:U) )

:T {
:a @:S
}

:U {
:b .
}
}
4 changes: 3 additions & 1 deletion negativeStructure/TwoNegation2.shex
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ PREFIX : <http://example.org/>

:S ( (NOT @:T)
AND @:U )

:T {
:a NOT @:S
}

:U {
:b @:S
}
}
21 changes: 21 additions & 0 deletions negativeStructure/manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"@id": "#Cycle1Negation1",
"@type": "sht:NegativeStructure",
"name": "Cycle1Negation1",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "Cycle1Negation1.shex",
"startRow": 6,
Expand All @@ -103,6 +106,9 @@
"@id": "#Cycle1Negation2",
"@type": "sht:NegativeStructure",
"name": "Cycle1Negation2",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "Cycle1Negation2.shex",
"startRow": 6,
Expand All @@ -114,6 +120,9 @@
"@id": "#Cycle1Negation3",
"@type": "sht:NegativeStructure",
"name": "Cycle1Negation3",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "Cycle1Negation3.shex",
"startRow": 6,
Expand All @@ -125,6 +134,9 @@
"@id": "#TwoNegation",
"@type": "sht:NegativeStructure",
"name": "TwoNegation",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "TwoNegation.shex",
"startRow": 7,
Expand All @@ -136,6 +148,9 @@
"@id": "#TwoNegation2",
"@type": "sht:NegativeStructure",
"name": "TwoNegation2",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Proposed",
"shex": "TwoNegation2.shex",
"startRow": 7,
Expand All @@ -147,6 +162,9 @@
"@id": "#Cycle2Negation",
"@type": "sht:NegativeStructure",
"name": "Cycle2Negation",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "Cycle2Negation.shex",
"startRow": 5,
Expand All @@ -158,6 +176,9 @@
"@id": "#Cycle2Extra",
"@type": "sht:NegativeStructure",
"name": "Cycle2Extra",
"trait": [
"FailedStratifiedNegation"
],
"status": "mf:Approved",
"shex": "Cycle2Extra.shex",
"startRow": 5,
Expand Down
14 changes: 14 additions & 0 deletions negativeStructure/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@

<#Cycle1Negation1> a sht:NegativeStructure ;
mf:name "Cycle1Negation1" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S NOT { :a { :b @:S } }" ;
mf:status mf:Approved ;
sx:shex <Cycle1Negation1.shex> ;
mf:startRow 6 ;
Expand All @@ -106,6 +108,8 @@

<#Cycle1Negation2> a sht:NegativeStructure ;
mf:name "Cycle1Negation2" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S { :a { :b NOT @:S } }" ;
mf:status mf:Approved ;
sx:shex <Cycle1Negation2.shex> ;
mf:startRow 6 ;
Expand All @@ -116,6 +120,8 @@

<#Cycle1Negation3> a sht:NegativeStructure ;
mf:name "Cycle1Negation3" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S { :a NOT { :b @:S } }" ;
mf:status mf:Approved ;
sx:shex <Cycle1Negation3.shex> ;
mf:startRow 6 ;
Expand All @@ -126,6 +132,8 @@

<#TwoNegation> a sht:NegativeStructure ;
mf:name "TwoNegation" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S ( (NOT @:T) AND (NOT @:U) ) :T { :a @:S } :U { :b . }" ;
mf:status mf:Approved ;
sx:shex <TwoNegation.shex> ;
mf:startRow 7 ;
Expand All @@ -136,6 +144,8 @@

<#TwoNegation2> a sht:NegativeStructure ;
mf:name "TwoNegation2" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S ( (NOT @:T) AND @:U ) :T { :a NOT @:S } :U { :b @:S }" ;
mf:status mf:Proposed ;
sx:shex <TwoNegation2.shex> ;
mf:startRow 7 ;
Expand All @@ -146,6 +156,8 @@

<#Cycle2Negation> a sht:NegativeStructure ;
mf:name "Cycle2Negation" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S NOT { :a @:S }" ;
mf:status mf:Approved ;
sx:shex <Cycle2Negation.shex> ;
mf:startRow 5 ;
Expand All @@ -156,6 +168,8 @@

<#Cycle2Extra> a sht:NegativeStructure ;
mf:name "Cycle2Extra" ;
sht:trait sht:FailedStratifiedNegation ;
mf:comment ":S EXTRA :a { :a @:S }" ;
mf:status mf:Approved ;
sx:shex <Cycle2Extra.shex> ;
mf:startRow 5 ;
Expand Down