Oh OK, so from the linked PDF:
The page is about the book “The Picture of Dorian Gray” and somewhere in the page the author “Oscar Wilde” is mentioned.
So I suppose the syntax for “Oscar Wilde” would be something like:
[[author::Oscar Wilde]]
That would be treated by Logseq as a link like [[Oscar Wilde]]
.
But in this example author::
clearly refers to the page The Picture of Dorian Gray. But I think this wouldn’t work in Logseq that is block-based.
I think a block like this in Logseq would make sense:
- [[title::The Picture of Dorian Gray]] is a [[type::book]]
written by [[author::Oscar Wilde]].
Rendered, with links, as:
The Picture of Dorian Gray is a book written by Oscar Wilde.
But at the same time that block gain the properties:
type:: book
title:: The Picture of Dorian Gray
author:: Oscar Wilde
This is brilliant! Now I really want this implemented!