Skip to content

Commit 82c047d

Browse files
Merge branch 'develop'
2 parents cce5b03 + 06e5958 commit 82c047d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ sheXer includes a package to deploy a wer service exposing sheXer with a REST AP
6767

6868
* **Adaptation to Wikidata model**. sheXer includes configuration params to handle Wikidata's data model regarding qualifiers, so you can automatically extract the schema of qualifier nodes too. You can also produce content where each Wikidata ID is associated with its label in comments, as sheXer is integrated with [wLighter](https://github.com/DaniFdezAlvarez/wLighter).
6969

70+
* **Extraction of shapes for federation**. You can configure sheXer to extract information form several endpoints whose URIs are connected. sheXer will extract shapes combining information of both ends which can be helpful fro making federated queries.
71+
7072

7173
## Experimental results
7274

@@ -212,6 +214,7 @@ All this parameters have a default value so you do not need to use any of them.
212214
* namespaces_for_qualifier_props (default None). Provide here a list of namespace in which the indirect properties used to link an entity with a qualifier node can be found. A reasonable configuration for Wikidata is namespaces_for_qualifier_props = \["http://www.wikidata.org/prop/"\] .
213215
* inverse_paths (default False). When it is set to True, sheXer will produce constraints with inverse_paths too. This is, constraints referring to triples in which the target node acst as object. Direct and inverse paths will be sorted in the final results w.r.t. their trutsworthiness score.
214216
* detect_minimal_iri (default False). When it is set to True, each shape will be associated with a regex pattern. That pattern expresses the initial part of the IRI that is common to every isntance used to extract a given shape. This pattern is only serialized when it is a "worthy" one (long enough, not just "http://", etc.).
217+
* federated_sources (default None). It expects to reveive a list of FederatedSource objects. Each one of those objects contains information about how to locate synonyms to URIs in the target source in an external endpoint, so sheXer can extract shapes for federation.
215218

216219

217220
#### Params to tune some features of the output

0 commit comments

Comments
 (0)