Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 488 Bytes

Building blocks for JSKOS Wrappers

This repository contrains some helper classes and PHP traits to facilitate writing JSKOS Wrappers:

Checking identifier format

See IDTrait.

Mapping RDF to JSKOS

To facilitate writing wrappers from RDF to JSKOS, a mapping can be written in form of a YAML file (see *Mapping.yml files in directory src/lib). The Mapping is implemented with class JSKOS\RDFMapping.

Passing queries to a Lucene backend

See LuceneTrait.