In the SWAD-Europe project we are building a 'Semantic Web developer map' using technologies such as RDF/XML, RSS, FOAF, and Dublin Core. The goal is to mark up the geographical locations of Semantic Web developers, researchers, project groups etc.

Documents

TODO

Notes from Libby and DanBri meeting.

We should take notes on OWL-modeling issues that crop up, eg. we talked about having foaf:Organization and foaf:Group; the former for things like ILRT, the latter for things like the ILRT Semantic Web group. OWL allows us to be more explicit in our design, by giving us the vocabulary to answer questions like "are there any things that are both Groups and Organizations?". We can clarify the design both in prose, and through using the owl:disjointWith(?) property.

Our markup needs to...

But it also has to allow us to start gradually, and add complexity and richness in incremental steps. So:

Specific technical things to look at:

Summary (for Caroline):

Status

This is a second draft, eliminating the more controversial examples to focus on the 'nearestAirport' case. I've added a 'group' example that needs checking, foaf:interest and foaf:theme. Comments are very welcome - please send them to public-esw@w3.org, the SWAD-Europe project mailing list.

Issues

Note that we are sketching some new vocabulary terms for FOAF, which may be included in the FOAF schema soon, but are currently undocumented except as they appear here.

Example with the Aktors portal ontology

<rdf:RDF xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"

>

<!--UoB-->

<portal:Organization>

<!-- Information Services -->

<!-- ILRT -->

<!-- SW group in ILRT -->

<!-- issue with xsd-literal -->

<!-- addresses-generic-area-of-interest might be applied here, but currently agents can't have this property -->

<!--see below-->

</portal:Organization>

<portal:Project>

<!-- has-web-address would be useful here, but doesn't work - only agents have web addresses -->

</portal:Project>

</rdf:RDF> }}}

SemanticWebDeveloperMap (last edited 2004-12-14 04:35:07 by static-80-155)