domain_model
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
domain_model [2011/02/09 15:32] – michael | domain_model [2011/03/29 22:50] (current) – [RDF Implementation] michael | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Domain Model ====== | ====== Domain Model ====== | ||
- | Final first draft version, | + | This page contains the description and documentation of the domain model that is proposed by the DC-Provenance task group. It is not yet finalized and currently regarded as work in progress. See the revision history of this page for earlier drafts. The group members |
+ | |||
+ | The main part of the current model is the definition of the classes and their relations, as illustrated in the following UML class diagram: | ||
{{domain-model-classes3.png|}} | {{domain-model-classes3.png|}} | ||
- | Namespaces: | + | The proposed model extends the [[http:// |
- | * dcam ([[http:// | + | |
- | * dcprov | + | |
- | Classes: | + | |
- | | + | * Description (from [[http:// |
- | * Description (from [[http:// | + | |
* Statement (from [[http:// | * Statement (from [[http:// | ||
- | * Annotation: One or more statements | + | * Annotation: One or more -> Statements |
- | * Annotation Set: A set of one or more annotations. | + | * Annotation Set: A set of one or more -> Annotations. Subclass of -> Description Set. |
- | The domain model shown in the diagram | + | The DC-PROV |
- | - how the new annotation | + | - how the new Annotation |
- | - how an annotation | + | - how an Annotation |
- | At this point, the domain model does not attempt to describe the makeup of an annotation set in the context of metadata provenance, i.e., it does not yet provide an element vocabulary needed to put together a concrete //metadata provenance// | + | At this point, the domain model does not attempt to describe the makeup of an Annotation Set in the specific |
- | ===== What a metadata provenance annotation? ===== | + | ===== What is a metadata provenance annotation? ===== |
- | As stated in the UML diagram, | + | As stated in the UML diagram, |
- | This means that every annotation set is also a description set in the sense of the DCAM, and can be treated as such. The motivation of deriving subclasses in the first place is that the main rationale of an annotation is to provide information about a generic description set, i.e., about // | + | This means that every Annotation Set is also a Description Set in the sense of the DCAM, and can be treated as such. So why not just stick with the DCAM entities? |
- | ===== What does a metadata | + | The motivation of deriving subclasses in the first place was that the main rationale of an annotation is to provide information about a Description Set, i.e., about //metadata//, a specific kind of resource. |
+ | Also, the Annotations created in the context of the DC-Provenance Application Profile try to provide not just any kind of information about metadata, but a specific kind: information about the // | ||
- | The first row reiterates the entities of the DCAM. The second row of the domain model contains the new classes required by the metadata provenance | + | ===== What does a metadata provenance |
- | ===== What is the third level? ===== | + | Annotations are associated only with Description Sets. Description Sets contain one or more descriptions. The relationship between Annotations and Description Sets (the " |
- | Because | + | |
- | ====== Issues and further Ideas ====== | + | The " |
- | * Superclass of Description Set necessary? Domain/ | + | |
+ | The cardinality of 1 on the side of the Description Set indicates that an Annotation must only be related to a single Description Set. The same Annotation cannot be associated with more than one Description Set for two reasons; firstly, to be compliant with the DCAM definition of Description (" | ||
- | ====== Earlier versions | + | Annotations are aggregated in Annotation Sets, just as Descriptions are generally aggregated in Description Sets. The main difference between these lies, once more, in cardinality. Whereas the association of a Description with a Description Set is optional, this does not hold for the association between an Annotation and an Annotation Set. An Annotation has to be part of at least one Annotation Set; conversely, every Annotation Set aggregates at least one Annotation. |
- | Version based on telco of Dec 22th: | + | The rationale for this cardinality constraint is mainly to enable basic discoverability |
- | {{https:// | + | In addition, this constraint ensures that Annotations can be further annotated by associating higher-level Annotations with a lower-level Annotation Set. |
- | Source files ([[http:// | + | @@The first row reiterates the entities of the DCAM. The second row of the domain model contains the new classes required by the metadata provenance application profile, which in itself are specifications of their corresponding DCAM counterparts. |
- | * https:// | + | |
+ | ===== What is the third level? ===== | ||
+ | Because an Annotation Set is a Description Set, an Annotation Set can itself be annotated by means of a further Annotation Set, i.e. we can capture provenance information for Annotation Sets as well. The model is able to handle an arbitrary number of meta-levels. | ||
+ | ===== Vocabulary for the Annotations ===== | ||
- | Version based on the telco of Dec 15th: | + | It has to be distinguished between |
- | {{https:// | + | The model for sure allows the use of arbitrary vocabularies as annotations and the mix of Dublin Core and other Vocabularies is perfectly ok, in the same way as it is common practice in usual application profiles. |
- | {{https:// | + | |
+ | ====== RDF Implementation ====== | ||
- | Source files ([[http:// | + | The abstract |
- | * https:// | + | |
- | * https:// | + | |
- | ---- | + | # Named graph: http:// |
+ | @prefix dct: < | ||
+ | @prefix dctype: < | ||
+ | |||
+ | :MonaLisa dct:format dctype: | ||
+ | dct:creator : | ||
- | Previous drafts: | + | # Named graph: http:// |
+ | @prefix dct: < | ||
+ | |||
+ | < | ||
+ | dct:creator :BnF . | ||
+ | |||
+ | < | ||
+ | |||
+ | These triples describe two separate RDF graphs. | ||
+ | |||
+ | {{: | ||
+ | The following table shows how some of the RDF resources map to their corresponding UML classes of the domain model. | ||
- | {{https://dl.dropbox.com/ | + | ^ RDF ^ UML ^ |
+ | | :MonaLisa dct:creator : | ||
+ | | <ML-Desc> | ||
+ | | <ML-Desc> | ||
+ | | <ML-Anno> | ||
+ | Our example consists of two statements about the resource '': | ||
- | Source files ([[http:// | + | Statements that are part of this graph are considered annotations, |
- | * https://dl.dropbox.com/ | + | ====== Issues and further Ideas ====== |
- | | + | |
- | + | ||
- | A comparison model for discussion (Michael): | + | |
- | {{: | ||
domain_model.1297261974.txt.gz · Last modified: 2011/02/09 15:32 by michael