Skip to content

Commit

Permalink
update @id notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Sep 13, 2024
1 parent 35f0e5f commit e592aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/thematics/dataset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for more focused creative work examples.
```

```{tip}
@id should point to whatever resolves eventually to the JSON-LD - if you only
@id around line#6 should point to whatever resolves eventually to the JSON-LD - if you only
have an external JSON-LD file (and not embedded into the html `<script>` tag)
then the @id should point to the .json file itself. Otherwise, @id should point
to the landing page of the record (HTML page), that embeds the JSON-LD.
Expand Down
2 changes: 1 addition & 1 deletion book/thematics/variables/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ in the data graph represented the detailed sections.
```

```{tip}
@id should point to whatever resolves eventually to the JSON-LD - if you only
@id around line#6 should point to whatever resolves eventually to the JSON-LD - if you only
have an external JSON-LD file (and not embedded into the html `<script>` tag)
then the @id should point to the .json file itself. Otherwise, @id should point
to the landing page of the record (HTML page), that embeds the JSON-LD.
Expand Down

0 comments on commit e592aa8

Please sign in to comment.