<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE GmsArticle SYSTEM "http://www.egms.de/dtd/2.0.34/GmsArticle.dtd">
<GmsArticle xmlns:xlink="http://www.w3.org/1999/xlink">
  <MetaData>
    <Identifier>25gmds175</Identifier>
    <IdentifierDoi>10.3205/25gmds175</IdentifierDoi>
    <IdentifierUrn>urn:nbn:de:0183-25gmds1756</IdentifierUrn>
    <ArticleType>Meeting Abstract</ArticleType>
    <TitleGroup>
      <Title language="en">Lowering Barriers: An Accessibility Tool for more intuitive Semantic MediaWiki Querying</Title>
    </TitleGroup>
    <CreatorList>
      <Creator>
        <PersonNames>
          <Lastname>Otto</Lastname>
          <LastnameHeading>Otto</LastnameHeading>
          <Firstname>Christian</Firstname>
          <Initials>C</Initials>
        </PersonNames>
        <Address>
          <Affiliation>Institut f&#252;r Medizinische Statistik, Informatik und Datenwissenschaften (IMSID), Universit&#228;tsklinikum Jena, Jena, Germany</Affiliation>
        </Address>
        <Creatorrole corresponding="no" presenting="no">author</Creatorrole>
      </Creator>
      <Creator>
        <PersonNames>
          <Lastname>Spreckelsen</Lastname>
          <LastnameHeading>Spreckelsen</LastnameHeading>
          <Firstname>Cord</Firstname>
          <Initials>C</Initials>
        </PersonNames>
        <Address>
          <Affiliation>Institut f&#252;r Medizinische Statistik, Informatik und Datenwissenschaften (IMSID), Universit&#228;tsklinikum Jena, Jena, Germany</Affiliation>
        </Address>
        <Creatorrole corresponding="no" presenting="no">author</Creatorrole>
      </Creator>
    </CreatorList>
    <PublisherList>
      <Publisher>
        <Corporation>
          <Corporatename>German Medical Science GMS Publishing House</Corporatename>
        </Corporation>
        <Address>D&#252;sseldorf</Address>
      </Publisher>
    </PublisherList>
    <SubjectGroup>
      <SubjectheadingDDB>610</SubjectheadingDDB>
      <Keyword language="en">Accessibility</Keyword>
      <Keyword language="en">Semantic MediaWiki Queries</Keyword>
      <Keyword language="en">Evidence-based Medicine</Keyword>
    </SubjectGroup>
    <DatePublishedList>
      <DatePublished>20251103</DatePublished>
    </DatePublishedList>
    <Language>engl</Language>
    <License license-type="open-access" xlink:href="http://creativecommons.org/licenses/by/4.0/">
      <AltText language="en">This is an Open Access article distributed under the terms of the Creative Commons Attribution 4.0 License.</AltText>
      <AltText language="de">Dieser Artikel ist ein Open-Access-Artikel und steht unter den Lizenzbedingungen der Creative Commons Attribution 4.0 License (Namensnennung).</AltText>
    </License>
    <SourceGroup>
      <Meeting>
        <MeetingId>M0631</MeetingId>
        <MeetingSequence>175</MeetingSequence>
        <MeetingCorporation>Deutsche Gesellschaft f&#252;r Medizinische Informatik, Biometrie und Epidemiologie</MeetingCorporation>
        <MeetingName>70. Jahrestagung der Deutschen Gesellschaft f&#252;r Medizinische Informatik, Biometrie und Epidemiologie e. V. (GMDS)</MeetingName>
        <MeetingTitle></MeetingTitle>
        <MeetingSession>PS 11: Wissens- und Prozessmanagement</MeetingSession>
        <MeetingCity>Jena</MeetingCity>
        <MeetingDate>
          <DateFrom>20250907</DateFrom>
          <DateTo>20250911</DateTo>
        </MeetingDate>
      </Meeting>
    </SourceGroup>
    <ArticleNo>Abstr. 82</ArticleNo>
  </MetaData>
  <OrigData>
    <TextBlock name="Text" linked="yes">
      <MainHeadline>Text</MainHeadline><Pgraph><Mark1>Introduction:</Mark1> The assessment of publications in evidence-based medicine according to risk of bias criteria is challenging, especially in the trending field of complementary and alternative medicine (CAM) <TextLink reference="1"></TextLink>. This is why we created the CAMIH database, which is based on Semantic MediaWiki (SMW), as a central hub that allows clinicians to create, discuss and synthesize evidence in CAM. While the multitude of customizability options for content creation is a key advantage of SMW, it also imposes a fixed inherent query system on its users for the synthesis of this content, which is the target application of CAMIH. It requires them to know the syntax of SMW, the case-sensitive names of all properties they intend to query, and the available output format options to structure their results the way they want. This is not feasible, even for experienced users.</Pgraph><Pgraph>In this work, we implement the &#8220;CAMIH helper&#8221; (<Hyperlink href="https:&#47;&#47;camih.med.uni-jena.de&#47;helper&#47;">https:&#47;&#47;camih.med.uni-jena.de&#47;helper&#47;</Hyperlink>) tool that significantly simplifies this task and requires only domain knowledge when generating queries. We highlight the advantages of this new tool when compared with the faceted and semantic search directly provided by SMW.</Pgraph><Pgraph><Mark1>Methods:</Mark1> CAMIH helper was implemented using the JavaScript framework Vue3 (<Hyperlink href="https:&#47;&#47;vuejs.org&#47;">https:&#47;&#47;vuejs.org&#47;</Hyperlink>) in conjunction with Python&#39;s Django backend. Design-wise, we aimed for intuitive usability and the generation of only syntactically correct queries, reflected in the following features:</Pgraph><Pgraph><UnorderedList><ListItem level="1">autocompletion for all fields,</ListItem><ListItem level="1">selection of multiple values for a property automatically applies logical OR</ListItem><ListItem level="1">easy application of the wildcard syntax via checkbox,</ListItem><ListItem level="1">default return message &#8220;No results found.&#8221; instead of nothing, when no items match the query,</ListItem><ListItem level="1">variable number of conditions and outputs,</ListItem><ListItem level="1">collapsible tutorial. </ListItem></UnorderedList></Pgraph><Pgraph>In SMW, an ontology is established by subobjects. In our case, Arms, Outcomes, and the associated Publication are subordinate to their respective study. Querying properties of these subobjects or returning query results on one of these levels of granularity requires a specific syntax. This functionality is not present in SMW&#39;s faceted or semantic search features, so we implemented it in CAMIH helper. </Pgraph><Pgraph><Mark1>Results:</Mark1> In exploratory tests, we found that users who were unfamiliar with the SMW syntax but versed in evidence-based medicine were able to quickly create valid queries. This included, in particular, finding relevant properties via autocompletion and the intuitive application of logical operators and wildcards.</Pgraph><Pgraph><Mark1>Discussion:</Mark1> As stated, SMW&#39;s query system has shortcomings in the usability aspect. While the inherent features provide some assistance, they cannot be used to design queries directly on wiki pages and they do not support subobject ontologies. However, we found that one advantage of the faceted search feature is that after selecting, e.g., a certain property, you can see how many results your query will yield if you choose to narrow it down further. Since our helper database is not directly linked to the CAMIH database, we cannot provide this feature right now.</Pgraph><Pgraph><Mark1>Conclusion:</Mark1> In this work, we presented the web-based CAMIH helper tool, which is designed to make the SMW query system more accessible. Our preliminary usability tests showed that domain experts, who have never worked with SMW, were able to quickly construct valid queries.</Pgraph><Pgraph>The authors declare that they have no competing interests.</Pgraph><Pgraph>The authors declare that an ethics committee vote is not required.</Pgraph></TextBlock>
    <References linked="yes">
      <Reference refNo="1">
        <RefAuthor>Chang KH</RefAuthor>
        <RefAuthor>Brodie R</RefAuthor>
        <RefAuthor>Choong MA</RefAuthor>
        <RefAuthor>Sweeney KJ</RefAuthor>
        <RefAuthor>Kerin MJ</RefAuthor>
        <RefTitle>Complementary and alternative medicine use in oncology: A questionnaire survey of patients and health care professionals</RefTitle>
        <RefYear>2011</RefYear>
        <RefJournal>BMC Cancer</RefJournal>
        <RefPage>196</RefPage>
        <RefTotal>Chang KH, Brodie R, Choong MA, Sweeney KJ, Kerin MJ. Complementary and alternative medicine use in oncology: A questionnaire survey of patients and health care professionals. BMC Cancer. 2011 May 24;11:196. DOI: 10.1186&#47;1471-2407-11-19</RefTotal>
        <RefLink>http:&#47;&#47;dx.doi.org&#47;10.1186&#47;1471-2407-11-19</RefLink>
      </Reference>
    </References>
    <Media>
      <Tables>
        <NoOfTables>0</NoOfTables>
      </Tables>
      <Figures>
        <NoOfPictures>0</NoOfPictures>
      </Figures>
      <InlineFigures>
        <NoOfPictures>0</NoOfPictures>
      </InlineFigures>
      <Attachments>
        <NoOfAttachments>0</NoOfAttachments>
      </Attachments>
    </Media>
  </OrigData>
</GmsArticle>