@@ -21,91 +21,3 @@ default_range: string
2121imports :
2222 - linkml:types
2323
24- classes :
25-
26- Agent :
27- description : An entity that can create or contribute to a digital object, such as an author or creator.
28- slots :
29- - id
30- - label
31-
32- Source :
33- description : >-
34- A data source from which entities are drawn, such as a database, ontology, or vocabulary.
35- slots :
36- - name
37- - version
38- - type
39- - documentation
40- - content
41- - content_type
42- - metadata
43- - metadata_type
44-
45- MappingSpecification :
46- description : >-
47- A formal description of correspondences between entities in a source and a target, expressed as rules, functions, or mapping statements.
48- slots :
49- - author
50- - creator
51- - publication_date
52- - license
53- - version
54- - description
55- - mapping_specification_type
56- - mapping_method
57- - documentation
58- - mapping_content
59- - subject_source
60- - object_source
61-
62- slots :
63- id :
64- description : Identifier for the information entity
65- identifier : true
66- range : string
67- name :
68- description : Name of the information entity
69- range : string
70- required : true
71- creator :
72- description : Creator of the mapping specification
73- range : Agent
74- author :
75- description : Author of the mapping specification
76- range : Agent
77- required : true
78- publication_date :
79- description : Date of publication of the mapping specification
80- range : string
81- format : date
82- license :
83- description : License under which the mapping specification is released
84- range : string
85- version :
86- description : Version of the digital object
87- range : string
88- description :
89- description : A brief description of the mapping specification
90- range : string
91- mapping_specification_type :
92- description : Type of the mapping specification
93- range : string
94- mapping_method :
95- description : Method used to create the mapping specification
96- range : string
97- documentation :
98- description : URL or reference to documentation for the mapping specification
99- range : string
100- mapping_content :
101- description : The actual content of the mapping specification, such as mapping rules or statements
102- range : string
103- required : true
104- subject_source :
105- description : The source from which the subject entities are drawn
106- range : Source
107- required : true
108- object_source :
109- description : The source from which the object entities are drawn
110- range : Source
111- required : true
0 commit comments