Semantic Cite: Difference between revisions

From artserver wiki
No edit summary
Line 1: Line 1:
=Semantic properties=
See the [http://bibliontology.com/examples.html Bibliographic Ontology Usecase Examples] examples and organized the semantic properties accordingly
The  Bibliographic Ontology uses properties from
* [[MediaWiki:Smw_import_bibo]]
* [[MediaWiki:Smw_import_dc]]




Line 11: Line 20:
* [[Template:SciteHarvardYouTube]]
* [[Template:SciteHarvardYouTube]]


TODO:
=Questions=
* handle multiple author parameters
* are the template parameters turn into semantic property:value pairs?
 
 
 
=TODO: Integrate BibTex records=


=Integrate BibTex records=
<pre>
{{#scite:
|@article{Lampa2017,
  doi = {10.1186/s13326-017-0136-y},
  url = {https://doi.org/10.1186/s13326-017-0136-y},
  year = {2017},
  month = sep,
  publisher = {Springer Science and Business Media {LLC}},
  volume = {8},
  number = {1},
  author = {Samuel Lampa and Egon Willighagen and Pekka Kohonen and Ali King and Denny Vrande{\v{c}}i{\'{c}} and Roland Grafstr\"{o}m and Ola Spjuth},
  title = {{RDFIO}: extending Semantic {MediaWiki} for interoperable biomedical data management},
  journal = {Journal of Biomedical Semantics}
}
}}
</pre>

Revision as of 19:59, 26 May 2020


Semantic properties

See the Bibliographic Ontology Usecase Examples examples and organized the semantic properties accordingly

The Bibliographic Ontology uses properties from


template definitions

The page "MediaWiki:Sci-template-definition describes and maps citation resource types to specific templates with a template containing the rules of how identifiers are expected to be formatted and positioned to generate a citation text." [1]


Harvard referencing style templates

Questions

  • are the template parameters turn into semantic property:value pairs?


TODO: Integrate BibTex records

{{#scite:
|@article{Lampa2017,
  doi = {10.1186/s13326-017-0136-y},
  url = {https://doi.org/10.1186/s13326-017-0136-y},
  year = {2017},
  month = sep,
  publisher = {Springer Science and Business Media {LLC}},
  volume = {8},
  number = {1},
  author = {Samuel Lampa and Egon Willighagen and Pekka Kohonen and Ali King and Denny Vrande{\v{c}}i{\'{c}} and Roland Grafstr\"{o}m and Ola Spjuth},
  title = {{RDFIO}: extending Semantic {MediaWiki} for interoperable biomedical data management},
  journal = {Journal of Biomedical Semantics}
}
}}
... more about "Semantic Cite"
Code Notes +
Date"Date" is a type and predefined property provided by Semantic MediaWiki to represent date values.
2020 +