Skip to content

Commit

Permalink
chore: use english for iri-reference sample (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Dec 19, 2022
1 parent d09fca2 commit 122ea09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samplers/string.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ function uriTemplateSample() {
}

function iriSample() {
return 'http://example.com';
return 'http://example.com/entity/1';
}

function iriReferenceSample() {
return '../словник';
return '/entity/1';
}

function uuidSample(_min, _max, propertyName) {
Expand Down

0 comments on commit 122ea09

Please sign in to comment.