Skip to content

Commit 4bea7cd

Browse files
committed
licence -> license
1 parent 4a3a467 commit 4bea7cd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

rocrate_validator/profiles/ro-crate/must/2_root_data_entity_metadata.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ro-crate:RootDataEntityRequiredProperties
129129
] ;
130130
sh:property [
131131
a sh:PropertyShape ;
132-
sh:name "Root Data Entity: `licence` property" ;
132+
sh:name "Root Data Entity: `license` property" ;
133133
sh:description """Check if the Root Data Entity includes a `license` property (as specified by schema.org)
134134
to provide information about the license of the dataset.""" ;
135135
sh:path schema_org:license;

rocrate_validator/profiles/ro-crate/must/6_contextual_entity.ttl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
ro-crate:FindLicenseEntity a sh:NodeShape, validator:HiddenShape ;
2626
sh:name "Identify License Entity" ;
27-
sh:description """Mark a license entity any Data Entity referenced by the `schema:licence` property.""" ;
27+
sh:description """Mark a license entity any Data Entity referenced by the `schema:license` property.""" ;
2828
sh:target [
2929
a sh:SPARQLTarget ;
3030
sh:prefixes ro-crate:sparqlPrefixes ;
@@ -68,7 +68,7 @@ ro-crate:WebSiteRecommendedProperties a sh:NodeShape ;
6868

6969
ro-crate:CreativeWorkAuthorDefinition a sh:NodeShape, validator:HiddenShape ;
7070
sh:name "CreativeWork Author Definition" ;
71-
sh:description """Define the `CretiveWorkAuthor` as the `Person` object of the `schema:author` predicate.""" ;
71+
sh:description """Define the `CreativeWorkAuthor` as the `Person` object of the `schema:author` predicate.""" ;
7272
sh:targetObjectsOf schema:author ;
7373
sh:rule [
7474
a sh:TripleRule ;
@@ -79,4 +79,3 @@ ro-crate:CreativeWorkAuthorDefinition a sh:NodeShape, validator:HiddenShape ;
7979
sh:property [ sh:path rdf:type ; sh:hasValue schema:Person ; sh:minCount 1 ] ;
8080
] ;
8181
] .
82-

rocrate_validator/profiles/ro-crate/should/2_root_data_entity_metadata.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ro-crate:RootDataEntityDirectRecommendedProperties a sh:NodeShape ;
2727
sh:targetClass ro-crate:RootDataEntity ;
2828
sh:property [
2929
a sh:PropertyShape ;
30-
sh:name "Root Data Entity: `licence` SHOULD link to a Contextual Entity" ;
30+
sh:name "Root Data Entity: `license` SHOULD link to a Contextual Entity" ;
3131
sh:description """Check if the Root Data Entity includes a `license` property
3232
that links to a Contextual Entity with type `schema_org:CreativeWork` to describe the license.""" ;
3333
sh:nodeKind sh:BlankNodeOrIRI ;

0 commit comments

Comments
 (0)