-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tobias John edited this page May 12, 2025
·
8 revisions
RDFMutate is a tool to generate RDF graphs by applying mutation operations to a provided seed graph.
- Installation page contains the documentation on the different options on how to set up RDFMutate on your machine.
-
User Documentation contains information about how to use RDFMutate.
- Muatation Operator Specification provides instructions how to select and define custom mutation operators
- List of Mutation Operators contains a list of all the mutation operators that are already implemented in RDFMutate
- Mask Specification provides instructions how to specify the mask, i.e., constraints, that the generated RDF graphs need to satisfy
- Developer Documentation contains information about how to extend RDFMutate by implementing custom mutation operators, reasoners, mutation strategies and input formats.
Overview
User Documentation
Developer Documentation
Misc