This repository contains (documentation of) the data model of the MetaBelgica platform.
Online available via http://w3id.org/metabelgica/doc/data-model
This repository contains
- The specification (
specdirectory) - RDF vocabularies (
rdfdirectory) - The Wikibase data model (
wikibasedirectory)
You can view the content locally
Serve this directory locally and view the Web page.
This can be done by using http-server.
Execute http-server and
browse to http://localhost:8080.
You can update the specification by doing the following:
- Edit
dev.html - Make sure all your local assets are int he
resourcesfolder, and the links in yourdev.htmlfile are relative (important because the publishing script creates multiple nested paths) - save as snapshot to
index.htmlusing the respec functionality - run
node publish.js index.htmlto get theindex.html+ archived version in thedistfolder - copy the folder
./resourcesinto yourdistfolder