Skip to content

Conversation

jaw111
Copy link
Contributor

@jaw111 jaw111 commented Aug 13, 2025

Copy link
Member

@gkellogg gkellogg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example either needs other updates to be consistent with the current RDF/XML state (e.g., <https://www.w3.ort/TR/rdf12-xml> and editors), or it stay they way it was historically.

@w3cbot
Copy link

w3cbot commented Aug 13, 2025

gkellogg marked as non substantive for IPR from ash-nazg.

@jaw111
Copy link
Contributor Author

jaw111 commented Aug 14, 2025

OK, so example 7 in RDF 1.2 XML Syntax should become:

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:ex="http://example.org/stuff/1.0/">
  <rdf:Description rdf:about="https://www.w3.org/TR/rdf12-xml"
             dc:title="RDF 1.2 XML Syntax">
    <ex:editor>
      <rdf:Description ex:fullName="Gregg Kellogg">
        <ex:homePage rdf:resource="https://greggkellogg.net/" />
      </rdf:Description>
    </ex:editor>
  </rdf:Description>
</rdf:RDF>

Also adjust the other examples accordingly.

Is that correct?

@gkellogg
Copy link
Member

That update matches this version, so yes (although I hate to take the credit from Dave).

@jaw111
Copy link
Contributor Author

jaw111 commented Aug 15, 2025

@gkellogg one doubt on the IRI for the recommendation, should that be <https://www.w3.org/TR/rdf12-xml> (no trailing slash) or <https://www.w3.org/TR/rdf12-xml/> (with trailing slash)?

I note the JSON-LD embedded in the HTML has the trailing slash.

@gkellogg
Copy link
Member

The "Latest published version" uses a trailing "/", so that's probably appropriate.

@domel
Copy link
Contributor

domel commented Sep 15, 2025

@jaw111 it is moved to #115

@domel domel closed this Sep 15, 2025
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.

4 participants