You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/09/10 12:58:51 UTC

[jira] [Commented] (MARMOTTA-225) Serializing ldpath field mappings with URIs as fieldname does not work correctly

    [ https://issues.apache.org/jira/browse/MARMOTTA-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762945#comment-13762945 ] 

ASF subversion and git services commented on MARMOTTA-225:
----------------------------------------------------------

Commit 1a3a45ccc5724113ae1f5d6ada219d1a34152213 in branch refs/heads/develop from [~jakob]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;h=1a3a45c ]

MARMOTTA-225: fixed re-serialisation of URIs as fieldname
                
> Serializing ldpath field mappings with URIs as fieldname does not work correctly
> --------------------------------------------------------------------------------
>
>                 Key: MARMOTTA-225
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-225
>             Project: Marmotta
>          Issue Type: Bug
>          Components: LDPath
>    Affects Versions: 3.0-incubating
>            Reporter: Jakob Frank
>            Assignee: Jakob Frank
>             Fix For: 3.1-incubating
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> In ldpath it is possible to create a fieldmapping that is using an URI as field-name. The idea behind this is to create new properties based on ldpath constructs.
> However, the serialization of such a fieldmapping is invalid and cannot be parsed:
> INPUT (valid):
> @prefix ex: <http://example.com/ldpath#>;
> ex:bar = ex:title :: xsd:string;
> Parsed and serialized (invalid):
> @prefix ex: <http://example.com/ldpath#>
> http://example.com/ldpath#bar = ex:title :: xsd:string;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira