Semantic Cite

From artserver wiki
Revision as of 10:56, 27 May 2020 by Andre (talk | contribs)


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

Property Mapping

Which (relevant) citation parameters are to be mapped to semantic properties is define in MediaWiki:Sci-property-definition.

Search External Metdata Records

Special:FindCitableMetadata can be used to find external publication metadata records based on unique identifiers like DOI.

And it also allows to store that record into the wiki with create function.

Questions

  • are the template parameters turn into semantic property:value pairs?
    • it seems to happen with DOI, but not with Title

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"