Skip to content

Commit

Permalink
Swap out @ symbols
Browse files Browse the repository at this point in the history
This is another necessary proof of functionality for the testing.

References:
* ucoProject#423

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 18, 2022
1 parent 7457464 commit a754894
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions tests/context_builder/action_result_NO_CONTEXT_concise.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,88 +4,88 @@
},
"@graph": [
{
"@id": "kb:action-1",
"@type": "Action",
"id": "kb:action-1",
"type": "Action",
"rdfs:comment": "This node is some action that has some ObservableObjects as results. By the ontology, the results need to be some UcoObject or subclass of UcoObject. They are serialized here as ObservableObjects, and are redundantly assigned types of some of their superclasses. For completeness-tracking, let the id slug's number be a binary number tracking which superclasses are present, 2^0=core:UcoObject, 2^1=core:Item, 2^2=observable:Observable.",
"result": [
{
"@id": "kb:node-0"
"id": "kb:node-0"
},
{
"@id": "kb:node-1"
"id": "kb:node-1"
},
{
"@id": "kb:node-2"
"id": "kb:node-2"
},
{
"@id": "kb:node-3"
"id": "kb:node-3"
},
{
"@id": "kb:node-4"
"id": "kb:node-4"
},
{
"@id": "kb:node-5"
"id": "kb:node-5"
},
{
"@id": "kb:node-6"
"id": "kb:node-6"
},
{
"@id": "kb:node-7"
"id": "kb:node-7"
}
]
},
{
"@id": "kb:node-0",
"@type": "ObservableObject"
"id": "kb:node-0",
"type": "ObservableObject"
},
{
"@id": "kb:node-1",
"@type": [
"id": "kb:node-1",
"type": [
"UcoObject",
"ObservableObject"
]
},
{
"@id": "kb:node-2",
"@type": [
"id": "kb:node-2",
"type": [
"Item",
"ObservableObject"
]
},
{
"@id": "kb:node-3",
"@type": [
"id": "kb:node-3",
"type": [
"UcoObject",
"Item",
"ObservableObject"
]
},
{
"@id": "kb:node-4",
"@type": [
"id": "kb:node-4",
"type": [
"Observable",
"ObservableObject"
]
},
{
"@id": "kb:node-5",
"@type": [
"id": "kb:node-5",
"type": [
"UcoObject",
"Observable",
"ObservableObject"
]
},
{
"@id": "kb:node-6",
"@type": [
"id": "kb:node-6",
"type": [
"Item",
"Observable",
"ObservableObject"
]
},
{
"@id": "kb:node-7",
"@type": [
"id": "kb:node-7",
"type": [
"UcoObject",
"Item",
"Observable",
Expand Down
52 changes: 26 additions & 26 deletions tests/context_builder/action_result_NO_CONTEXT_minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,88 +4,88 @@
},
"@graph": [
{
"@id": "kb:action-1",
"@type": "uco-action:Action",
"id": "kb:action-1",
"type": "uco-action:Action",
"rdfs:comment": "This node is some action that has some ObservableObjects as results. By the ontology, the results need to be some UcoObject or subclass of UcoObject. They are serialized here as ObservableObjects, and are redundantly assigned types of some of their superclasses. For completeness-tracking, let the id slug's number be a binary number tracking which superclasses are present, 2^0=core:UcoObject, 2^1=core:Item, 2^2=observable:Observable.",
"uco-action:result": [
{
"@id": "kb:node-0"
"id": "kb:node-0"
},
{
"@id": "kb:node-1"
"id": "kb:node-1"
},
{
"@id": "kb:node-2"
"id": "kb:node-2"
},
{
"@id": "kb:node-3"
"id": "kb:node-3"
},
{
"@id": "kb:node-4"
"id": "kb:node-4"
},
{
"@id": "kb:node-5"
"id": "kb:node-5"
},
{
"@id": "kb:node-6"
"id": "kb:node-6"
},
{
"@id": "kb:node-7"
"id": "kb:node-7"
}
]
},
{
"@id": "kb:node-0",
"@type": "uco-observable:ObservableObject"
"id": "kb:node-0",
"type": "uco-observable:ObservableObject"
},
{
"@id": "kb:node-1",
"@type": [
"id": "kb:node-1",
"type": [
"uco-core:UcoObject",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-2",
"@type": [
"id": "kb:node-2",
"type": [
"uco-core:Item",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-3",
"@type": [
"id": "kb:node-3",
"type": [
"uco-core:UcoObject",
"uco-core:Item",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-4",
"@type": [
"id": "kb:node-4",
"type": [
"uco-observable:Observable",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-5",
"@type": [
"id": "kb:node-5",
"type": [
"uco-core:UcoObject",
"uco-observable:Observable",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-6",
"@type": [
"id": "kb:node-6",
"type": [
"uco-core:Item",
"uco-observable:Observable",
"uco-observable:ObservableObject"
]
},
{
"@id": "kb:node-7",
"@type": [
"id": "kb:node-7",
"type": [
"uco-core:UcoObject",
"uco-core:Item",
"uco-observable:Observable",
Expand Down

0 comments on commit a754894

Please sign in to comment.