Skip to content

Fixes typo for rdfs:label URI in schema.rdfa#2312

Merged
danbri merged 1 commit intoschemaorg:masterfrom
Tpt:patch-3
Sep 23, 2019
Merged

Fixes typo for rdfs:label URI in schema.rdfa#2312
danbri merged 1 commit intoschemaorg:masterfrom
Tpt:patch-3

Conversation

@Tpt
Copy link
Contributor

@Tpt Tpt commented Jul 19, 2019

The rdfs:label value was used for the href attribute.

It was leading to the generation of the triple schema:name rdfs:subPropertyOf <rdfs:label> instead of schema:name rdfs:subPropertyOf rdfs:label (the rdfa parsers do not resolve namespace prefixes in the href attribute value).

"rdfs:label" was used as value for the href attribute.
It was leading to the generation of the triple "schema:name rdfs:subPropertyOf <rdfs:label>"
instead of "schema:name rdfs:subPropertyOf rdfs:label"
(the rdfa parsers do not resolve namespace prefixes in the "href" attribute value).
@Tpt
Copy link
Contributor Author

Tpt commented Jul 19, 2019

The CI error does not seem related to this PR

@RichardWallis
Copy link
Contributor

@Tpt You are correct the CI error is not connected with this PR - I am working on a fix.

As to the PR itself, as our parser in the Schema.org site is fine with it it obviously hadn't shown up previously.

@RichardWallis
Copy link
Contributor

@Tpt the CI error now fixed

@Tpt
Copy link
Contributor Author

Tpt commented Jul 25, 2019

@RichardWallis great! Thank you!

@danbri danbri merged commit f3f0295 into schemaorg:master Sep 23, 2019
@Tpt Tpt deleted the patch-3 branch October 14, 2019 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants