File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
rocrate_validator/profiles/five-safes-crate
tests/integration/profiles/five-safes-crate Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments