diff --git a/examples/crossover_heist/crossover_heist.json b/examples/crossover_heist/crossover_heist.json index 29e8b2f2..9d5dd1fa 100644 --- a/examples/crossover_heist/crossover_heist.json +++ b/examples/crossover_heist/crossover_heist.json @@ -303,6 +303,10 @@ "@value": "a1ecc7523855f23f3f9a96e3ec0f53ece109cd7d" } }, + { + "@id": "kb:EmailAccount-ca4bc5e3-33a7-4457-b106-d0213e248979", + "rdfs:comment": "TODO - Discuss." + }, { "@id": "kb:lnkfile-487b236d-e75d-467e-9c6d-dad2d12cf94e", "@type": "uco-observable:File", diff --git a/examples/crossover_linked/crossover_linked_validation.ttl b/examples/crossover_linked/crossover_linked_validation.ttl new file mode 100644 index 00000000..cd9dd7fc --- /dev/null +++ b/examples/crossover_linked/crossover_linked_validation.ttl @@ -0,0 +1,45 @@ +@prefix observable: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix sh: . +@prefix vocabulary: . +@prefix xsd: . + +[] + a sh:ValidationReport ; + sh:conforms "true"^^xsd:boolean ; + sh:result + [ + a sh:ValidationResult ; + sh:focusNode ; + sh:resultMessage "Value is outside the default vocabulary AccountTypeVocab." ; + sh:resultPath observable:accountType ; + sh:resultSeverity sh:Info ; + sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; + sh:sourceShape [ + sh:datatype vocabulary:AccountTypeVocab ; + sh:message "Value is outside the default vocabulary AccountTypeVocab." ; + sh:path observable:accountType ; + sh:severity sh:Info ; + ] ; + sh:value "Phone" ; + ] , + [ + a sh:ValidationResult ; + sh:focusNode ; + sh:resultMessage "Value is outside the default vocabulary AccountTypeVocab." ; + sh:resultPath observable:accountType ; + sh:resultSeverity sh:Info ; + sh:sourceConstraintComponent sh:DatatypeConstraintComponent ; + sh:sourceShape [ + sh:datatype vocabulary:AccountTypeVocab ; + sh:message "Value is outside the default vocabulary AccountTypeVocab." ; + sh:path observable:accountType ; + sh:severity sh:Info ; + ] ; + sh:value "Phone" ; + ] + ; + . + diff --git a/examples/crossover_linked/query-email_addresses_in_common.html b/examples/crossover_linked/query-email_addresses_in_common.html new file mode 100644 index 00000000..2863ab80 --- /dev/null +++ b/examples/crossover_linked/query-email_addresses_in_common.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + +
?lAddressValue?lInvestigationName?nInvestigation?nEmailAddress
aresthewerewolf@gmail.com <aresthewerewolf>CROSSOVER_2018_11191001kb:Investigation1-85c7b8d1-54e0-4023-847a-20e0f55dd48ekb:EmailAddress-d2bc0936-e1c5-4b55-8a1b-af2b3a2b145c
badquinn3@gmail.comCROSSOVER_2018_12111001kb:investigation-99892fd4-ea24-46b5-be68-a69978d6ab98kb:emailaddress-456a2bac-8c21-11e9-8902-0c4de9c24de5
diff --git a/examples/crossover_wmd/crossover_wmd.json b/examples/crossover_wmd/crossover_wmd.json index 7b424bfb..aef11a63 100644 --- a/examples/crossover_wmd/crossover_wmd.json +++ b/examples/crossover_wmd/crossover_wmd.json @@ -278,7 +278,9 @@ "uco-observable:bodyRaw": { "@id": "kb:contentdata-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d" }, - "uco-observable:fromRef": null, + "uco-observable:from": { + "@id": "kb:emailaddress-456a2bac-8c21-11e9-8902-0c4de9c24de5" + }, "uco-observable:toRef": null, "uco-observable:ccRefs": null, "uco-observable:bccRefs": null, @@ -860,6 +862,14 @@ } ] }, + { + "@id": "kb:emailaccount-99d72bac-8c21-11e9-8902-0c4de9c21b53", + "rdfs:comment": "TODO - Discuss." + }, + { + "@id": "kb:email-message-facet-6c0d5813-5557-481d-95f3-b5f660e3e102", + "rdfs:comment": "TODO - Fill out, or delete, the incomplete 'ref' triples." + }, { "@id": "kb:url-39ff4987-8ae5-47e3-8369-dbd0d5f79398", "@type": "uco-observable:URL", diff --git a/examples/crossover_wmd/index.html b/examples/crossover_wmd/index.html index 9a5653a3..6d6214a5 100644 --- a/examples/crossover_wmd/index.html +++ b/examples/crossover_wmd/index.html @@ -1809,7 +1809,9 @@

CASE Representation

"uco-observable:bodyRaw": { "@id": "kb:contentdata-f3b4a8da-d3ba-46b7-a7a0-3c17ec13648d" }, - "uco-observable:fromRef": null, + "uco-observable:from": { + "@id": "kb:emailaddress-456a2bac-8c21-11e9-8902-0c4de9c24de5" + }, "uco-observable:toRef": null, "uco-observable:ccRefs": null, "uco-observable:bccRefs": null,