Webont introduction - Libby Miller

Hi,

I've been working with RDF since 1998, building demonstrators about
annotations, images and people databases, using a lightweight RDF query
language and implementation (SquishQL/Inkling) in Java.

I have a bunch of RDF files describing me in the foaf namespace
(http://xmlns.com/foaf/0.1/) - see the visualization at

http://swordfish.rdfweb.org/rweb/who?mbox=mailto:libby.miller@bristol.ac.uk

which is part of RDFWeb, a semantic web vapourware project I've been
working on with Dan Brickley (http://rdfweb.org). 

The files are at 
http://swordfish.rdfweb.org/people/libby/rdfweb/

I'm also the RDF calendar taskforce leader - we've been working on
describing iCalendar in RDF
(http://lists.w3.org/Archives/Public/www-rdf-calendar/)

airport info:

<rdf:RDF xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"
xmlns:apt="http://www.megginson.com/exp/ns/airports#"
xmlns:foaf="http://xmlns.com/foaf/0.1/" 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:wordnet="http://xmlns.com/wordnet/1.6/"
>
<foaf:Person>
        <foaf:mbox rdf:resource="mailto:libby.miller@bristol.ac.uk"/>
        <contact:mailbox rdf:resource="mailto:libby.miller@bristol.ac.uk"/>
        <contact:nearestAirport>
	    <wordnet:Airport>
                <apt:iata>BRS</apt:iata>
                <apt:icao>EGGD</apt:icao>		
	    </wordnet:Airport>
        </contact:nearestAirport>
</foaf:Person>
</rdf:RDF>


cheers

Libby

--
Dr Libby Miller

Received on Monday, 12 November 2001 07:35:58 UTC