Skip to content

Commit b8cb516

Browse files
committed
Merge branch 'develop' of github.com:NFDI4Energy/ERSmeta into develop
2 parents d3a69cf + 859ec63 commit b8cb516

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

schema/ERSmeta.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ ersmeta:EnergyResearchSoftware a rdfs:Class, sh:NodeShape, owl:Ontology;
9595
sh:path schema:dateCreated ;
9696
], [
9797
sh:datatype xsd:anyURI ;
98-
sh:description "Link (URL) to the documentation describing the code and is usful for developers."@en ;
98+
sh:description "Link (URL) to the documentation describing the code and is useful for developers."@en ;
9999
sh:maxCount 1 ;
100100
sh:name "documentation"@en ;
101101
sh:order 40 ;
102102
sh:path okn:hasDocumentation ;
103103
], [
104104
sh:datatype xsd:anyURI ;
105-
sh:description "Link (URL) to the documentation describing the code and is usful for developers."@en ;
105+
sh:description "Link (URL) to the documentation describing the code and is useful for developers."@en ;
106106
sh:maxCount 1 ;
107107
sh:name "readme"@de, "readme"@en ;
108108
sh:order 41 ;
@@ -227,7 +227,7 @@ ersmeta:EnergyResearchSoftware a rdfs:Class, sh:NodeShape, owl:Ontology;
227227
"Data Management"
228228
"Decision Analysis"
229229
"Integrative Analysis"
230-
"Laboratiry Notebooks"
230+
"Laboratory Notebooks"
231231
"Libraries"
232232
"Machine Learning"
233233
"Modeling and Simulation"
@@ -636,7 +636,7 @@ ersmeta:EnergyResearchSoftware a rdfs:Class, sh:NodeShape, owl:Ontology;
636636
], [
637637
sh:datatype xsd:float ;
638638
sh:description "Typical execution time of the software in seconds."@en ;
639-
sh:name "typicalExcecutionTime"@en, "typicalExcecutionTime"@de ;
639+
sh:name "typicalExecutionTime"@en, "typicalExecutionTime"@de ;
640640
sh:order 77 ;
641641
sh:path schema:timeRequired ;
642642
], [

schema/ersmeta_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
"Data Management",
942942
"Decision Analysis",
943943
"Integrative Analysis",
944-
"Laboratiry Notebooks",
944+
"Laboratory Notebooks",
945945
"Libraries",
946946
"Machine Learning",
947947
"Modeling and Simulation",
@@ -1364,15 +1364,15 @@
13641364
"title": "codeRepository"
13651365
},
13661366
"documentation": {
1367-
"description": "Link (URL) to the documentation describing the code and is usful for developers.",
1367+
"description": "Link (URL) to the documentation describing the code and is useful for developers.",
13681368
"title": "documentation",
13691369
"type": "array",
13701370
"items": {
13711371
"type": "string"
13721372
}
13731373
},
13741374
"readme": {
1375-
"description": "Link (URL) to the documentation describing the code and is usful for developers.",
1375+
"description": "Link (URL) to the documentation describing the code and is useful for developers.",
13761376
"type": "string",
13771377
"title": "readme"
13781378
},

0 commit comments

Comments
 (0)