Abbreviated URIs with rdfns

9. September 2014 um 11:26 5 Kommentare

Working with RDF and URIs can be annoying because URIs such as „http://purl.org/dc/elements/1.1/title“ are long and difficult to remember and type. Most RDF serializations make use of namespace prefixes to abbreviate URIs, for instance „dc“ is frequently used to abbreviate „http://purl.org/dc/elements/1.1/“ so „http://purl.org/dc/elements/1.1/title“ can be written as qualified name „dc:title„. This simplifies working with URIs, but someone still has to remember mappings between prefixes and namespaces. Luckily there is a registry of common mappings at prefix.cc.

A few years ago I created the simple command line tool rdfns and a Perl library to look up URI namespace/prefix mappings. Meanwhile the program is also available as Debian and Ubuntu package librdf-ns-perl. The newest version (not included in Debian yet) also supports reverse lookup to abbreviate an URI to a qualified name. Features of rdfns include:

look up namespaces (as RDF/Turtle, RDF/XML, SPARQL…)

$ rdfns foaf.ttl foaf.xmlns dbpedia.sparql foaf.json

@prefix foaf:  .
xmlns:foaf="http://xmlns.com/foaf/0.1/"
PREFIX dbpedia: 
"foaf": "http://xmlns.com/foaf/0.1/"

expand a qualified name

$ rdfns dc:title

http://purl.org/dc/elements/1.1/title

lookup a preferred prefix

$ rdfns http://www.w3.org/2003/01/geo/wgs84_pos#

geo

create a short qualified name of an URL

$ rdfns http://purl.org/dc/elements/1.1/title

dc:title

I use RDF-NS for all RDF processing to improve readability and to avoid typing long URIs. For instance Catmandu::RDF can be used to parse RDF into a very concise data structure:

$ catmandu convert RDF --file rdfdata.ttl to YAML

5 Comments »

RSS feed for comments on this post. TrackBack URI

  1. investment portfolio

    Abbreviated URIs with rdfns

    Trackback by broker web sites — 27. Mai 2018 #

  2. Pussy888 customer service

    Perl

    Trackback by Pussy888 trik — 24. Dezember 2018 #

  3. สุดยอดร้านค้าลาซาด้า เครื่องครัว หม้ออบไฟฟ้า เตาอบไฟฟ้า ของใช้มากมาย นาฬิกา เครื่องนอน มีทุกสิ่งให้เลือกสรร จัดส่งไว ส่งฟรีทั่วประเทศ

    Trackback by สุดยอดร้านค้าลาซาด้า เครื่องครัว หม้ออบไฟฟ้า เตาอบไฟฟ้า ของใช้มากมาย นาฬิกา เครื่องนอน มีทุกสิ่งให้เลือกสรร จัดส่งไว ส่งฟรีทั่วประเทศ — 7. Juni 2019 #

  4. will taking dht at 16 increase penis size

    Abbreviated URIs with rdfns « Jakoblog — Das Weblog von Jakob Voß

    Trackback by will taking dht at 16 increase penis size — 26. Oktober 2020 #

  5. pacanele cu fotbalisti

    « Jakoblog — Das Weblog von Jakob Voß

    Trackback by pacanele cu fotbalisti — 29. November 2021 #

Sorry, the comment form is closed at this time.