Skip to content

Commit d1190e1

Browse files
committed
feat: json-ld text editor in HTML app
1 parent d15b8e6 commit d1190e1

File tree

9 files changed

+2256
-275
lines changed

9 files changed

+2256
-275
lines changed

dev/ontology-v2-json-response/a-001/test.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ YELLOW='\033[1;33m'
1717
BLUE='\033[0;34m'
1818
NC='\033[0m' # No Color
1919

20-
# Function to print to both console and summary file
21-
log() {
22-
echo -e "$1"
23-
# Strip color codes for the file
24-
echo -e "$1" | sed 's/\x1b\[[0-9;]*m//g' >> "$SUMMARY_FILE"
25-
}
26-
2720
echo -e "${BLUE}========================================${NC}"
2821
echo -e "${BLUE} Open Pulse Ontology v2 - Test Suite ${NC}"
2922
echo -e "${BLUE}========================================${NC}"

dev/ontology-v2-json-response/a-001/test/consistency_results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:19.794128",
2+
"timestamp": "2026-02-10T16:54:23.745180",
33
"summary": {
44
"total_instances": 33,
55
"valid_references": 65,

dev/ontology-v2-json-response/a-001/test/roundtrip_results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:21.535272",
2+
"timestamp": "2026-02-10T16:54:25.538583",
33
"jsonld_file": "jsonld_output.json",
44
"triples": 237,
55
"reconstructed_entities": 33,

dev/ontology-v2-json-response/a-001/test/shacl_validation_results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:20.694981",
2+
"timestamp": "2026-02-10T16:54:24.651387",
33
"ontology_file": "open-pulse-ontology-v2.0.0.ttl",
44
"jsonld_file": "jsonld_output.json",
55
"conforms": true,

dev/ontology-v2-json-response/a-001/test/validation_agent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:19.684948",
2+
"timestamp": "2026-02-10T16:54:23.639959",
33
"schema_type": "agent",
44
"summary": {
55
"total_files": 6,

dev/ontology-v2-json-response/a-001/test/validation_results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:19.684948",
2+
"timestamp": "2026-02-10T16:54:23.639959",
33
"strict": {
44
"pulse_PersonShape": {
55
"json_file": "pulse_PersonShape.json",

dev/ontology-v2-json-response/a-001/test/validation_strict.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2026-02-10T14:28:19.684948",
2+
"timestamp": "2026-02-10T16:54:23.639959",
33
"schema_type": "strict",
44
"summary": {
55
"total_files": 6,

0 commit comments

Comments
 (0)