https://bugzilla.wikimedia.org/show_bug.cgi?id=45206
--- Comment #7 from C. Scott Ananian <[email protected]> --- Proposal for new metadata (hammered out with Daniel Friesen's help): <html data-parsoid="{}" prefix="mw: http://mediawiki.org/rdf/"> <head data-parsoid="{}" prefix="dc: http://purl.org/dc/terms/ mwr:http://en.wikipedia.org/wiki/Special:Redirect/"> <meta charset="UTF-8"> <meta property="dc:isFormatOf" resource="mwr:revision/555790550"> <meta about="mwr:revision/555790550" property="mw:articleNamespace" content="0" datatype="xsd:integer"> <meta about="mwr:revision/555790550" property="dc:modified" content="2013-04-15T00:02:02.000Z" datatype="xsd:dateTime"> <meta about="mwr:revision/555790550" property="dc:replaces" resource="mwr:revision/552548208"> <meta about="mwr:revision/555790550" property="mw:revisionSHA1" content="59b13d0d38a8f8992d5f7231f439c8805656f71c"> <meta about="mwr:revision/555790550" property="dc:description" content="replacing with permanent TAFI code"> <meta about="mwr:revision/555790550" property="dc:contributor" resource="mwr:user/153365"> <meta about="mwr:user/153365" property="dc:title" content="Tariqabjotu"> <title>Main Page</title> <base href="//en.wikipedia.org/wiki/"> </head> This uses the Dublin Core metadata terms exclusively, and describes the parsoid output as "a format of" a particular revision of the wikipedia article. That revision is also described as "replacing" an earlier version of the article. The wikipedia user is identified by userid and described as a "contributor" to the particular revision of the wikipedia article. The username is then given as the "title" associated with that userid (which is how dublin core recommends names of people be described). We use CURIEs for the repeated http://en.wikipedia.org/wiki/Special:Redirect/* urls in order to describe the relations more compactly. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
