Skip to content

Commit d5494f4

Browse files
authored
Update index.html
This is applying an erratum for an incorrect `startTime` property, adding a terminating 'Z' to indicate UTC. See issue #445 for discussion.
1 parent 90fd726 commit d5494f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vocabulary/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6018,7 +6018,7 @@ <h3>Representing Relationships Between Entities</h3>
60186018
"subject": "http://sally.example.org",
60196019
"relationship": "http://purl.org/vocab/relationship/friendOf",
60206020
"object": "http://matt.example.org",
6021-
"startTime": "2015-04-21T12:34:56"
6021+
"startTime": "2015-04-21T12:34:56Z"
60226022
}
60236023
}</pre>
60246024
</div>

0 commit comments

Comments
 (0)