diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 13:17:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 13:17:32 +0200 |
commit | ff2bf08c325a74ed4e655ad14c75d72ba9143373 (patch) | |
tree | 819cf4ba73dccca33d5358d29dca7ad78fa209a8 | |
parent | 325015cc62d9ab12083088308457b1da11f31e07 (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2020-07-01T10:26
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -955,6 +955,10 @@ Notice how prefixes "schema" and "rdfs" are omitted, because they are implicitly :heavy_exclamation_mark: FIXME: Undecided if prefix declared in the source should always be converted in the output or omitted if unneeded as per Core Initial Context or when unused. ::: +:::danger +:heavy_exclamation_mark: FIXME: The example is inconsistent as it defines 2 properties in the second li : `<li><span property="ex:good_places">Location</span>: <span property="location">somewhere</span></li>` +::: + ### Prefix and link definitions have similar but separate syntax Prefixes mimic the syntax for links, but using curly brackets instead of angle brackets: |