Skip to content

Commit 617ad09

Browse files
committed
Merge branch 'develop' into tiny-tweaks
2 parents 4002777 + e91d725 commit 617ad09

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,6 @@ testpaths = ["tests"]
109109

110110
[tool.typos.files]
111111
extend-exclude = ["tests/data","docs/diagrams","*.json","*.html","*__init__.py"]
112+
113+
[tool.typos.default.extend-words]
114+
TRE = "TRE"

rocrate_validator/profiles/five-safes-crate/profile.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# it's in JSON-LD format
4747
dct:format <https://w3id.org/mediatype/application/ld+json> ;
4848

49-
# it conforms to JSON-LD, here refered to by its namespace URI as a Profile
49+
# it conforms to JSON-LD, here referred to by its namespace URI as a Profile
5050
dct:conformsTo <https://www.w3.org/TR/json-ld11/> ;
5151

5252
# this profile resource plays the role of "Vocabulary"
@@ -64,7 +64,7 @@
6464
# it's in HTML format
6565
dct:format <https://w3id.org/mediatype/text/html> ;
6666

67-
# it conforms to HTML, here refered to by its namespace URI as a Profile
67+
# it conforms to HTML, here referred to by its namespace URI as a Profile
6868
dct:conformsTo <https://www.w3.org/TR/html/> ;
6969

7070
# this profile resource plays the role of "Specification"

tests/integration/profiles/five-safes-crate/test_5src_6_workflow_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def test_5src_main_entity_has_two_conformsto():
157157
"""
158158
Test a Five Safes Crate where the mainEntity -> purl:conformsTo has two
159159
objects.
160-
(we add second obcject to mainEntity -> purl:conformsTo to violate maxCount 1).
160+
(we add second object to mainEntity -> purl:conformsTo to violate maxCount 1).
161161
"""
162162
sparql = (
163163
SPARQL_PREFIXES

tests/integration/profiles/five-safes-crate/test_5src_9_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_input_does_not_reference_formalparameter():
3030
"""
3131
Test a Five Safes Crate where an input entity does not reference a
3232
`bioschemas:FormalParameter using `schema:exampleOfWork`.
33-
(We replace tjhe ?object of input --> exampleOfWork with a literal)
33+
(We replace the ?object of input --> exampleOfWork with a literal)
3434
"""
3535
sparql = (
3636
SPARQL_PREFIXES

0 commit comments

Comments
 (0)