Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

naming of properties in light of single namespace #17

Closed
pmaria opened this issue Mar 30, 2023 · 3 comments
Closed

naming of properties in light of single namespace #17

pmaria opened this issue Mar 30, 2023 · 3 comments
Assignees

Comments

@pmaria
Copy link

pmaria commented Mar 30, 2023

In light of the choice for a single rml namespace, names like rml:execution may not be descriptive enough anymore. I think we should consider to rename some of them.

For example in the case of rml:execution, rml:functionExecution is clearer.

@bjdmeest
Copy link
Member

@pmaria fine if I make following changes?

  • rml:ReturnMap --> rml:FunctionReturnMap
  • rml:Execution --> rml:FunctionExecution
  • rml:FunctionMap
  • rml:Input --> rml:FunctionInput
  • rml:ParameterMap --> rml:FunctionParameterMap
  • rml:execution --> rml:functionExecution
  • rml:returnMap --> rml:functionReturnMap
  • rml:return --> rml:functionReturn
  • rml:functionMap
  • rml:function
  • rml:input --> rml:functionInput
  • rml:parameterMap --> rml:functionParameterMap
  • rml:parameter --> rml:functionParameter
  • rml:valueMap --> rml:functionValueMap
  • rml:value --> rml:functionValue

@pmaria
Copy link
Author

pmaria commented Apr 26, 2023

Hmm gets quite verbose. What if we keep those that could possibly be reused for other constructs unchanged?

  • rml:ReturnMap
  • rml:Execution --> rml:FunctionExecution
  • rml:FunctionMap
  • rml:Input
  • rml:ParameterMap
  • rml:execution --> rml:functionExecution
  • rml:returnMap
  • rml:return
  • rml:functionMap
  • rml:function
  • rml:input
  • rml:parameterMap
  • rml:parameter
  • rml:valueMap --> rml:inputValueMap (as opposed to rml:functionValueMap)
  • rml:value --> rml:inputValue (as opposed to rml:functionValue)

@anaigmo
Copy link
Contributor

anaigmo commented Apr 28, 2023

Naming updated in development branch for the ontology, diagram and ontology documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants