Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ testpaths = ["tests"]

[tool.typos.files]
extend-exclude = ["tests/data","docs/diagrams","*.json","*.html","*__init__.py"]

[tool.typos.default.extend-words]
TRE = "TRE"
4 changes: 2 additions & 2 deletions rocrate_validator/profiles/five-safes-crate/profile.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# it's in JSON-LD format
dct:format <https://w3id.org/mediatype/application/ld+json> ;

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

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

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

# this profile resource plays the role of "Specification"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_5src_main_entity_has_two_conformsto():
"""
Test a Five Safes Crate where the mainEntity -> purl:conformsTo has two
objects.
(we add second obcject to mainEntity -> purl:conformsTo to violate maxCount 1).
(we add second object to mainEntity -> purl:conformsTo to violate maxCount 1).
"""
sparql = (
SPARQL_PREFIXES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_input_does_not_reference_formalparameter():
"""
Test a Five Safes Crate where an input entity does not reference a
`bioschemas:FormalParameter using `schema:exampleOfWork`.
(We replace tjhe ?object of input --> exampleOfWork with a literal)
(We replace the ?object of input --> exampleOfWork with a literal)
"""
sparql = (
SPARQL_PREFIXES
Expand Down