Curator¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::Process::Curator
Definition¶
Curator is a software agent that uses techniques such as natural language processing to map facts in the research data store to the condition part of a rule.
Examples¶
Domain-specific curators are available as both open source and commercial products.
Explanatory notes¶
The curator assists in identifying the rules that are currently in play in the rule set.
Diagram
Inheritance
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
---|---|---|---|---|---|
catalogDetails |
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. |
0..1 |
|||
identifier |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
|||
image |
Information regarding image associated with the agent. |
0..* |
|||
purpose |
Intent or reason for the object/the description of the object. |
0..1 |
Associations
Direction |
Association |
Description |
Multiplicity of Curator |
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 - |
0..* |
none |
||
from |
ProcessingAgent operatesOn ProductionEnvironment |
0..* |
- own package - |
0..* |
none |
|||
from |
ProcessingAgent performs Activity |
A processing agent performs an activity at the direction of control logic. |
0..* |
- own package - |
0..* |
none |
||
to |
AgentListing has Agent |
0..* |
0..* |
none |
||||
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 |
0..* |
none |
|||
to |
AgentPosition indexes Agent |
0..1 |
0..* |
none |
||||
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 |
0..* |
none |
|||
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 |
0..* |
none |
|||
to |
AuthorizationSource has Agent |
0..* |
0..* |
none |
||||
to |
ClassificationIndex hasContact Agent |
Person(s) who may be contacted for additional information about the classification index. |
0..* |
0..* |
none |
|||
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 |
0..* |
none |
|||
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..* |
0..* |
none |
|||
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..* |
0..* |
none |
|||
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 |
0..* |
none |
|||
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..* |
0..* |
none |
|||
to |
RuleBasedScheduling has Curator |
Rule based scheduling has one or more curators. The curators may be commercial/off-the-shelf, open source and/or home grown. They are likely to be domain-specific which is why rule based scheduling might employ many. |
0..* |
- own package - |
0..1 |
none |
- own class - |
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 Curator (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-Curator"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Curator"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-Curator-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Curator-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-Curator"/>
11 <body>Definition
12============
13Curator is a software agent that uses techniques such as natural language processing to map facts in the research data store to the condition part of a rule.
14
15Examples
16==========
17Domain-specific curators are available as both open source and commercial products.
18
19Explanatory notes
20===================
21The curator assists in identifying the rules that are currently in play in the rule set.</body>
22 </ownedComment>
23 <name>Curator</name>
24 <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-Process-Curator-generalization"
25 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Curator-generalization"
26 xmi:type="uml:Generalization">
27 <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-Process-ProcessingAgent"/>
28 </generalization>
29</packagedElement>
Fragment for the class Curator (entire XML Schema)
1<xs:element name="Curator"
2 type="CuratorXsdType"
3 xml:id="Curator">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::Curator -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Curator is a software agent that uses techniques such as natural language processing to map facts in the research data store to the condition part of a rule.
9
10 Examples
11 ==========
12 Domain-specific curators are available as both open source and commercial products.
13
14 Explanatory notes
15 ===================
16 The curator assists in identifying the rules that are currently in play in the rule set.</xs:documentation>
17 </xs:annotation>
18</xs:element>
19<xs:complexType name="CuratorXsdType"
20 xml:id="CuratorXsdType">
21 <xs:annotation>
22 <xs:documentation>Definition
23 ============
24 Curator is a software agent that uses techniques such as natural language processing to map facts in the research data store to the condition part of a rule.
25
26 Examples
27 ==========
28 Domain-specific curators are available as both open source and commercial products.
29
30 Explanatory notes
31 ===================
32 The curator assists in identifying the rules that are currently in play in the rule set.</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 Curator (main ontology)
1# class Curator
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::Process::Curator
3cdi:Curator
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "Curator";
6 rdfs:comment "Definition \n============ \nCurator is a software agent that uses techniques such as natural language processing to map facts in the research data store to the condition part of a rule. \n\nExamples \n========== \nDomain-specific curators are available as both open source and commercial products. \n\nExplanatory notes \n=================== \nThe curator assists in identifying the rules that are currently in play in the rule set."@en;
7 rdfs:subClassOf cdi:ProcessingAgent;
8.
Fragment for the class Curator (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 "Curator": "cdi:Curator",
8
9 "has_OF_RuleBasedScheduling": {
10 "@reverse": "cdi:RuleBasedScheduling_has_Curator",
11 "@type": "@id"
12 },
13 " comment ": "tag:json-should-support-trailing-commas"
14 }
15 ],
16 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:10.",
17 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::Process::Curator"
18}