{{ conf.title }}
[{{ conf.type }}]
Abstract
This document represents an automatically generated account of the class instantiation patterns.
The datasource endpoint: {{ conf.default_endpoint |e }}
{% if conf.selected_graphs %}The fingerprinting is not applied to the entire endpoint but is limited to a set of graphs. The selected graphs to fingerprint are:
-
{% for gr in conf.selected_graphs | unique | list %}
{% if gr %}
- {{ gr|e }} {% else %}
- default graph {% endif %} {% endfor %}