PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX ex: <http://example.org/stuff/1.0/>

<https://www.w3.org/TR/rdf12-xml/>
  dc:title "RDF 1.2 XML Syntax" ;
  ex:editor [
    ex:fullName "Gregg Kellogg" ;
    ex:homePage <https://greggkellogg.net/>
  ] .

