If you have the following prefix:
@Prefix : https://schema.mekanoid.io/mekanoid.owl# .
:defender_machine_321ddbxxxxxxxxxxxxxx1776bbd3918b7a8 rdf:type d3f:Host ;
:comment "Agent version 10.8210.17763.3650", "Risk Score None", "Status Inactive" ;
it creates keys in json-ld like "0:defender_machine__321ddbxxxxxxxxxxxxxx1776bbd3918b7a8" or "0:comment" and not ":defender_machine__321ddbxxxxxxxxxxxxxx1776bbd3918b7a8" or ":comment" like it should.
If you have the following prefix:
@Prefix : https://schema.mekanoid.io/mekanoid.owl# .
:defender_machine_321ddbxxxxxxxxxxxxxx1776bbd3918b7a8 rdf:type d3f:Host ;
:comment "Agent version 10.8210.17763.3650", "Risk Score None", "Status Inactive" ;
it creates keys in json-ld like "0:defender_machine__321ddbxxxxxxxxxxxxxx1776bbd3918b7a8" or "0:comment" and not ":defender_machine__321ddbxxxxxxxxxxxxxx1776bbd3918b7a8" or ":comment" like it should.