Service

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Process::Service

Definition

Service is a type of processing agent. Services are atomic. They execute acts which have input and output parameters.

Examples

Given a location as input, a weather service provides weather data as output.

Explanatory notes

A service binds information objects to parameters at runtime.

Diagram

Inheritance
    ᐊ── Process::Service
Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

catalogDetails

Agents::Agent

Bundles the information useful for a data catalog entry. Examples would be creator, contributor, title, copyright, embargo, and license information. A set of information useful for attribution, data discovery, and access. This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.

CatalogDetails

0..1

identifier

Agents::Agent

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

image

Agents::Agent

Information regarding image associated with the agent.

PrivateImage

0..*

purpose

Agents::Agent

Intent or reason for the object/the description of the object.

InternationalString

0..1

Associations

Direction

Association

Description

Multiplicity of Service

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

to

ControlLogic informs ProcessingAgent

Control logic informs a processing agent. The information may be deterministic or non-deterministic.

0..*

- own package -

ControlLogic

0..*

none

Process::ProcessingAgent

from

ProcessingAgent operatesOn ProductionEnvironment

0..*

- own package -

ProductionEnvironment

0..*

none

Process::ProcessingAgent

from

ProcessingAgent performs Activity

A processing agent performs an activity at the direction of control logic.

0..*

- own package -

Activity

0..*

none

Process::ProcessingAgent

to

AgentListing has Agent

0..*

Agents

AgentListing

0..*

none

Agents::Agent

to

AgentListing isMaintainedBy Agent

The unit or group of persons within the organization responsible for the agent listing (i.e., for adding, changing or deleting agent entries).

0..1

Agents

AgentListing

0..*

none

Agents::Agent

to

AgentPosition indexes Agent

0..1

Agents

AgentPosition

0..*

none

Agents::Agent

to

AgentRelationship hasSource Agent

The subject in the description of a paired relationship – for example the Parent agent in the hierarchical Parent of Child relationship.

1..1

Agents

AgentRelationship

0..*

none

Agents::Agent

to

AgentRelationship hasTarget Agent

The object in the description of a paired relationship – for example the Object agent in the hierarchical Parent of Child relationship.

1..1

Agents

AgentRelationship

0..*

none

Agents::Agent

to

AuthorizationSource has Agent

0..*

Representations

AuthorizationSource

0..*

none

Agents::Agent

to

ClassificationIndex hasContact Agent

Person(s) who may be contacted for additional information about the classification index.

0..*

Representations

ClassificationIndex

0..*

none

Agents::Agent

to

ClassificationIndex isMaintainedBy Agent

The unit or group of persons within the organization responsible for the classification index (i.e., for adding, changing or deleting classification index entries).

0..1

Representations

ClassificationIndex

0..*

none

Agents::Agent

to

ClassificationSeries isOwnedBy Agent

The statistical office or other authority, which created and maintains the statistical classification(s) related to the classification series. A classification series may have several owners.

0..*

Representations

ClassificationSeries

0..*

none

Agents::Agent

to

CorrespondenceTable hasContact Agent

The person(s) who may be contacted for additional information about the correspondence table. Can be an individual or organization.

0..*

Representations

CorrespondenceTable

0..*

none

Agents::Agent

to

CorrespondenceTable isMaintainedBy Agent

The unit or group of persons who are responsible for the correspondence table (i.e., for maintaining and updating it).

0..1

Representations

CorrespondenceTable

0..*

none

Agents::Agent

to

CorrespondenceTable isOwnedBy Agent

The statistical office, other authority or section that created and maintains the correspondence table. A correspondence table may have several owners.

0..*

Representations

CorrespondenceTable

0..*

none

Agents::Agent

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the class Service (entire model as XMI)

 1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
 2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
 3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                 xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-Service"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Service"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-Service-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Service-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-Service"/>
11      <body>Definition 
12============ 
13Service is a type of processing agent. Services are atomic. They execute acts which have input and output parameters.  
14
15Examples 
16========== 
17Given a location as input, a weather service provides weather data as output.  
18
19Explanatory notes 
20=================== 
21A service binds information objects to parameters at runtime.</body>
22   </ownedComment>
23   <name>Service</name>
24   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-Service-generalization"
25                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Service-generalization"
26                   xmi:type="uml:Generalization">
27      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProcessingAgent"/>
28   </generalization>
29</packagedElement>

Fragment for the class Service (entire XML Schema)

 1<xs:element name="Service"
 2            type="ServiceXsdType"
 3            xml:id="Service">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::Service -->
 5  <xs:annotation>
 6    <xs:documentation>Definition 
 7          ============ 
 8          Service is a type of processing agent. Services are atomic. They execute acts which have input and output parameters.  
 9          
10          Examples 
11          ========== 
12          Given a location as input, a weather service provides weather data as output.  
13          
14          Explanatory notes 
15          =================== 
16          A service binds information objects to parameters at runtime.</xs:documentation>
17  </xs:annotation>
18</xs:element>
19<xs:complexType name="ServiceXsdType"
20                xml:id="ServiceXsdType">
21  <xs:annotation>
22    <xs:documentation>Definition 
23          ============ 
24          Service is a type of processing agent. Services are atomic. They execute acts which have input and output parameters.  
25          
26          Examples 
27          ========== 
28          Given a location as input, a weather service provides weather data as output.  
29          
30          Explanatory notes 
31          =================== 
32          A service binds information objects to parameters at runtime.</xs:documentation>
33  </xs:annotation>
34  <xs:complexContent>
35    <xs:extension base="ProcessingAgentXsdType">
36      
37    </xs:extension>
38  </xs:complexContent>
39</xs:complexType>

Fragment for the class Service (main ontology)

1# class Service
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::Service
3cdi:Service
4  a rdfs:Class, owl:Class, ucmis:Class;
5  rdfs:label "Service";
6  rdfs:comment "Definition \n============ \nService is a type of processing agent. Services are atomic. They execute acts which have input and output parameters.  \n\nExamples \n========== \nGiven a location as input, a weather service provides weather data as output.  \n\nExplanatory notes \n=================== \nA service binds information objects to parameters at runtime."@en;
7  rdfs:subClassOf cdi:ProcessingAgent;
8.

Fragment for the class Service (main JSON-LD)

 1{
 2  "@context": [
 3    "ProcessingAgent.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7      "Service": "cdi:Service",
 8      
 9      " comment ": "tag:json-should-support-trailing-commas" 
10    }
11  ],
12  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:11.",
13  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Process::Service"
14}