Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Turtle upload

ChrDSep 17 2018 — edited Aug 18 2020

Hi

In 18C it should be possible to upload RDF files in Turtle (TTL) format - but what is the purpose of the PREFIX line below (from the Manual) as the Turtle file itself contains one or many PREFIX definitions?

BEGIN

sem_apis.update_model('electronics',

'PREFIX : <http://www.example.org/electronics/>

LOAD <file:///example.nq> INTO GRAPH :cameras',

options=>'LOAD_DIR={MY_DIR}');

END;

/

Kind regards - Christian

This post has been answered by Matperry-Oracle on Sep 17 2018
Jump to Answer

Comments

Talya,

Can you elaborate your usecase on why would you want to do that? Can't you pass them as parameters to the child TF?

-Arun

Shay Shmeltzer-Oracle

You shouldn't be directly accessing a containing page values from a task flow. This will create a situation where your task flow is only usable in a single page.

Instead define parameters to your task flow and pass those from the containing JSF.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2018
Added on Sep 17 2018
1 comment
514 views