-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Milestone
Description
I am working on a new camel-kafka-elasticsearch integration and have noticed a possible issue related with the triplestore resource service event implementation. For some reason (as yet unknown) the event type (e.g. https://www.w3.org/ns/activitystreams#Create) is empty.
Here is an example AS message sourced from Kafka for reference:
{
"@context" : "https://www.w3.org/ns/activitystreams",
"id" : "urn:uuid:525573b5-f20f-489d-99dd-33668d3534bb",
"type" : [ ],
"object" : {
"id" : "http://trellis:8080/ldp-test-6b56d629-3150-4ff5-8f69-1efa672f60fb",
"type" : [ "http://www.w3.org/ns/ldp#RDFSource", "http://www.w3.org/ns/oa#TimeState", "http://www.w3.org/ns/activitystreams#Application", "http://xmlns.com/foaf/0.1/Person", "http://www.w3.org/ns/oa#Choice", "http://www.w3.org/ns/oa#HttpRequestState", "http://purl.org/dc/dcmitype/Sound", "http://www.w3.org/ns/oa#SpecificResource", "http://www.w3.org/ns/oa#TextualBody", "http://www.w3.org/ns/oa#Annotation", "http://www.w3.org/ns/oa#TextPositionSelector", "http://www.w3.org/ns/oa#FragmentSelector", "http://www.w3.org/ns/oa#CssStyle" ]
},
"published" : "2018-03-07T07:15:42.159590Z"
}The target types are populated. The triple is created. Could have a simple explanation, I will keep looking at it.