Skip to content

OntologyToAPI_Metadata

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

Module: Metadata

Represents the metadata concepts from multiple data sources.

Metadata
  • Type: Class

  • Description: The metadata of any kind of data.

Source
  • Type: Class

  • Description: The source of an given data.

hasSource
  • Type: Object Property

  • Constraints: Functional Property

  • Description: The metadata has some source of data.

  • Domain: md:Metadata

  • Range: md:Source

hasCommunicationTechnology
  • Type: Object Property

  • Constraints: Functional Property

  • Description: The metadata utilizes a communication technology to be achievable.

  • Domain: md:Source

  • Range: comm:CommunicationTechnology

hasQuery
  • Type: Data Property

  • Constraints: Functional Property

  • Description: an query to retrieve the data from a given source.

  • Domain: md:Source

  • Range: xsd:string

hasType
  • Type: Data Property

  • Constraints: Functional Property

  • Description: the metadata data type.

  • Domain: md:Metadata

  • Range: xsd:string

Clone this wiki locally