Templates not working without TermType
まだ誰も着手していません。
評価
調査の方向性
Start by reproducing the minimal JSONPath and RML mapping example from the issue, then locate the code that handles rml:template values when rml:termType is absent. Done means the typeless template produces the expected canonical RDF/XSD value instead of omitting the triple, while the explicitly literal case remains unchanged.
索引モデルが issue の本文から書いたものです。
説明
When using rml:template to construct an expression value without a corresponding rml:termType, the triples in question are missing from the output, except when they result in a well-formed HTTP URI. According to the RML spec however, any resulting string (not NULL) needs to be mapped to its canonical RDF/XSD form.
Minimal example:
:mapping a rml:TriplesMap ;
rml:logicalSource [
# JSONPath root iterator over { "key": "value" }
] ;
rml:subjectMap [ rml:termType rml:BlankNode ] ;
rml:predicateObjectMap [
rml:predicate <urn:example:typeless> ;
rml:objectMap [ rml:template "key" ] ;
], [
rml:predicate <urn:example:typed> ;
rml:objectMap [
rml:termType rml:Literal ;
rml:template "key"
] ;
] .
Output:
_:Blank1 <urn:example:typed> "key" .
- 主要言語
- Java
- スター
- 3
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
RMLio/MappingWeaver-java のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
RMLio/MappingWeaver-java#11 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
RMLio/MappingWeaver-java#13 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
RMLio/MappingWeaver-java#12 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
RMLio/MappingWeaver-java#10 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 55/100
RMLio/MappingWeaver-java の issue をすべて見る
似ている issue
-
area/plugin
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
kestra-io/plugin-kestra#190 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
integra-team-red/meet-map#249 ·
-
[Studio][Bug] Cancelled create-user dialog keeps the password and admin switch for the next attempt オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
apache/rocketmq-dashboard#5064 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
wso2/dpdp-accelerator#287 ·