Skip to content

Commit

Permalink
Fix dead links #883
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed May 26, 2024
1 parent 0de422b commit 97ca1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/atomic-data-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Atomic Data has been designed with [the following goals in mind](motivation.md):
- Make it easier for developers to build highly interoperable apps
- Make standardization easier and cheaper

Atomic Data is [Linked Data](https://ontola.io/what-is-linked-data/), as it is a [strict subset of RDF](interoperability/rdf.md).
Atomic Data is [Linked Data](https://ontola.io/blog/what-is-linked-data/), as it is a [strict subset of RDF](interoperability/rdf.md).
It is type-safe (you know if something is a `string`, `number`, `date`, `URL`, etc.) and extensible through [Atomic Schema](schema/intro.md), which means that you can re-use or define your own Classes, Properties and Datatypes.

The default serialization format for Atomic Data is [JSON-AD](core/json-ad.md), which is simply JSON where each key is a URL of an Atomic Property.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If Atomic Data will be successful, there will likely be other, better implementa

## Linked data is awesome, but it is too difficult for developers in its current form

[Linked data](https://ontola.io/what-is-linked-data/) (RDF / the semantic web) enables us to use the web as a large, decentralized graph database.
[Linked data](https://ontola.io/blog/what-is-linked-data/) (RDF / the semantic web) enables us to use the web as a large, decentralized graph database.
Using links everywhere in data has amazing merits: links remove ambiguity, they enable exploration, they enable connected datasets.
But the existing specs are too difficult to use, and that is harming adoption.

Expand Down

0 comments on commit 97ca1b4

Please sign in to comment.