Bibliographic Resources and Citations

In addition to the E&O hint below, the LOC Subject Heading and Vocabulary pages are served in a blended and dispersed human readable form with links to different formats.  This is great for the LOC, but the different formats do not explicitly carry a Public Domain Mark which Public Sector Information is entitled to.  A different way of registering the Public Sector Information Provenance is a Compound Document (which uses multiple existing Standards, including validation, of course).  This would insure that the (embedded) dataset retains all relevant provenance information.

I made the necessary revisions to the XHTML 1.0 Strict schema to include a DCMI bibliographicCitation tag (container class).  The attributes' list serves as a second document <meta>+ section, specific to the contents of the container.  The container content is not validated, but the attributes list (provenance) is validated

<html> ...

<body>...

      <dct:bibliographicCitation
                   style="display:none;"                                                               // content not displayed 
                   type="text/plain; charset=utf-8"                                                // XHTML thinks the content-type is text of some kind
                   media="application/json"                                                          // the real content-type is JSON
                   dct:alternative="Massachusetts"                                               // the Nickname is Massachusetts
                   dct:identifier="[North America].[United States].[Massachusetts]"  // the full text identifier is ...
                   pii:pii="http://purl.org/pii/terms/misc"                                          // there is no Personally Identifiable Information here
                   xlink:type="linkedData"                                                             // this is a collection which may be fragmented at some point
                   xlink:role="http://creativecommons.org/publicdomain/mark/1.0/"   // Public Domain Mark
                   xlink:title="http://www.loc.gov/mads/rdf/v1#Geographic"              // SKOS Top Concept
                   xlink:label="http://www.loc.gov/mads/rdf/v1#authoritativeLabel"    // RDFS Label
                   xmlns:dct="http://purl.org/dc/terms/"                                           // the namespaces besides XHTML apply only to this container
                   xmlns:xlink="http://www.w3.org/1999/xlink"
                   xmlns:pii="http://purl.org/pii/terms/">
      <![CDATA[    RDF/JSON/Chicago Style/Zotero/etc.         ]]>
...</body>
</html>


This should be useful to Governments, NGO's, Libraries smaller commercial organizations, etc. in tracing dispersed Public Sector Information back to the source.  The example documents validate, but I'm going to hold off posting the whole package in case I hear any suggestions for improvement.  There is not much point to making this a formal specification, but it will be very handy for certain *cough* SOPA *cough* problems. 


--Gannon  



----- Original Message -----
From: Gannon Dick <gannon_dick@yahoo.com>
To: eGov IG (Public) <public-egov-ig@w3.org>
Cc: "team-gld-chairs@w3.org" <team-gld-chairs@w3.org>
Sent: Tuesday, November 15, 2011 9:25 AM
Subject: Re: W3C eGovernment Interest Group: Today's Meeting Rescheduled

re: Education and Outreach

While not nearly as much fun as a LEGO breakout, the Community Directory presents a nice leveraging opportunity for E&O.  The Library of Congress Subject Headings and Vocabularies provide data in MADS/RDF.  These URL's in turn can be processed by the W3C RDF Validator to provide Triple Listings and detailed Graphical Visualizations for presentations.

For example: Albania

1. Go To <http://www.rustprivacy.org/2011/phase/gld/cd/>
2. Choose "[Europe].[Albania]" (Nickname:Open Data Albania) this opens <http://id.loc.gov/vocabulary/countries/aa.html>
3. Open the W3C Validator in a new window/tab <http://www.w3.org/RDF/Validator/uri>
4. Copy the link on the LOC Albania page, under Alternate Formats> MADS RDF/XML
5. Paste this link into the Validator "Check by URI" form and (there are several style options available) parse

--Gannon

Received on Friday, 18 November 2011 21:17:32 UTC