-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
If I'm not mistaken, this minor change could be made to the current dataset-mini.xml example file to be fully conformable with the CCMM 1.1.0.:
now
<!-- Placeholder: Conforms to standard – Note: To be set as mandatory with cardinality (1..*) in 1.1 version,
this is the minimal variant with an IRI -->
<conforms_to_standard>
<iri>https://schema.ccmm.cz/research-data/1.1.0</iri>
</conforms_to_standard>
<original_repository>
<iri>https://data.narodni-repozitar.cz</iri>
</original_repository>proposed update
<!-- Conforms to standard set as mandatory with cardinality (1..*) in 1.1 version,
this is the minimal variant with an IRI -->
<conforms_to_standard>
<iri>https://schema.ccmm.cz/research-data/1.1</iri>
</conforms_to_standard>
<original_repository>
<iri>https://data.narodni-repozitar.cz</iri>
</original_repository>Metadata
Metadata
Assignees
Labels
No labels