You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2016/05/02 12:21:13 UTC

[jira] [Updated] (MARMOTTA-522) Import doesn't honor TRIG context, puts meta data into default context unless manually selected

     [ https://issues.apache.org/jira/browse/MARMOTTA-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Fernández updated MARMOTTA-522:
--------------------------------------
    Fix Version/s:     (was: 3.4.0)
                   3.5.0

> Import doesn't honor TRIG context, puts meta data into default context unless manually selected
> -----------------------------------------------------------------------------------------------
>
>                 Key: MARMOTTA-522
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-522
>             Project: Marmotta
>          Issue Type: Improvement
>          Components: Admin Interface
>    Affects Versions: 3.3.0
>            Reporter: Joshua Dunham
>            Assignee: Sebastian Schaffert
>            Priority: Minor
>              Labels: ADMIN-INTERFACE, CONTEXT, IMPORT, TRIG
>             Fix For: 3.5.0
>
>
> When importing TRIG data via the admin interface the import will not honor the namespace / context in the TRIG file and instead will put the data into the default context. 
> - Sample TRIG - 
> =============
> @prefix context: <http://server.com:8080/marmotta/context/> .
> @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
> @prefix foaf: <http://xmlns.com/foaf/0.1/> .
> context:people {
> 	vrtx:JenniferLopez a foaf:Person ;
> 		 foaf:givenname "Jennifer" ;
> 		foaf:family_name "Lopez" ;
> 		foaf:phone "+1-617-555-1212" ;
>       		foaf:mbox <ma...@vrtx.com> .
> }
> ===========
> - Desire is to have the importer parse the TRIG and insert data into the correct namespace / context. In this case it is defined as 'people'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)