- From: ssstolk via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Feb 2021 10:48:58 +0000
- To: public-dxwg-wg@w3.org
ssstolk has just created a new issue for https://github.com/w3c/dxwg: == Example 10 contains flawed Turtle == Example 10 of https://www.w3.org/TR/2019/WD-dx-prof-conneg-20191126/ contains typos that mean it does not conform to the Turtle format. ``` # Link headers above represented in Alternate Profiles Data Model # as an OWL ontology <http://example.org/resource/a> altp:hasDefaultRepresentation [ dct:format "text/turtle" ; dct:conformsTo <urn:example:profile:x> ; ] , altp:hasRepresentation [ dct:format "text/turtle" ; dct:conformsTo <urn:example:profile:y> ; ] , [ dct:format "application/xml" ; dct:conformsTo <urn:example:profile:x> ; ] , <http://example.org/resource/different> , [ dct:format "text/html" ; ] . <http://example.org/resource/different> dct:format "application/xml" ; dct:conformsTo <urn:example:profile:y> . ``` Here, semicolons instead of commas ought to be used whenever a property follows (lines 7 and 15 in the snippet above). Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1300 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 February 2021 10:49:00 UTC