https://github.com/micgro42/wikidatashexvalidator
A webapp to validate Wikidata Entities with a ShExC shape
https://github.com/micgro42/wikidatashexvalidator
shex typescript vuejs wikidata
Last synced: about 1 month ago
JSON representation
A webapp to validate Wikidata Entities with a ShExC shape
- Host: GitHub
- URL: https://github.com/micgro42/wikidatashexvalidator
- Owner: micgro42
- License: gpl-3.0
- Created: 2019-05-11T18:17:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T20:39:16.000Z (about 2 years ago)
- Last Synced: 2025-02-11T23:56:53.056Z (3 months ago)
- Topics: shex, typescript, vuejs, wikidata
- Language: TypeScript
- Homepage: https://micgro42.github.io/wikidataShExValidator/
- Size: 3.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikidata ShExC Validator
[](https://sonarcloud.io/dashboard?id=micgro42_wikidataShExValidator)
[](https://sonarcloud.io/dashboard?id=micgro42_wikidataShExValidator)
[](https://sonarcloud.io/dashboard?id=micgro42_wikidataShExValidator)
[](https://sonarcloud.io/dashboard?id=micgro42_wikidataShExValidator)
[](https://sonarcloud.io/dashboard?id=micgro42_wikidataShExValidator)
[](https://codeclimate.com/github/micgro42/wikidataShExValidator/maintainability)
[](https://travis-ci.com/micgro42/wikidataShExValidator)## Usage
This project is available at https://micgro42.github.io/wikidataShExValidator/
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).