paper-with-me

Papers

Semantic bSDD: Improving the GraphQL, JSON and RDF Representations of buildingSmart Data Dictionary

2023-06-25 · Linked Data in Architecture and Construction (LDAC 2023) 2023 6 · Vladimir Alexiev, Mihail Radkov, Nataliya Keberle

The buildingSmart Data Dictionary (bSDD) is an important shared resource in the Architecture, Engineering, Construction, and Operations (AECO) domain. It is a collection of datasets ("domains") that define various classifications (objects representing building components, products, and materials), their properties, allowed values, etc. bSDD defines a GraphQL API, as well as REST APIs that return JSON and RDF representations. This improves the interoperability of bSDD and its easier deployment in architectural Computer Aided Design (CAD) and other AECO software. However, bSDD data is not structured as well as possible, and data retrieved via different APIs is not identical in content and structure. This lowers bSDD data quality, usability and trust. We conduct a thorough comparison and analysis of bSDD data related to fulfillment of FAIR (findable, accessible, interoperable, and reusable) principles. Based on this analysis, we suggest enhancements to make bSDD data better structured and more FAIR. We implement many of the suggestions by refactoring the original data to make it better structured/interconnected, and more "semantic". We provide a SPARQL endpoint using Ontotext GraphDB, and GraphQL endpoint using Ontotext Platform Semantic Objects. Our detailed work is available at https://github.com/Accord-Project/bsdd (open source) and https://bsdd.ontotext.com (home page, schemas, data, sample queries).

📄 PDF Abstract BibTeX

Code (1)

Accord-Project/bsdd

Similar Papers 제목 키워드 기반

Learning GraphQL Query Costs (Extended Version)

2021-08-25 · Georgios Mavroudeas, Guillaume Baudart, Alan Cha, Martin Hirzel 외

GraphQL is a query language for APIs and a runtime for executing those queries, fetching the requested data from existing microservices, REST APIs, databases, or other sources. Its expressiveness and its flexibility have…

Enhancing GraphQL Security by Detecting Malicious Queries Using Large Language Models, Sentence Transformers, and Convolutional Neural Networks

2025-08-14 · Irash Perera, Hiranya Abeyrathne, Sanjeewa Malalgoda, Arshardh Ifthikar arxiv

GraphQL's flexibility, while beneficial for efficient data fetching, introduces unique security vulnerabilities that traditional API security mechanisms often fail to address. Malicious GraphQL queries can exploit the la…

GibbsDDRM: A Partially Collapsed Gibbs Sampler for Solving Blind Inverse Problems with Denoising Diffusion Restoration

2023-01-30 · Naoki Murata, Koichi Saito, Chieh-Hsin Lai, Yuhta Takida 외

Pre-trained diffusion models have been successfully used as priors in a variety of linear inverse problems, where the goal is to reconstruct a signal from noisy linear measurements. However, existing approaches require k…

Blind Image DeblurringDeblurringDenoisingImage Deblurring

Generating Hierarchical JSON Representations of Scientific Sentences Using LLMs

2026-03-08 · Satya Sri Rajiteswari Nimmagadda, Ethan Young, Niladri Sengupta, Ananya Jana 외 arxiv

This paper investigates whether structured representations can preserve the meaning of scientific sentences. To test this, a lightweight LLM is fine-tuned using a novel structural loss function to generate hierarchical J…

DeepJSONEval: Benchmarking Complex Nested JSON Data Mining for Large Language Models

2025-09-30 · Zhicheng Zhou, Jing Li, Suming Qiu, Junjie Huang 외 arxiv

The internet is saturated with low-density, high-redundancy information, such as social media comments, repetitive news, and lengthy discussions, making it difficult to extract valuable insights efficiently. Multi-layer …