Dietmar Glachs created MARMOTTA-503:
---------------------------------------
Summary: LDPath expression with Language selector (on cached
resources)
Key: MARMOTTA-503
URL: https://issues.apache.org/jira/browse/MARMOTTA-503
Project: Marmotta
Issue Type: Bug
Components: LDPath
Affects Versions: 3.2.0
Reporter: Dietmar Glachs
When trying to execute the following LDPath - Statement on a resource which
points (via org:country) to a DBPEDIA-Country (which is cached resource) ...
@prefix org : <http://www.w3.org/ns/org#> ;
name = rdfs:label :: xsd:string;
countryURI = org:country :: xsd:anyURI;
country = org:country / foaf:name[@de] :: xsd:string;
all attributes of the resource with the requested language are selected. - in
the case of http://dbpedia.org/resource/Switzerland the values for
- rdfs:comment@de
- rdfs:label@de
- rdfs:abstract@de
are returned. when you omit the language selection, all attributes of the
resource are returned
--
This message was sent by Atlassian JIRA
(v6.2#6252)