diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 13:16:43 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-13 13:16:43 +0200 |
commit | 325015cc62d9ab12083088308457b1da11f31e07 (patch) | |
tree | 4180dff57c5067cc3db5fb2ecb3fc1f47182d031 | |
parent | cec466d21410dea2fabd3cdf16bc02a6f64f18a0 (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2020-07-01T10:15
-rw-r--r-- | README.md | 64 |
1 files changed, 34 insertions, 30 deletions
@@ -1069,7 +1069,40 @@ Meeting with [Bob]{.f:Person} Link can optionally be made clickable by adding a link to its definition at the bottom. -# Deprecated + +# See also + +http://rdfa.info/ + +Whereas the scope of this project is limited to authoring a specification and maybe developing proof-of-concept parsers for it, some projects doing similar or more than that can be of inspiration. + +[Roam-research](https://roamresearch.com/) +[Org-roam](https://org-roam.readthedocs.io/en/master/) +[TiddlyRoam](https://joekroese.github.io/tiddlyroam/) + +There is also some experimentations on how to use those specifications: +[SemanticMarkdown use cases studies](https://hackmd.io/yrm6X38NQTG6X-g6eyNt_g) + + +Other references : +[RDFa Lite] +[RDFa CURIE] +[RDFa Core] +[RDFa Core Initial Context] + +[RDFa Lite]: https://www.w3.org/TR/rdfa-lite/ + +[RDFa CURIE]: https://www.w3.org/TR/rdfa-core/#s_curies + +[RDFa Core Initial Context]: https://www.w3.org/2011/rdfa-context/rdfa-1.1 + +[RDFa Core]: https://www.w3.org/TR/rdfa-core/ + + + +--- + +# Deprecated Stuff #### Attributes on a word without inline delimiters? @@ -1109,32 +1142,3 @@ Should yield <li>rdfs:comment: <span property="rdfs:comment">Semantic Web Consultant</span></li> </ul> ``` - - -# See also - -http://rdfa.info/ - -Whereas the scope of this project is limited to authoring a specification and maybe developing proof-of-concept parsers for it, some projects doing similar or more than that can be of inspiration. - -[Roam-research](https://roamresearch.com/) -[Org-roam](https://org-roam.readthedocs.io/en/master/) -[TiddlyRoam](https://joekroese.github.io/tiddlyroam/) - -There is also some experimentations on how to use those specifications: -[SemanticMarkdown use cases studies](https://hackmd.io/yrm6X38NQTG6X-g6eyNt_g) - - -Other references : -[RDFa Lite] -[RDFa CURIE] -[RDFa Core] -[RDFa Core Initial Context] - -[RDFa Lite]: https://www.w3.org/TR/rdfa-lite/ - -[RDFa CURIE]: https://www.w3.org/TR/rdfa-core/#s_curies - -[RDFa Core Initial Context]: https://www.w3.org/2011/rdfa-context/rdfa-1.1 - -[RDFa Core]: https://www.w3.org/TR/rdfa-core/ |