
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/22393a316fa11923f82f6ce85195caa71/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "2393a316fa11923f82f6ce85195caa71",
         "interHash" : "a3e8d97a2e79e07332ead282517b459a",
         "label" : "Code for Ultrahyperbolic Knowledge Graph Embeddings",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 23:44:10",
         "changeDate" : "2024-11-10 23:44:10",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-4342", 
         
         "author": [ 
            "Bo Xiong","Shichao Zhu","Mojtaba Nayyeri","Chengjin Xu","Shirui Pan","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Shichao",	"last" : "Zhu"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Chengjin",	"last" : "Xu"},
            	{"first" : "Shirui",	"last" : "Pan"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This is a Pytorch implementation of the paper Ultrahyperbolic Knowledge Graph Embeddings published in KDD 2022. This code is used to reproduce the experiments of the method UltraE, a geometric embedding approach for knowledge graph embeddings. The code is tested on public datasets which can be downloaded from KGEmb. To execute the code, follow the instructions in the README.md file. For more info, please check the paper or feel free to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-4342",
         
         "bibtexKey": "https://doi.org/10.18419/darus-4342"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2b77698a4821997749899e12b775730aa/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "b77698a4821997749899e12b775730aa",
         "interHash" : "b8b776e29ad9e2b21959c36cdc4fdbdb",
         "label" : "Replication Data for NestE: Modeling Nested Relational Structures for Knowledge Graph Reasoning (AAAI'24)",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 12:05:30",
         "changeDate" : "2024-11-10 12:05:30",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3978", 
         
         "author": [ 
            "Bo Xiong","Mojtaba Nayyeri","Linhao Luo","Zihao Wang","Shirui Pan","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Linhao",	"last" : "Luo"},
            	{"first" : "Zihao",	"last" : "Wang"},
            	{"first" : "Shirui",	"last" : "Pan"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This code is a PyTorch implementation of the paper \"NestE: Modeling Nested Relational Structures for Knowledge Graph Reasoning (AAAI'24)\".NestE is a knowledge graph embedding method that can encode nested facts represented by quoted triples (h,r,t) in which the subject and object are triples themselves, e.g., ((BarackObama, holds_position, President), succeed_by, (DonaldTrump, holds_position, President)).We implement six variant models of NetsE based on different hypercomplex number systems. NestE_Q.py for NestE with quaternion. NestE_H.py for NestE with hyperbolic quaternion. NestE_D.py for NestE with split quaternion. NestE_B.py, NestE_HB.py, and NestE_DB.py are the respective version with a translation component. This code is used to reproduce the experiments of the paper. To execute the code, follow the instructions in the README.md file.",
         "doi" : "10.18419/DARUS-3978",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3978"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2bc86d474fa36be5f98be76ab97085cdb/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "bc86d474fa36be5f98be76ab97085cdb",
         "interHash" : "6bc60d33d0ba9c13631ac703c842b1c6",
         "label" : "Code for Shrinking Embeddings for Hyper-relational Knowledge Graphs",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 12:02:52",
         "changeDate" : "2024-11-10 12:02:52",
         "count" : 6,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3979", 
         
         "author": [ 
            "Bo Xiong","Mojtaba Nayyeri","Shirui Pan","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Shirui",	"last" : "Pan"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This is a Pytorch implementation of the paper Shrinking Embeddings for Hyper-relational Knowledge Graphs published in ACL'23.This code is used to reproduce the experiments of the method ShrinkE, a geometric embedding approach for hyper-relational knowledge graphs. The code is implemented with Python 3 and pytorch. The code is tested on public datasets which can be download from StarE. To execute the code, follow the instructions in the README.md file. For more info, please check the paper or feel free to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-3979",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3979"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2eedf02ccc7a74d44cda59ef4b2e1dd6c/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "eedf02ccc7a74d44cda59ef4b2e1dd6c",
         "interHash" : "9257c314a4398c6436b56d2695c56a2f",
         "label" : "Code for Hyperbolic Embedding Inference for Structured Multi-Label Prediction",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 12:02:22",
         "changeDate" : "2024-11-10 12:02:22",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3988", 
         
         "author": [ 
            "Bo Xiong","Mojtaba Nayyeri","Michael Cochez","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Michael",	"last" : "Cochez"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This is a PyTorch implementation of the paper Hyperbolic Embedding Inference for Structured Multi-Label Prediction published in NeurIPS 2022. The code provides the Python scripts to reproduce the experiments in the paper, as well as a proof-of-concept example of the method. To execute the code, follow the instructions in the README.md file. For more info, please check the paper. Please have no hesitation to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-3988",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3988"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2fa048d8866612cf1e8565ed6292fb352/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "fa048d8866612cf1e8565ed6292fb352",
         "interHash" : "6bc60d33d0ba9c13631ac703c842b1c6",
         "label" : "Code for Shrinking Embeddings for Hyper-relational Knowledge Graphs",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 12:00:14",
         "changeDate" : "2024-11-10 12:00:14",
         "count" : 6,
         "pub-type": "misc",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3979", 
         
         "author": [ 
            "Bo Xiong","Mojtaba Nayyeri","Shirui Pan","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Shirui",	"last" : "Pan"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This is a Pytorch implementation of the paper Shrinking Embeddings for Hyper-relational Knowledge Graphs published in ACL'23.This code is used to reproduce the experiments of the method ShrinkE, a geometric embedding approach for hyper-relational knowledge graphs. The code is implemented with Python 3 and pytorch. The code is tested on public datasets which can be download from StarE. To execute the code, follow the instructions in the README.md file. For more info, please check the paper or feel free to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-3979",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3979"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2a31a7f1fe87f647f7eece639e229049c/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "a31a7f1fe87f647f7eece639e229049c",
         "interHash" : "e504e90e7154b08aac66a634a2841ccc",
         "label" : "Code for Faithful Embeddings for EL++ Knowledge Bases",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 11:57:44",
         "changeDate" : "2024-11-10 11:58:19",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3989", 
         
         "author": [ 
            "Bo Xiong","Nico Potyka","Trung-Kien Tran","Mojtaba Nayyeri","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Bo",	"last" : "Xiong"},
            	{"first" : "Nico",	"last" : "Potyka"},
            	{"first" : "Trung-Kien",	"last" : "Tran"},
            	{"first" : "Mojtaba",	"last" : "Nayyeri"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         
         "doi" : "10.18419/DARUS-3989",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3989"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/29da98378d04a53d7e9354070f88d808d/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "9da98378d04a53d7e9354070f88d808d",
         "interHash" : "93e6457b7e948a839dd8d92a43b119ba",
         "label" : "Raw audio samples of the CNVVE dataset",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 10:59:18",
         "changeDate" : "2024-11-10 10:59:18",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3897", 
         
         "author": [ 
            "Ramin Hedeshy","Raphael Menges","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Ramin",	"last" : "Hedeshy"},
            	{"first" : "Raphael",	"last" : "Menges"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This CNVVE Dataset contains raw audio samples encompassing six distinct classes of voice expressions, namely \u201CUh-huh\u201D or \u201Cmm-hmm\u201D, \u201CUh-uh\u201D or\u201Cmm-mm\u201D, \u201CHush\u201D or \u201CShh\u201D, \u201CPsst\u201D, \u201CAhem\u201D, and Continuous humming, e.g., \u201Chmmm.\u201D Audio samples of each class are found in the respective folders. The samples are recorded through a dedicated website for data collection that defines the purpose and type of voice data by providing example recordings to participants as well as the expressions\u2019 written equivalent, e.g., \u201CUh-huh\u201D. Audio recordings were automatically saved in the .wav format and kept anonymous, with a sampling rate of 48 kHz and a bit depth of 32 bits.This dataset contains a raw version of the samples. A cleaned version of these samples can be found on https://doi.org/10.18419/darus-3898. For more info, please check the paper or feel free to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-3897",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3897"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2449dd0c47a672d4d440b0a7b22c7c2e3/analyticcomp",         
         "tags" : [
            "dataset"
         ],
         
         "intraHash" : "449dd0c47a672d4d440b0a7b22c7c2e3",
         "interHash" : "495829c90ab3af88e7162a6a4eba3295",
         "label" : "CNVVE Dataset clean audio samples",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-11-10 10:57:35",
         "changeDate" : "2024-11-10 10:57:35",
         "count" : 4,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2024", 
         "url": "https://darus.uni-stuttgart.de/citation?persistentId=doi:10.18419/darus-3898", 
         
         "author": [ 
            "Ramin Hedeshy","Raphael Menges","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Ramin",	"last" : "Hedeshy"},
            	{"first" : "Raphael",	"last" : "Menges"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "abstract": "This CNVVE Dataset contains clean audio samples encompassing six distinct classes of voice expressions, namely \u201CUh-huh\u201D or \u201Cmm-hmm\u201D, \u201CUh-uh\u201D or\u201Cmm-mm\u201D, \u201CHush\u201D or \u201CShh\u201D, \u201CPsst\u201D, \u201CAhem\u201D, and Continuous humming, e.g., \u201Chmmm.\u201D Audio samples of each class are found in the respective folders. These audio samples have undergone a thorough cleaning process. The raw samples are published in https://doi.org/10.18419/darus-3897. Initially, we applied the Google WebRTC voice activity detection (VAD) algorithm on the given audio files to remove noise or silence from the collected voice signals. The intensity was set to \"2\", which could be a value between \"1\" and \"3\". However, because of variations in the data, some files required additional manual cleaning. These outliers, characterized by sharp click sounds (such as those occurring at the end of recordings), were addressed. The samples are recorded through a dedicated website for data collection that defines the purpose and type of voice data by providing example recordings toparticipants as well as the expressions\u2019 written equivalent, e.g., \u201CUh-huh\u201D. Audio recordings were automatically saved in the .wav format and keptanonymous, with a sampling rate of 48 kHz and a bit depth of 32 bits. For more info, please check the paper or feel free to contact the authors for any inquiries.",
         "doi" : "10.18419/DARUS-3898",
         
         "bibtexKey": "https://doi.org/10.18419/darus-3898"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/29727b5b393a2f25749553327a6e8f3f2/analyticcomp",         
         "tags" : [
            "dataset","ac-krbuilding"
         ],
         
         "intraHash" : "9727b5b393a2f25749553327a6e8f3f2",
         "interHash" : "14cb5201a41ed8fc7cd97eb2549869c7",
         "label" : "BHoM to bhOWL converter",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-03-03 18:58:56",
         "changeDate" : "2024-03-03 18:58:56",
         "count" : 6,
         "pub-type": "dataset",
         "publisher":"DaRUS",
         "year": "2023", 
         "url": "https://doi.org/10.18419/darus-3364", 
         
         "author": [ 
            "Diellza Elshani","Alessio Lombardi","Daniel Hernández","Steffen Staab","Al Fisher","Thomas Wortmann"
         ],
         "authors": [
         	
            	{"first" : "Diellza",	"last" : "Elshani"},
            	{"first" : "Alessio",	"last" : "Lombardi"},
            	{"first" : "Daniel",	"last" : "Hernández"},
            	{"first" : "Steffen",	"last" : "Staab"},
            	{"first" : "Al",	"last" : "Fisher"},
            	{"first" : "Thomas",	"last" : "Wortmann"}
         ],
         
         "version" : "V1",
         
         "doi" : "10.18419/darus-3364",
         
         "bibtexKey": "darus-3364_2023"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2569739ac7e0c945d190903325999a908/analyticcomp",         
         "tags" : [
            "ac-coffee","myown","dataset","ac-krbuilding","ac-knowgraphs"
         ],
         
         "intraHash" : "569739ac7e0c945d190903325999a908",
         "interHash" : "83886032a3b65723c5b5205faf613673",
         "label" : "Code and benchmark for NPCS, a Native Provenance Computation for SPARQL",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-02-27 22:01:12",
         "changeDate" : "2024-02-27 22:02:00",
         "count" : 5,
         "pub-type": "misc",
         
         "year": "2024", 
         "url": "https://doi.org/10.18419/darus-3973", 
         
         "author": [ 
            "Zubaria Asma","Daniel Hernandez","Luis Galárraga","Giorgos Flouris","Irini Fundulaki","Katja Hose"
         ],
         "authors": [
         	
            	{"first" : "Zubaria",	"last" : "Asma"},
            	{"first" : "Daniel",	"last" : "Hernandez"},
            	{"first" : "Luis",	"last" : "Galárraga"},
            	{"first" : "Giorgos",	"last" : "Flouris"},
            	{"first" : "Irini",	"last" : "Fundulaki"},
            	{"first" : "Katja",	"last" : "Hose"}
         ],
         "note": "Related to: A. Zubaria, D. Hernández, L. Galárraga, G. Flouris, I. Fundulaki, and K. Hose. NPCS: Native Provenance Computation for SPARQL. Proceedings of the ACM Web Conference 2024 (WWW '24), May13-17, 2024, Singapore, Singapore, ACM, (May 2024). doi: 10.1145/3589334.3645557","abstract": "Code for the implementation and benchmark of NPCS, a Native Provenance Computation for SPARQL.The code in this dataset includes the implementation of the NPCS system, which is a middleware for SPARQL endpoints that rewrites queries to queries that annotate answers with provenance polynomials (i.e., how-provenance data). The translation rules implemented for the query rewriting can be seen in the paper.Also, the code contains scripts that include scripts and services to automatize the query execution.We use GraphDB (version 10.2.0) and Stardog (version 9.1.0) for the SPARQL endpoints. Because of the license restrictions, these software products cannot be included in this dataset and must be downloaded from the respective vendors. Also, the data must be loaded using the respective bulk loaders of GraphDB and Stardog.The datasets used in the experiments can be generated synthetic dataset generator of the WatDiv benchmark. The Wikidata dataset corresponds to the full RDF dump from May 22, 2023.Do not hesitate to contact the authors for any inquiries.",
         "affiliation" : "Asma, Zubaria/FORT-ICS, Hernández, Daniel/University of Stuttgart, Galárraga, Luis/INRIA, Flouris, Giorgos/FORTH-ICS, Fundulaki, Irini/FORTH-ICS, Hose, Katja/TU Wien",
         
         "orcid-numbers" : "Asma, Zubaria/0000-0002-9402-7487, Hernández, Daniel/0000-0002-7896-0875, Galárraga, Luis/0000-0002-0241-5379, Flouris, Giorgos/0000-0002-8937-4118, Fundulaki, Irini/0000-0002-4812-9896, Hose, Katja/0000-0001-7025-8099",
         
         "doi" : "10.18419/darus-3973",
         
         "bibtexKey": "asma2024benchmark"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2cace57330b8ae69b95db89906ff897db/analyticcomp",         
         "tags" : [
            "ac-coffee","dataset","ac-krbuilding"
         ],
         
         "intraHash" : "cace57330b8ae69b95db89906ff897db",
         "interHash" : "9725259f151ce42e4f4b5eb383303ef0",
         "label" : "Code for From Shapes to Shapes",
         "user" : "analyticcomp",
         "description" : "",
         "date" : "2024-02-21 11:06:56",
         "changeDate" : "2024-02-21 11:06:56",
         "count" : 4,
         "pub-type": "misc",
         
         "year": "2024", 
         "url": "", 
         
         "author": [ 
            "Philipp Seifer","Daniel Hernández","Ralf Lämmel","Steffen Staab"
         ],
         "authors": [
         	
            	{"first" : "Philipp",	"last" : "Seifer"},
            	{"first" : "Daniel",	"last" : "Hernández"},
            	{"first" : "Ralf",	"last" : "Lämmel"},
            	{"first" : "Steffen",	"last" : "Staab"}
         ],
         "note": "Related to: Philipp Seifer, Daniel Hernández, Ralf Lämmel, and Steffen Staab. 2024. From Shapes to Shapes: Inferring SHACL Shapes for Results of SPARQL CONSTRUCT Queries. In Proceedings of the ACM Web Conference 2024 (WWW \u201924). ACM. doi: 10.1145/3589334.3645550","abstract": "This dataset contains the implementation code for an algorithm to infer SHACL shapes that the graph returned by an SPARQL CONSTRUCT query must satisfy if the input satisfies a given set of SHACL shapes. This dataset also includes an evaluation for the algorithm. The algorithm implemented in this dataset is proposed in the paper From Shapes to Shapes: Inferring SHACL Shapes for Results of SPARQL CONSTRUCT Queries. To execute the code, follow the instructions in the README.md file. For more info, please check the paper, and please have no hesitation to contact the authors for any inquiries.",
         "affiliation" : "Seifer, Philipp/University of Koblenz, Hernández, Daniel/University of Stuttgart, Lämmel, Ralf/University of Koblenz, Staab, Steffen/University of Stuttgart",
         
         "orcid-numbers" : "Seifer, Philipp/0000-0002-7421-2060, Hernández, Daniel/0000-0002-7896-0875, Lämmel, Ralf/0000-0001-9946-4363, Staab, Steffen/0000-0002-0780-4154",
         
         "doi" : "10.18419/darus-3977",
         
         "bibtexKey": "seifer2024shapes"

      }
	  
   ]
}
