Skip to content

Commit c0400ea

Browse files
authored
Merge pull request #122 from eScienceLab/121-flatten-15_metadata_filettl-files
Merge `15_metadata_file.ttl` files
2 parents 98c7709 + 1db3091 commit c0400ea

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

rocrate_validator/profiles/five-safes-crate/must/15_metadata_file.py renamed to rocrate_validator/profiles/five-safes-crate/15_metadata_file.py

File renamed without changes.

rocrate_validator/profiles/five-safes-crate/must/15_metadata_file.ttl renamed to rocrate_validator/profiles/five-safes-crate/15_metadata_file.ttl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2323
@prefix dct: <http://purl.org/dc/terms/> .
2424

25+
26+
27+
#=== MUST shapes ===#
28+
2529
five-safes-crate:MetadataFileDescriptorProperties a sh:NodeShape ;
2630
sh:name "RO-Crate conforms to 1.2 or later minor version" ;
2731
sh:description """The RO-Crate metadata file descriptor MUST have a `conformsTo` property with RO-Crate specification version 1.2 or later minor version""";
@@ -39,3 +43,11 @@ five-safes-crate:MetadataFileDescriptorProperties a sh:NodeShape ;
3943
] .
4044

4145
ro-crate:conformsToROCrateSpec sh:deactivated true .
46+
47+
48+
#=== SHOULD shapes ===#
49+
# (none)
50+
51+
52+
#=== MAY shapes ===#
53+
# (none)

0 commit comments

Comments
 (0)