Simon Stier

Results 35 issues of Simon Stier

Dealing with ontology concepts like the relation "has part" often leads to deeply nested structures in a SMW. Example data structure: ``` Car-(has part)->Steering wheel-(has shape)->round Car-(has part)->Chassis-(has part)->Axle-(has part)->Wheel-(has...

feature

### Setup - SMW version: 4.1.1 (also tested: 3.2.3) - MW version: 1.39.3 (also tested: 1.35.7) - PHP version: 7.4.33 (also tested: 8.1) - DB system (MySQL, Blazegraph, etc.) and...

bug

[Help:Import_vocabulary](https://www.semantic-mediawiki.org/wiki/Help:Import_vocabulary#Selected_list_of_imported_vocabularies) states that, among others, schema.org is imported by default. However, https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/data/import/smw.vocab.json only lists skos, foaf, and owl, which is also described on [Help:Contents_import](https://www.semantic-mediawiki.org/wiki/Help:Contents_import). According to [Help:$smwgImportFileDirs](https://www.semantic-mediawiki.org/wiki/Help:$smwgImportFileDirs) additional import directories...

question

### General information - json-editor version: 2.14.0 ### Expected behavior Each array element should have a unique ID ### Actual behavior The first copy has the same UUID as the...

bug

### General information - json-editor version: 2.14.0 ### Expected behavior #1141 describes a way to set the current date and time as a default for a field by using a...

### General information - json-editor version: 2.14.0 ### Expected behavior Selectize, Choices and Select2 should work also with dynamic enums / watched properties ### Actual behavior Selectize, Choices and Select2...

### General information Background: - json-editor version: 2.10.1 Goal: - modify the copied row/object, e.g. reset fields that should be unique to an empty value ### Expected behavior `copyRow`, triggered...

**Is your feature request related to a problem? Please describe.** We are currently working on a link schema repo https://opensemantic.world/ combining json-schema and json-ld, similar to https://github.com/linkml/linkml/issues/474 On the way...

enhancement
generator-pydantic
community-generated
developer-days

```jsonld { "@context": { "@version": 1.1, "@base":"http://example.com/vocab/", "name": {"@id": "http://example.com/vocab#test", "@type": "@id"} }, "@id": "http://example.org/places#BrewEats", "@type": "Restaurant", "name": "Restaurant" } ``` expands to ```jsonld [ { "@id": "http://example.org/places#BrewEats", "@type": [...

question

`$wgCitizenEnableCollapsibleSections = false;` disables the JS-functionality, but does not influence the generated section html (including the collapse-button). I was wondering if it's possible to skip BodyContent:makeSections completely when `$wgCitizenEnableCollapsibleSections =...