Welcome to the CfP Ontology page! Our aim is to revolutionize the process of disseminating Call for Papers. Current state-of-the-art is sending around CfPs via email and apologizing for multiple postings. The CfP ontology can be used to publish CfP's in machine-readable formats, which enables software programs to collect, integrate, and query CfPs. Which means you are free to spend more time on your research!
The vocabulary specification is online.
Automatically created DBWorld conference announcements in RDF.
Just copy the snippet below and change appropriately.
There is a CfP ontology icon available at http://sw.deri.org/2005/08/conf/cfpTiny.gif.
We use Friend of a Friend vocabulary to describe person-related things, such as program comitte membership, together with Geonames URIs for denoting places.
See the Geonames API page for more information.
To find the URL of a place, you can use http://ws.geonames.org/search?q=london&maxRows=10&type=rdf (substitute london for the place you are looking for).
<?xml version='1.0' encoding='iso-8859-1'?>
<rdf:RDF
xmlns:cfp='http://sw.deri.org/2005/08/conf/cfp.owl#'
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf='http://xmlns.com/foaf/0.1/'>
<cfp:Workshop rdf:about='http://www.cs.vu.nl/~holger/ssws2006/'>
<dc:title>Second International Workshop on Scalable Semantic Web Knowledge Base Systems (SSWS 2006)</dc:title>
<cfp:startdate>05-Nov-2006</cfp:startdate>
<cfp:enddate>05-Nov-2006</cfp:enddate>
<cfp:takesplace>
<cfp:Venue rdf:about="http://sws.geonames.org/4180386/">
<foaf:name>Athens, Georgia, USA; N. America</foaf:name>
</cfp:Venue>
</cfp:takesplace>
</cfp:Workshop>
<cfp:CallForPapers>
<cfp:deadline>28-Jul-2006</cfp:deadline>
<cfp:for rdf:resource="http://www.cs.vu.nl/~holger/ssws2006/"/>
<cfp:involved>
<foaf:Person>
<foaf:name>Holger Wache</foaf:name>
<foaf:homepage rdf:resource="http://www.cs.vu.nl/~holger/"/>
</foaf:Person>
</cfp:involved>
</cfp:CallForPapers>
The ESWC 2006 conference ontology at the ESCW 2006 website could blend into the CfP ontology.
The SWAML project is a research project around semantic web technologies to publish mailing list archives in RDF, and shares our vision of providing structured data on the Web.