Hans Brende created ANY23-344:
---------------------------------
Summary: MicrodataExtractor not relativizing urls correctly
Key: ANY23-344
URL: https://issues.apache.org/jira/browse/ANY23-344
Project: Apache Any23
Issue Type: Bug
Components: microdata
Affects Versions: 2.2
Reporter: Hans Brende
Fix For: 2.3
Using this webpage: http://ruben.verborgh.org/tmp/schemaorg-test.html
We get the triples:
[some id] <http://schema.org/name>
<https://ruben.verborgh.org/tmp/schemaorg-test.html//>
and
[some id] <http://schema.org/url>
<https://ruben.verborgh.org/tmp/schemaorg-test.html//>
where [google's structured data testing
tool|https://search.google.com/structured-data/testing-tool/u/0/#url=http%3A%2F%2Fruben.verborgh.org%2Ftmp%2Fschemaorg-test.html]
gets the triples:
[some id] <http://schema.org/name> <https://ruben.verborgh.org/>
and
[some id] <http://schema.org/url> <https://ruben.verborgh.org/>
name and url are originally specified on the webpage as:
<a itemprop="name url" href="/">
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)