Skip to content

OntologyToAPI_ExternalCode

Julio César G. Costa edited this page Mar 19, 2026 · 1 revision

Module: External Code

Represents concepts acting as an interface to external pieces of code.

ExternalCode
  • Type: Class

  • Description: is the literal representation of a external code within a system.

hasPythonFile
  • Type: Data Property

  • Constraints: Functional Property

  • Description: the python file path of an external code.

  • Domain: excode:ExternalCode

  • Range: xsd:string

hasFunction
  • Type: Data Property

  • Constraints: Functional Property

  • Description: a function name write in python.

  • Domain: excode:ExternalCode

  • Range: xsd:string

requiresLib
  • Type: Data Property

  • Constraints: Functional Property

  • Description: the libraries required to be dynamically imported to support the external code.

  • Domain: excode:ExternalCode

  • Range: xsd:string

Clone this wiki locally