Skip to content

Commit 8854bf8

Browse files
committed
Regenerate Make-managed files
References: * [UCO OC-65] (CP-13) UCO needs subclasses of ObservableObject Signed-off-by: Alex Nelson <[email protected]>
1 parent ebeeceb commit 8854bf8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/as_import/process.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"xsd": "http://www.w3.org/2001/XMLSchema#"
88
},
99
"@id": "kb:custom-011a93fd-814b-537f-b111-ce4dceb373a6",
10-
"@type": "uco-observable:ObservableObject",
10+
"@type": "uco-observable:Process",
1111
"uco-core:hasFacet": {
1212
"@type": "uco-observable:ProcessFacet",
1313
"uco-observable:exitStatus": {

tests/as_import/process.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
kb:custom-011a93fd-814b-537f-b111-ce4dceb373a6
10-
a uco-observable:ObservableObject ;
10+
a uco-observable:Process ;
1111
uco-core:hasFacet [
1212
a uco-observable:ProcessFacet ;
1313
uco-observable:exitStatus "0"^^xsd:integer ;

tests/from_pip/process.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"xsd": "http://www.w3.org/2001/XMLSchema#"
88
},
99
"@id": "kb:process-e7498b28-74d7-5952-a0e3-2f9e924bd662",
10-
"@type": "uco-observable:ObservableObject",
10+
"@type": "uco-observable:Process",
1111
"uco-core:hasFacet": {
1212
"@type": "uco-observable:ProcessFacet",
1313
"uco-observable:exitStatus": {

tests/from_pip/process.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
kb:process-e7498b28-74d7-5952-a0e3-2f9e924bd662
10-
a uco-observable:ObservableObject ;
10+
a uco-observable:Process ;
1111
uco-core:hasFacet [
1212
a uco-observable:ProcessFacet ;
1313
uco-observable:exitStatus "0"^^xsd:integer ;

tests/gtime_and_done_log/process.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"xsd": "http://www.w3.org/2001/XMLSchema#"
88
},
99
"@id": "kb:process-17a5c550-fc88-548e-8770-6a51c38b23a1",
10-
"@type": "uco-observable:ObservableObject",
10+
"@type": "uco-observable:Process",
1111
"uco-core:hasFacet": {
1212
"@type": "uco-observable:ProcessFacet",
1313
"uco-observable:exitStatus": {

tests/gtime_and_done_log/process.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
kb:process-17a5c550-fc88-548e-8770-6a51c38b23a1
10-
a uco-observable:ObservableObject ;
10+
a uco-observable:Process ;
1111
uco-core:hasFacet [
1212
a uco-observable:ProcessFacet ;
1313
uco-observable:exitStatus "0"^^xsd:integer ;

tests/gtime_log/process.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"xsd": "http://www.w3.org/2001/XMLSchema#"
88
},
99
"@id": "kb:process-3613c41c-3c86-5f26-a163-0cc0b041f1be",
10-
"@type": "uco-observable:ObservableObject",
10+
"@type": "uco-observable:Process",
1111
"uco-core:hasFacet": {
1212
"@type": "uco-observable:ProcessFacet",
1313
"uco-observable:exitStatus": {

tests/gtime_log/process.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
88

99
kb:process-3613c41c-3c86-5f26-a163-0cc0b041f1be
10-
a uco-observable:ObservableObject ;
10+
a uco-observable:Process ;
1111
uco-core:hasFacet [
1212
a uco-observable:ProcessFacet ;
1313
uco-observable:exitStatus "0"^^xsd:integer ;

0 commit comments

Comments
 (0)