Re: Linked Data Glossary is published!

I agree, this is a good reference document!

How about adding RDFa markup to turn the actual HTML Note into Linked Data?
Depending on how you've edited the source, it could just take a couple of
minutes. I just had a go with the HTML source, and got the bulk right.

Detailed edits (or for non-developers, illegible gibberish):

    curl http://www.w3.org/TR/ld-glossary/ -o ld-glossary.html
    vim -es ld-glossary.html <<-EOF
        %s/<body/& typeof="skos:ConceptScheme"/
        %s/<h1 .*id="title"/& property="dc:title"/
        %s/id="scope".\+\_s\+<p/& property="dc:description"/
        g/\(<section id="\)\([^"]\+\)">\(\_..*<h2><span
class="secno">\d\+\. <\/span>\)\([^<]\+\)/s!!\1\2" rev="skos:inScheme"
resource="#\2" typeof="skos:Concept">\3<span
property="skos:prefLabel">\4</span>! | let s=@/ | put ='<div
property=\"skos:definition\">' | +1s/<a href="#\(bib-\)\@![^"]\+"/&
property="skos:related"/g | exec '/<\/section>/' | let @/=s | put! ='</div>'
        %s/See <a href="#[^"]\+"/& property="owl:exactMatch"/
        "%s/\(See also.*\)\@<= <a href="#[^"]\+"/& property="skos:related"/g
        wq
    EOF

(I verified the resulting RDFa with the extractor in RDFLib, and ocularly
using my simple RDFa CSS [1].)

The results could be further improved of course, e.g. by:

* capturing links to (and names of) editors, publisher, license;
* polishing what is captured in the skos:definition (e.g. leaving the "See
also" part out);
* replacing my desperate use of exactMatch with just supplying an altLabel
for the target concept.

But I think this could be good enough for now. (And good dogfooding for
Linked Data.)

Cheers,
Niklas

[1]: https://github.com/niklasl/rdfa-lab/wiki/RDFa-CSS




On Fri, Jun 28, 2013 at 5:40 PM, Bernadette Hyland <bhyland@3roundstones.com
> wrote:

> Hi Bernard,
> Yes, the GLD WG discussed but at the time we said we wanted to prioritize
> getting the HTML version out before our charter ended.   Now that it done,
> it is easy to produce a version as LOD using SKOS.  I'll suggest it to the
> newly formed Open Data Directory Community Group as we can easily publish
> the glossary as LOD on w3.org namespace. If people agree, I'll commit to
> doing it in July.
>
> Once published as LOD, I encourage others to take it & extend it as they
> see useful.  Thanks for the suggestion.
>
> Cheers,
>
> Bernadette Hyland
> CEO, 3 Round Stones, Inc.
>
> *Skype. BernHyland*
> *Main. +1-877-290-2127
> http://3roundstones.com
> @3RoundStones
>
> Linked Data Specialists
> *
>
> On Jun 27, 2013, at 12:20 PM, Bernard Vatant <bernard.vatant@mondeca.com>
> wrote:
>
> Hi Bernadette
>
> Great job. What about a publication of the glossary as linked data? In
> SKOS for example :)
>
> Bernard
>
> *Bernard Vatant
> *
> Vocabularies & Data Engineering
> Tel :  + 33 (0)9 71 48 84 59
>  Skype : bernard.vatant
> Blog : the wheel and the hub <http://bvatant.blogspot.com/>
> Linked Open Vocabularies : lov.okfn.org
> --------------------------------------------------------
> *Mondeca**          **                   *
> 3 cité Nollez 75018 Paris, France
> www.mondeca.com
> Follow us on Twitter : @mondecanews <http://twitter.com/#%21/mondecanews>
> ----------------------------------------------------------
> Meet us during the European Open Data Week <http://opendataweek.org/> in
> Marseille (June 25-28)
>
>
>
>
> 2013/6/27 Bernadette Hyland <bhyland@3roundstones.com>
>
>> Hi,
>> On behalf of the editors, I'm pleased to announce the publication of the
>> peer-reviewed *Linked Data Glossary* published as a W3C Working Group
>> Note effective 27-June-2013.[1]
>>
>> We hope this document serves as a useful glossary containing terms
>> defined and used to describe Linked Data, and its associated vocabularies
>> and best practices for publishing structured data on the Web.
>>
>> The LD Glossary is intended to help foster constructive discussions
>> between the Web 2.0 and 3.0 developer communities, encouraging all of us
>> appreciate the application of different technologies for different use
>> cases.  We hope the glossary serves as a useful starting point in your
>> discussions about data sharing on the Web.
>>
>> Finally, the editors are grateful to David Wood for contributing the
>> initial glossary terms from Linking Government Data<http://www.springer.com/computer/database+management+%26+information+retrieval/book/978-1-4614-1766-8>,
>> (Springer 2011). The editors wish to also thank members of the Government
>> Linked Data Working Group <http://www.w3.org/2011/gld/> with special
>> thanks to the reviewers and contributors: Thomas Baker, Hadley Beeman,
>> Richard Cyganiak, Michael Hausenblas, Sandro Hawke, Benedikt Kaempgen,
>> James McKinney, Marios Meimaris, Jindrich Mynarz and Dave Reynolds who
>> diligently iterated the W3C Linked Data Glossary in order to create a
>> foundation of terms upon which to discuss and better describe the Web of
>> Data.  If there is anyone that the editors inadvertently overlooked in this
>> list, please accept our apologies.
>>
>> Thank you one & all!
>>
>> Sincerely,
>> Bernadette Hyland<http://3roundstones.com/about-us/leadership-team/bernadette-hyland/>,
>> 3 Round Stones <http://3roundstones.com/> Ghislain Atemezing<http://www.eurecom.fr/%7Eatemezin>,
>> EURECOM <http://www.eurecom.fr/> Michael Pendleton, US Environmental
>> Protection Agency <http://www.epa.gov/> Biplav Srivastava, IBM<http://www.ibm.com/in/research/>
>>
>> W3C Government Linked Data Working Group
>> Charter: http://www.w3.org/2011/gld/
>>
>> [1] http://www.w3.org/TR/ld-glossary/
>>
>
>
>

Received on Friday, 5 July 2013 13:01:49 UTC