Skip to content

RDF syntax check

Actions
Iterates all RDF files in the repository and validates their syntax. It fails when an invalid file is detected
v1.0.5
Latest
Star (12)

RDF syntax check

GH action that iterates all RDF files in the repository and validates their syntax using Apache Jena's riot parser. The action fails as soon as an invalid file is detected.

Usage example

name: RDF data validation

on:
  push:
    paths:
      - '**.ttl'
      - '**.trig'
      - '**.nt'
      - '**.nq'
      - '**.rdf'
      - '**.trix'
      - '**.jsonld'

jobs:
  rdf-syntax-check:
    runs-on: ubuntu-latest
    steps:
      - name: RDF syntax check
        uses: AtomGraph/[email protected]

RDF syntax check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Iterates all RDF files in the repository and validates their syntax. It fails when an invalid file is detected
v1.0.5
Latest

RDF syntax check is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.