This project is not covered by Drupal’s security advisory policy.

WissKI Default Data Model installs a WissKI Environment with preconfigured Pathbuilder, WissKI Entities and Bundles (including form and view modes), Views, and dependent Modules to record cultural heritage items.

Prerequisites

  • A working SPARQL 1.1 Endpoint (i.e. OpenGDB)
  • You need to install WissKI Starter recipe first and load the default data model ontology and configure a WissKI SALZ adapter. Adapter must have the machine name "default".
  • The WissKI Default Ontologie Version ^2 
  • Ensure to have your composer ready to unpack recipes
    composer config allow-plugins.drupal/core-recipe-unpack true
    composer require drupal/core-recipe-unpack
  • Conditional fields module has an unresolved issue so far, so you need to set the minimum stability to dev and add the issue fork with: 
    composer config minimum-stability dev
    composer config repositories.1 git https://git.drupalcode.org/issue/conditional_fields-3495402.git

Installation

Get the recipe, install it, recreate all WissKI menus and clear caches.

composer require 'drupal/wisski_default_data_model:^1.4'
drush recipe ../recipes/wisski_default_data_model
drush wisski-core:recreate-menus
drush cr

Package

Modules

Data model

Find detailed information about the preconfigured Pathbuilder, and WissKI Entities and Bundles on the WissKI Barrels information page.

Project information

  • Ecosystem: WissKI
  • Created by rnsrk on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases