Find data source by a triple template
Context
- We are trying to render
rdf:type, and we cannot see itsrdfs:label. To solve this, it is enough to downloadrdfontology, and the address of that ontology is hidden within therdf:typeURL. - We want to render
rdf:typewith a label in Russian language; if Russian labels for RDF terms are stored in a separate file then we need to know - that we need an
rdfs:label, - and we need to know that language must be
@ru.
Decision
A function that determines the location of new data must know full triple template that we're trying to interpolate against the graph.
Consequences
- Analyse
…package as a possible alternative - Implement
.find_triple()method for aFacet.