Skip to content

Commit

Permalink
fix link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Jun 16, 2023
1 parent 52aaa18 commit 0964249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/rdf-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@

## New terms:

* [Opaque semantics] – Any semantics for quoted triples where the syntactic form of the arguments to triples is important. See [docs/semantics.md] for more information.
* [Opaque semantics](/docs/semantics.md#opaque-semantics) – Any semantics for quoted triples where the syntactic form of the arguments to triples is important.

* [Semi-opaque (semi-transparent semantics] – Any semantics for quoted triples where the syntactic form of the arguments to triples is important, except that only the meaning of blank nodes is important. See [docs/semantics.md] for more information.
* [Semi-transparent semantics](/docs/semantics.md#semi-transparent-semantics) – Any semantics for quoted triples where the syntactic form of the arguments to triples is important, except that only the meaning of blank nodes is important.

* [Transparent semantics] – Any semantics for quoted triples where only the meaning of the arguments to triples is important. See [docs/semantics.md] for more information.
* [Transparent semantics](/docs/semantics.md#transparent-semantics) – Any semantics for quoted triples where only the meaning of the arguments to triples is important.
4 changes: 2 additions & 2 deletions docs/semantics.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ or
<<_:a :c "4"^^xsd:int >> :d :e .
```

## Semi-opaque (Semi-transparent) Semantics
## Semi-transparent Semantics

In the semi-opaque (semi-transparent) semantics
In the semi-transparent (a.k.a. semi-opaque) semantics
```
:b owl:sameAs :c .
<<_:a :b "4"^^xsd:int >> :d :e .
Expand Down

0 comments on commit 0964249

Please sign in to comment.