w3c / rdf-star

RDF-star specification
https://w3c.github.io/rdf-star/
Other
119 stars 23 forks source link

Typo in section 4.3.2 #119

Closed mark-watson closed 3 years ago

mark-watson commented 3 years ago

I believe that the last line is incorrect, it should start with <<?c a owl:Class>>

For instance, the following syntax expression: EXAMPLE 5 <<?c a owl:Class>> dct:source ?src ; :entailing <<?c a rdfs:Class>> . must be expanded to EXAMPLE 6 <<?c a owl:Class>> dct:source ?src . <<?c a rdfs:Class>> :entailing <<?c a rdfs:Class>> .

hartig commented 3 years ago

Thanks Mark! You are right. We had already fixed this issue in our editors' draft ;-)

https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#example-10-expanding-abbreviations-for-triple-patterns-with-embedded-triple-patterns