gonum.org/v1/gonum@v0.14.0/graph/formats/rdf/testdata/manifest-urdna2015.jsonld (about) 1 { 2 "@context": { 3 "xsd": "http://www.w3.org/2001/XMLSchema#", 4 "rdfs": "http://www.w3.org/2000/01/rdf-schema#", 5 "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#", 6 "mq": "http://www.w3.org/2001/sw/DataAccess/tests/test-query#", 7 "rdfn": "http://json-ld.github.io/normalization/test-vocab#", 8 "rdft": "http://www.w3.org/ns/rdftest#", 9 "id": "@id", 10 "type": "@type", 11 "action": { 12 "@id": "mf:action", 13 "@type": "@id" 14 }, 15 "approval": { 16 "@id": "rdft:approval", 17 "@type": "@id" 18 }, 19 "comment": "rdfs:comment", 20 "entries": { 21 "@id": "mf:entries", 22 "@type": "@id", 23 "@container": "@list" 24 }, 25 "label": "rdfs:label", 26 "name": "mf:name", 27 "result": { 28 "@id": "mf:result", 29 "@type": "@id" 30 } 31 }, 32 "id": "manifest-urdna2015", 33 "type": "mf:Manifest", 34 "label": "RDF Dataset Normalization (URDNA2015)", 35 "comment": "Tests the 2015 version of RDF Dataset Normalization.", 36 "entries": [ 37 { 38 "id": "manifest-urdna2015#test001", 39 "type": "rdfn:Urdna2015EvalTest", 40 "name": "simple id", 41 "comment": null, 42 "approval": "rdft:Proposed", 43 "action": "test001-in.nq", 44 "result": "test001-urdna2015.nq" 45 }, 46 { 47 "id": "manifest-urdna2015#test002", 48 "type": "rdfn:Urdna2015EvalTest", 49 "name": "duplicate property iri values", 50 "comment": null, 51 "approval": "rdft:Proposed", 52 "action": "test002-in.nq", 53 "result": "test002-urdna2015.nq" 54 }, 55 { 56 "id": "manifest-urdna2015#test003", 57 "type": "rdfn:Urdna2015EvalTest", 58 "name": "bnode", 59 "comment": null, 60 "approval": "rdft:Proposed", 61 "action": "test003-in.nq", 62 "result": "test003-urdna2015.nq" 63 }, 64 { 65 "id": "manifest-urdna2015#test004", 66 "type": "rdfn:Urdna2015EvalTest", 67 "name": "bnode plus embed w/subject", 68 "comment": null, 69 "approval": "rdft:Proposed", 70 "action": "test004-in.nq", 71 "result": "test004-urdna2015.nq" 72 }, 73 { 74 "id": "manifest-urdna2015#test005", 75 "type": "rdfn:Urdna2015EvalTest", 76 "name": "bnode embed", 77 "comment": null, 78 "approval": "rdft:Proposed", 79 "action": "test005-in.nq", 80 "result": "test005-urdna2015.nq" 81 }, 82 { 83 "id": "manifest-urdna2015#test006", 84 "type": "rdfn:Urdna2015EvalTest", 85 "name": "multiple rdf types", 86 "comment": null, 87 "approval": "rdft:Proposed", 88 "action": "test006-in.nq", 89 "result": "test006-urdna2015.nq" 90 }, 91 { 92 "id": "manifest-urdna2015#test007", 93 "type": "rdfn:Urdna2015EvalTest", 94 "name": "coerce CURIE value", 95 "comment": null, 96 "approval": "rdft:Proposed", 97 "action": "test007-in.nq", 98 "result": "test007-urdna2015.nq" 99 }, 100 { 101 "id": "manifest-urdna2015#test008", 102 "type": "rdfn:Urdna2015EvalTest", 103 "name": "single subject complex", 104 "comment": null, 105 "approval": "rdft:Proposed", 106 "action": "test008-in.nq", 107 "result": "test008-urdna2015.nq" 108 }, 109 { 110 "id": "manifest-urdna2015#test009", 111 "type": "rdfn:Urdna2015EvalTest", 112 "name": "multiple subjects - complex", 113 "comment": null, 114 "approval": "rdft:Proposed", 115 "action": "test009-in.nq", 116 "result": "test009-urdna2015.nq" 117 }, 118 { 119 "id": "manifest-urdna2015#test010", 120 "type": "rdfn:Urdna2015EvalTest", 121 "name": "type", 122 "comment": null, 123 "approval": "rdft:Proposed", 124 "action": "test010-in.nq", 125 "result": "test010-urdna2015.nq" 126 }, 127 { 128 "id": "manifest-urdna2015#test011", 129 "type": "rdfn:Urdna2015EvalTest", 130 "name": "type-coerced type", 131 "comment": null, 132 "approval": "rdft:Proposed", 133 "action": "test011-in.nq", 134 "result": "test011-urdna2015.nq" 135 }, 136 { 137 "id": "manifest-urdna2015#test012", 138 "type": "rdfn:Urdna2015EvalTest", 139 "name": "type-coerced type, remove duplicate reference", 140 "comment": null, 141 "approval": "rdft:Proposed", 142 "action": "test012-in.nq", 143 "result": "test012-urdna2015.nq" 144 }, 145 { 146 "id": "manifest-urdna2015#test013", 147 "type": "rdfn:Urdna2015EvalTest", 148 "name": "type-coerced type, cycle", 149 "comment": null, 150 "approval": "rdft:Proposed", 151 "action": "test013-in.nq", 152 "result": "test013-urdna2015.nq" 153 }, 154 { 155 "id": "manifest-urdna2015#test014", 156 "type": "rdfn:Urdna2015EvalTest", 157 "name": "check types", 158 "comment": null, 159 "approval": "rdft:Proposed", 160 "action": "test014-in.nq", 161 "result": "test014-urdna2015.nq" 162 }, 163 { 164 "id": "manifest-urdna2015#test015", 165 "type": "rdfn:Urdna2015EvalTest", 166 "name": "top level context", 167 "comment": null, 168 "approval": "rdft:Proposed", 169 "action": "test015-in.nq", 170 "result": "test015-urdna2015.nq" 171 }, 172 { 173 "id": "manifest-urdna2015#test016", 174 "type": "rdfn:Urdna2015EvalTest", 175 "name": "blank node - dual link - embed", 176 "comment": null, 177 "approval": "rdft:Proposed", 178 "action": "test016-in.nq", 179 "result": "test016-urdna2015.nq" 180 }, 181 { 182 "id": "manifest-urdna2015#test017", 183 "type": "rdfn:Urdna2015EvalTest", 184 "name": "blank node - dual link - non-embed", 185 "comment": null, 186 "approval": "rdft:Proposed", 187 "action": "test017-in.nq", 188 "result": "test017-urdna2015.nq" 189 }, 190 { 191 "id": "manifest-urdna2015#test018", 192 "type": "rdfn:Urdna2015EvalTest", 193 "name": "blank node - self link", 194 "comment": null, 195 "approval": "rdft:Proposed", 196 "action": "test018-in.nq", 197 "result": "test018-urdna2015.nq" 198 }, 199 { 200 "id": "manifest-urdna2015#test019", 201 "type": "rdfn:Urdna2015EvalTest", 202 "name": "blank node - disjoint self links", 203 "comment": null, 204 "approval": "rdft:Proposed", 205 "action": "test019-in.nq", 206 "result": "test019-urdna2015.nq" 207 }, 208 { 209 "id": "manifest-urdna2015#test020", 210 "type": "rdfn:Urdna2015EvalTest", 211 "name": "blank node - diamond", 212 "comment": null, 213 "approval": "rdft:Proposed", 214 "action": "test020-in.nq", 215 "result": "test020-urdna2015.nq" 216 }, 217 { 218 "id": "manifest-urdna2015#test021", 219 "type": "rdfn:Urdna2015EvalTest", 220 "name": "blank node - circle of 2", 221 "comment": null, 222 "approval": "rdft:Proposed", 223 "action": "test021-in.nq", 224 "result": "test021-urdna2015.nq" 225 }, 226 { 227 "id": "manifest-urdna2015#test022", 228 "type": "rdfn:Urdna2015EvalTest", 229 "name": "blank node - double circle of 2", 230 "comment": null, 231 "approval": "rdft:Proposed", 232 "action": "test022-in.nq", 233 "result": "test022-urdna2015.nq" 234 }, 235 { 236 "id": "manifest-urdna2015#test023", 237 "type": "rdfn:Urdna2015EvalTest", 238 "name": "blank node - circle of 3", 239 "comment": null, 240 "approval": "rdft:Proposed", 241 "action": "test023-in.nq", 242 "result": "test023-urdna2015.nq" 243 }, 244 { 245 "id": "manifest-urdna2015#test024", 246 "type": "rdfn:Urdna2015EvalTest", 247 "name": "blank node - double circle of 3 (1-2-3)", 248 "comment": null, 249 "approval": "rdft:Proposed", 250 "action": "test024-in.nq", 251 "result": "test024-urdna2015.nq" 252 }, 253 { 254 "id": "manifest-urdna2015#test025", 255 "type": "rdfn:Urdna2015EvalTest", 256 "name": "blank node - double circle of 3 (1-3-2)", 257 "comment": null, 258 "approval": "rdft:Proposed", 259 "action": "test025-in.nq", 260 "result": "test025-urdna2015.nq" 261 }, 262 { 263 "id": "manifest-urdna2015#test026", 264 "type": "rdfn:Urdna2015EvalTest", 265 "name": "blank node - double circle of 3 (2-1-3)", 266 "comment": null, 267 "approval": "rdft:Proposed", 268 "action": "test026-in.nq", 269 "result": "test026-urdna2015.nq" 270 }, 271 { 272 "id": "manifest-urdna2015#test027", 273 "type": "rdfn:Urdna2015EvalTest", 274 "name": "blank node - double circle of 3 (2-3-1)", 275 "comment": null, 276 "approval": "rdft:Proposed", 277 "action": "test027-in.nq", 278 "result": "test027-urdna2015.nq" 279 }, 280 { 281 "id": "manifest-urdna2015#test028", 282 "type": "rdfn:Urdna2015EvalTest", 283 "name": "blank node - double circle of 3 (3-2-1)", 284 "comment": null, 285 "approval": "rdft:Proposed", 286 "action": "test028-in.nq", 287 "result": "test028-urdna2015.nq" 288 }, 289 { 290 "id": "manifest-urdna2015#test029", 291 "type": "rdfn:Urdna2015EvalTest", 292 "name": "blank node - double circle of 3 (3-1-2)", 293 "comment": null, 294 "approval": "rdft:Proposed", 295 "action": "test029-in.nq", 296 "result": "test029-urdna2015.nq" 297 }, 298 { 299 "id": "manifest-urdna2015#test030", 300 "type": "rdfn:Urdna2015EvalTest", 301 "name": "blank node - point at circle of 3", 302 "comment": null, 303 "approval": "rdft:Proposed", 304 "action": "test030-in.nq", 305 "result": "test030-urdna2015.nq" 306 }, 307 { 308 "id": "manifest-urdna2015#test031", 309 "type": "rdfn:Urdna2015EvalTest", 310 "name": "bnode (1)", 311 "comment": null, 312 "approval": "rdft:Proposed", 313 "action": "test031-in.nq", 314 "result": "test031-urdna2015.nq" 315 }, 316 { 317 "id": "manifest-urdna2015#test032", 318 "type": "rdfn:Urdna2015EvalTest", 319 "name": "bnode (2)", 320 "comment": null, 321 "approval": "rdft:Proposed", 322 "action": "test032-in.nq", 323 "result": "test032-urdna2015.nq" 324 }, 325 { 326 "id": "manifest-urdna2015#test033", 327 "type": "rdfn:Urdna2015EvalTest", 328 "name": "disjoint identical subgraphs (1)", 329 "comment": null, 330 "approval": "rdft:Proposed", 331 "action": "test033-in.nq", 332 "result": "test033-urdna2015.nq" 333 }, 334 { 335 "id": "manifest-urdna2015#test034", 336 "type": "rdfn:Urdna2015EvalTest", 337 "name": "disjoint identical subgraphs (2)", 338 "comment": null, 339 "approval": "rdft:Proposed", 340 "action": "test034-in.nq", 341 "result": "test034-urdna2015.nq" 342 }, 343 { 344 "id": "manifest-urdna2015#test035", 345 "type": "rdfn:Urdna2015EvalTest", 346 "name": "reordered w/strings (1)", 347 "comment": null, 348 "approval": "rdft:Proposed", 349 "action": "test035-in.nq", 350 "result": "test035-urdna2015.nq" 351 }, 352 { 353 "id": "manifest-urdna2015#test036", 354 "type": "rdfn:Urdna2015EvalTest", 355 "name": "reordered w/strings (2)", 356 "comment": null, 357 "approval": "rdft:Proposed", 358 "action": "test036-in.nq", 359 "result": "test036-urdna2015.nq" 360 }, 361 { 362 "id": "manifest-urdna2015#test037", 363 "type": "rdfn:Urdna2015EvalTest", 364 "name": "reordered w/strings (3)", 365 "comment": null, 366 "approval": "rdft:Proposed", 367 "action": "test037-in.nq", 368 "result": "test037-urdna2015.nq" 369 }, 370 { 371 "id": "manifest-urdna2015#test038", 372 "type": "rdfn:Urdna2015EvalTest", 373 "name": "reordered 4 bnodes, reordered 2 properties (1)", 374 "comment": null, 375 "approval": "rdft:Proposed", 376 "action": "test038-in.nq", 377 "result": "test038-urdna2015.nq" 378 }, 379 { 380 "id": "manifest-urdna2015#test039", 381 "type": "rdfn:Urdna2015EvalTest", 382 "name": "reordered 4 bnodes, reordered 2 properties (2)", 383 "comment": null, 384 "approval": "rdft:Proposed", 385 "action": "test039-in.nq", 386 "result": "test039-urdna2015.nq" 387 }, 388 { 389 "id": "manifest-urdna2015#test040", 390 "type": "rdfn:Urdna2015EvalTest", 391 "name": "reordered 6 bnodes (1)", 392 "comment": null, 393 "approval": "rdft:Proposed", 394 "action": "test040-in.nq", 395 "result": "test040-urdna2015.nq" 396 }, 397 { 398 "id": "manifest-urdna2015#test041", 399 "type": "rdfn:Urdna2015EvalTest", 400 "name": "reordered 6 bnodes (2)", 401 "comment": null, 402 "approval": "rdft:Proposed", 403 "action": "test041-in.nq", 404 "result": "test041-urdna2015.nq" 405 }, 406 { 407 "id": "manifest-urdna2015#test042", 408 "type": "rdfn:Urdna2015EvalTest", 409 "name": "reordered 6 bnodes (3)", 410 "comment": null, 411 "approval": "rdft:Proposed", 412 "action": "test042-in.nq", 413 "result": "test042-urdna2015.nq" 414 }, 415 { 416 "id": "manifest-urdna2015#test043", 417 "type": "rdfn:Urdna2015EvalTest", 418 "name": "literal with language", 419 "comment": null, 420 "approval": "rdft:Proposed", 421 "action": "test043-in.nq", 422 "result": "test043-urdna2015.nq" 423 }, 424 { 425 "id": "manifest-urdna2015#test044", 426 "type": "rdfn:Urdna2015EvalTest", 427 "name": "evil (1)", 428 "comment": null, 429 "approval": "rdft:Proposed", 430 "action": "test044-in.nq", 431 "result": "test044-urdna2015.nq" 432 }, 433 { 434 "id": "manifest-urdna2015#test045", 435 "type": "rdfn:Urdna2015EvalTest", 436 "name": "evil (2)", 437 "comment": null, 438 "approval": "rdft:Proposed", 439 "action": "test045-in.nq", 440 "result": "test045-urdna2015.nq" 441 }, 442 { 443 "id": "manifest-urdna2015#test046", 444 "type": "rdfn:Urdna2015EvalTest", 445 "name": "evil (3)", 446 "comment": null, 447 "approval": "rdft:Proposed", 448 "action": "test046-in.nq", 449 "result": "test046-urdna2015.nq" 450 }, 451 { 452 "id": "manifest-urdna2015#test047", 453 "type": "rdfn:Urdna2015EvalTest", 454 "name": "deep diff (1)", 455 "comment": null, 456 "approval": "rdft:Proposed", 457 "action": "test047-in.nq", 458 "result": "test047-urdna2015.nq" 459 }, 460 { 461 "id": "manifest-urdna2015#test048", 462 "type": "rdfn:Urdna2015EvalTest", 463 "name": "deep diff (2)", 464 "comment": null, 465 "approval": "rdft:Proposed", 466 "action": "test048-in.nq", 467 "result": "test048-urdna2015.nq" 468 }, 469 { 470 "id": "manifest-urdna2015#test049", 471 "type": "rdfn:Urdna2015EvalTest", 472 "name": "remove null", 473 "comment": null, 474 "approval": "rdft:Proposed", 475 "action": "test049-in.nq", 476 "result": "test049-urdna2015.nq" 477 }, 478 { 479 "id": "manifest-urdna2015#test050", 480 "type": "rdfn:Urdna2015EvalTest", 481 "name": "nulls", 482 "comment": null, 483 "approval": "rdft:Proposed", 484 "action": "test050-in.nq", 485 "result": "test050-urdna2015.nq" 486 }, 487 { 488 "id": "manifest-urdna2015#test051", 489 "type": "rdfn:Urdna2015EvalTest", 490 "name": "merging subjects", 491 "comment": null, 492 "approval": "rdft:Proposed", 493 "action": "test051-in.nq", 494 "result": "test051-urdna2015.nq" 495 }, 496 { 497 "id": "manifest-urdna2015#test052", 498 "type": "rdfn:Urdna2015EvalTest", 499 "name": "alias keywords", 500 "comment": null, 501 "approval": "rdft:Proposed", 502 "action": "test052-in.nq", 503 "result": "test052-urdna2015.nq" 504 }, 505 { 506 "id": "manifest-urdna2015#test053", 507 "type": "rdfn:Urdna2015EvalTest", 508 "name": "@list", 509 "comment": null, 510 "approval": "rdft:Proposed", 511 "action": "test053-in.nq", 512 "result": "test053-urdna2015.nq" 513 }, 514 { 515 "id": "manifest-urdna2015#test054", 516 "type": "rdfn:Urdna2015EvalTest", 517 "name": "t-graph", 518 "comment": null, 519 "approval": "rdft:Proposed", 520 "action": "test054-in.nq", 521 "result": "test054-urdna2015.nq" 522 }, 523 { 524 "id": "manifest-urdna2015#test055", 525 "type": "rdfn:Urdna2015EvalTest", 526 "name": "simple reorder (1)", 527 "comment": null, 528 "approval": "rdft:Proposed", 529 "action": "test055-in.nq", 530 "result": "test055-urdna2015.nq" 531 }, 532 { 533 "id": "manifest-urdna2015#test056", 534 "type": "rdfn:Urdna2015EvalTest", 535 "name": "simple reorder (2)", 536 "comment": null, 537 "approval": "rdft:Proposed", 538 "action": "test056-in.nq", 539 "result": "test056-urdna2015.nq" 540 }, 541 { 542 "id": "manifest-urdna2015#test057", 543 "type": "rdfn:Urdna2015EvalTest", 544 "name": "unnamed graph", 545 "comment": null, 546 "approval": "rdft:Proposed", 547 "action": "test057-in.nq", 548 "result": "test057-urdna2015.nq" 549 }, 550 { 551 "id": "manifest-urdna2015#test058", 552 "type": "rdfn:Urdna2015EvalTest", 553 "name": "unnamed graph with blank node objects", 554 "comment": null, 555 "approval": "rdft:Proposed", 556 "action": "test058-in.nq", 557 "result": "test058-urdna2015.nq" 558 }, 559 { 560 "id": "manifest-urdna2015#test059", 561 "type": "rdfn:Urdna2015EvalTest", 562 "name": "n-quads parsing", 563 "comment": null, 564 "approval": "rdft:Proposed", 565 "action": "test059-in.nq", 566 "result": "test059-urdna2015.nq" 567 }, 568 { 569 "id": "manifest-urdna2015#test060", 570 "type": "rdfn:Urdna2015EvalTest", 571 "name": "n-quads escaping", 572 "comment": null, 573 "approval": "rdft:Proposed", 574 "action": "test060-in.nq", 575 "result": "test060-urdna2015.nq" 576 }, 577 { 578 "id": "manifest-urdna2015#test061", 579 "type": "rdfn:Urdna2015EvalTest", 580 "name": "same literal value with multiple languages", 581 "comment": null, 582 "approval": "rdft:Proposed", 583 "action": "test061-in.nq", 584 "result": "test061-urdna2015.nq" 585 }, 586 { 587 "id": "manifest-urdna2015#test062", 588 "type": "rdfn:Urdna2015EvalTest", 589 "name": "same literal value with multiple datatypes", 590 "comment": null, 591 "approval": "rdft:Proposed", 592 "action": "test062-in.nq", 593 "result": "test062-urdna2015.nq" 594 } 595 ] 596 }