Skip to content

Commit df36139

Browse files
committed
fix with typos package
1 parent 174b04e commit df36139

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

rocrate_validator/profiles/provenance-run-crate/should/5_parameterconnection.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provenance-run-crate:ProvRCParameterConnectionReferencesRecommended a sh:NodeSha
2929
sh:description "Recommended references for ParameterConnection entities" ;
3030
sh:targetClass wfrun:ParameterConnection ;
3131
sh:property [
32-
sh:name "ParamenterConnection references" ;
32+
sh:name "ParameterConnection references" ;
3333
sh:description """References to `ParameterConnection` instances
3434
SHOULD follow the CWL convention,
3535
where connections to workflow output parameters are referenced by the workflow

rocrate_validator/profiles/ro-crate/may/4_data_entity_metadata.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ro-crate:FileDataEntityWebOptionalProperties a sh:NodeShape ;
2727
for instance a landing page that describes the file, including persistence identifiers (e.g. DOI),
2828
resolving to an intermediate HTML page instead of the downloadable file directly.
2929
These can included for File Data Entities as additional metadata by using the properties:
30-
`ìdentifier`, `url`, `subjectOf`and `mainEntityOfPage`""" ;
30+
`identifier`, `url`, `subjectOf`and `mainEntityOfPage`""" ;
3131
sh:targetClass ro-crate:File ;
3232
# Check if the Web-based Data Entity has a contentSize property
3333
sh:property [
@@ -87,4 +87,3 @@ ro-crate:DirectoryDataEntityWebOptionalDistribution a sh:NodeShape ;
8787
sh:severity sh:Info ;
8888
sh:message """The Directory Data Entity MAY have a `distribution` property to denote the distribution of the files within the directory""" ;
8989
] .
90-

rocrate_validator/profiles/ro-crate/should/6_contextual_entity_metadata.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@prefix sh: <http://www.w3.org/ns/shacl#> .
1919
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
2020

21-
ro-crate:CreativeWorkAuthorMinimuRecommendedProperties a sh:NodeShape ;
21+
ro-crate:CreativeWorkAuthorMinimumRecommendedProperties a sh:NodeShape ;
2222
sh:name "CreativeWork Author: minimum RECOMMENDED properties" ;
2323
sh:description """The minimum recommended properties for a `CreativeWork Author` are `name` and `affiliation`.""" ;
2424
sh:targetClass ro-crate:CreativeWorkAuthor ;

rocrate_validator/profiles/workflow-ro-crate/must/0_main-workflow.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@prefix sh: <http://www.w3.org/ns/shacl#> .
2222
@prefix validator: <https://github.com/crs4/rocrate-validator/> .
2323

24-
workflow-ro-crate:MainEntityProperyMustExist a sh:NodeShape ;
24+
workflow-ro-crate:MainEntityPropertyMustExist a sh:NodeShape ;
2525
sh:name "Main Workflow entity existence" ;
2626
sh:description "The Main Workflow must be specified through a `mainEntity` property in the root data entity" ;
2727
sh:targetClass ro-crate:RootDataEntity ;
@@ -63,13 +63,13 @@ workflow-ro-crate:MainWorkflowRequiredProperties a sh:NodeShape ;
6363
sh:property [
6464
a sh:PropertyShape ;
6565
sh:name "Main Workflow type" ;
66-
sh:description "The Main Workflow must have types File, SoftwareSourceCode, ComputationalWorfklow" ;
66+
sh:description "The Main Workflow must have types File, SoftwareSourceCode, ComputationalWorkflow" ;
6767
sh:path rdf:type ;
6868
sh:hasValue schema:MediaObject ,
6969
schema:SoftwareSourceCode ,
7070
bioschemas:ComputationalWorkflow ;
7171
sh:minCount 1 ;
72-
sh:message "The Main Workflow must have types File, SoftwareSourceCode, ComputationalWorfklow" ;
72+
sh:message "The Main Workflow must have types File, SoftwareSourceCode, ComputationalWorkflow" ;
7373
] ;
7474
sh:property [
7575
a sh:PropertyShape ;

0 commit comments

Comments
 (0)