[
https://issues.apache.org/jira/browse/MARMOTTA-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jakob Frank resolved MARMOTTA-225.
----------------------------------
Resolution: Implemented
> 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