rdf.data_types.schema.yml 641 B

1234567891011121314151617181920212223242526272829
  1. rdf_field_mapping:
  2. type: mapping
  3. label: 'RDF mapping'
  4. mapping:
  5. properties:
  6. type: sequence
  7. label: 'Properties'
  8. sequence:
  9. type: string
  10. datatype:
  11. type: string
  12. label: 'Data type'
  13. datatype_callback:
  14. type: mapping
  15. label: 'Data type callback'
  16. mapping:
  17. callable:
  18. type: string
  19. label: 'Callable'
  20. arguments:
  21. type: mapping
  22. label: 'Arguments'
  23. mapping:
  24. interaction_type:
  25. type: string
  26. label: 'Interaction type'
  27. mapping_type:
  28. type: string
  29. label: 'Mapping type'