Skip to content

Commit

Permalink
RDF/XML 1.1 link
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Jan 28, 2015
1 parent a9fbc06 commit b839394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class RDFLanguages
* ".owx" is the OWL direct XML syntax.
*/

/** <a href="http://www.w3.org/TR/REC-rdf-syntax/">RDF/XML</a> */
/** <a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a> */
public static final Lang RDFXML = LangBuilder.create(strLangRDFXML, contentTypeRDFXML)
.addAltNames("RDFXML", "RDF/XML-ABBREV", "RDFXML-ABBREV")
.addFileExtensions("rdf", "owl", "xml")
Expand Down

0 comments on commit b839394

Please sign in to comment.