You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the 'resource_property' depth 2, to make specific settings for all resources of a certain class? I’ve tried the following without avail (this worked if I changed the resource to a specific resource instead of a type):
resource_property: {
'https://w3id.org/bot#Element': {
treatAsResourceType: 1,
'http://www.w3.org/1999/02/22-rdf-syntax-ns#type': {
//settings for the property rdf:type of the resource bot:Element
}
}
}
The text was updated successfully, but these errors were encountered:
Is it possible to use the 'resource_property' depth 2, to make specific settings for all resources of a certain class? I’ve tried the following without avail (this worked if I changed the resource to a specific resource instead of a type):
The text was updated successfully, but these errors were encountered: