Authors
Paul Hollands
URI
http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/0.2/
Previous version
http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/0.1/
Revision
$Revision: 0.2 $
Last update
$Date: 2005/06/20 21:58:18.295 GMT $
Status
Draft
Rights
Copyright © 2004-2005 Paul Hollands
Available under a Creative Commons License. Some rights reserved by the author.
Description
With RSS we have the ability grab news and summaries from other websites and display them on our portals. However, a key property of news is that they describe something that just happened. Therefore the most interesting news are the newest news.
Like events, funding opportunities need to be sorted and treated differently in RSS feeds. You don't wish to know necessarily which funding opportunities have been publicised and added to a particular channel most recently. Rather you wish to filter them by the target groups they are aimed at, the subjects they cover and most importantly have them sorted in ascending order by their deadline dates for application, with opportunities with upcoming deadlines cited first.
The following module builds upon the RSS 1.0 event module with which it is intended to be used in conjunction. It also utilizes RDF representations of vCard information and FOAF (Friend of a Friend).
While this module is primarily designed to allow interoperation and sharing of funding opportunity information among the UK Higher Education Academy it's use further abroad would be most welcome.
Namespace decalaration
- <xmlns:fundop=http://www.ltsn-01.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#/>
RDF Schema definition document
The following RDFS document is embedded in this page: http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule
RSS 1.0 module for funding opportunities in UK higher education
Opportunity Class
The overarching class for funding opportunities. Each Item should have a corresponding Opportunity node. Either provide the Item with a fundops:opportunity property referencing the rdf:nodeID for its Opportunity or reference the same URI in the rdf:about statements for both the Item and Opportunity nodes.
This is a sub-class of:
- http://purl.org/rss/1.0/Item
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Sponsor Class
The sponsoring person, organization, project or other agent. For either a person, organization or project property which in turn points via an rdf:nodeID to a node of the corresponding Person, Organization or Project class.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://xmlns.com/foaf/0.1/Agent
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be one of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#organization
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#person
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#project
ApplyTo Class
The person, organization, project or other agent to whom applications should be made. For either a person, organization or project property which in turn points via an rdf:nodeID to a node of the corresponding Person, Organization or Project class.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://xmlns.com/foaf/0.1/Agent
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be one of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#organization
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#person
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#project
Deadline Class
The date by which applications for this funding opportunity must be received. This is a container for http://purl.org/rss/1.0/modules/event/startdate and http://purl.org/rss/1.0/modules/event/enddate
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://dublincore.org/2003/03/24/dces#date
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be some values from:
- http://purl.org/rss/1.0/modules/event/startdate
- http://purl.org/rss/1.0/modules/event/enddate
Person Class
A person node. Can be used to describe an individual sponsor or an individual 'apply to' contact. This node should be populated with properties and classes from the FOAF and vCard namespaces. Note that where this class contains vCard classes such as vcard:ADDR and vcard:TEL, these must be declared with an rdf:parseType of 'Resource'.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
- http://www.w3.org/2001/vcard-rdf/3.0#
- http://xmlns.com/foaf/0.1/Person
Range should be some values from:
- http://xmlns.com/foaf/0.1/
- http://www.w3.org/2001/vcard-rdf/3.0#
This class is an equivalent of:
- http://xmlns.com/foaf/0.1/Person
This class is disjoint with:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Organization
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Project
Organization Class
An organization node. Can be used to describe an individual sponsor or an individual 'apply to' contact. This node should be populated with properties and classes from the FOAF and vCard namespaces. Note that where this class contains vCard classes such as vcard:ADDR and vcard:TEL, these must be declared with an rdf:parseType of 'Resource'.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
- http://www.w3.org/2001/vcard-rdf/3.0#
- http://xmlns.com/foaf/0.1/Organization
Range should be some values from:
- http://xmlns.com/foaf/0.1/
- http://www.w3.org/2001/vcard-rdf/3.0#
This class is an equivalent of:
- http://xmlns.com/foaf/0.1/Organization
This class is disjoint with:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Person
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Project
Project Class
A project node. Can be used to describe an individual sponsor or an individual 'apply to' contact. This node should be populated with properties and classes from the FOAF and vCard namespaces. Note that where this class contains vCard classes such as vcard:ADDR and vcard:TEL, these must be declared with an rdf:parseType of 'Resource'.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
- http://xmlns.com/foaf/0.1/Project
Range should be some values from:
- http://xmlns.com/foaf/0.1/
- http://www.w3.org/2001/vcard-rdf/3.0#
This class is an equivalent of:
- http://xmlns.com/foaf/0.1/Project
This class is disjoint with:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Person
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Project
Group Class
A group node. Can be used to describe an individual sponsor or an individual 'apply to' contact. This node should be populated with properties and classes from the FOAF and vCard namespaces. Note that where this class contains vCard classes such as vcard:ADDR and vcard:TEL, these must be declared with an rdf:parseType of 'Resource'.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
- http://xmlns.com/foaf/0.1/Group
Range should be some values from:
- http://xmlns.com/foaf/0.1/
- http://www.w3.org/2001/vcard-rdf/3.0#
This class is an equivalent of:
- http://xmlns.com/foaf/0.1/Group
This class is disjoint with:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Person
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Project
Budget Class
A container for currency, totalbudget, and min and max values. Use a fundops:budget property in the Opportunity container with the appropriate rdf:nodeID pointer to this node.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be some values from:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#currency
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#totalbudget
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#minvalue
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#maxvalue
TargetSector Class
The sector or sectors that this opportunity is aimed at. Use rdf:nodeIDs of HE and FE and reference using a targetsector property from within the Opportunity node. It is suggested that you have one node of each type at the bottom of your document to reference in this way.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://dublincore.org/2003/03/24/dces#coverage
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be some values from:
- Higher Education
- Further Education
TargetGroup Class
The specific group or groups within the target sector that this opportunity is targeted at. Describe the group using Dublin Core elements such as title and description. Tie into the Opportunity node by using a targetgroup property and referencing with an rdf:nodeID.
This is a sub-class of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Range should be some values from:
- http://dublincore.org/2003/03/24/dces#title
- http://dublincore.org/2003/03/24/dces#description
Duration Class
The duration of the funding period. Container for event start and end dates and minimum and maximum durations in days.
This is a sub-class of:
- http://dublincore.org/2003/03/24/dces#coverage
- http://www.w3.org/2000/01/rdf-schema#Resource
Class defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/
Range should be some values from:
- http://purl.org/rss/1.0/modules/event/startdate
- http://purl.org/rss/1.0/modules/event/enddate
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#minduration
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#maxduration
type property
The type of funding opportunity available. Choose one from the list.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Range should be some values from:
- bursary
- consultancy
- equipment acquisition
- evaluation
- fellowship of scholarship
- general grant
- prize or funding
- programme or curriculum development
- projects
- publishing
- research
- seminars or conferences
- studentships
- training or workshops
- travel
This property is an equivalent of:
- http://dublincore.org/2003/03/24/dces#type
programme property
The funding programme this opportunity is available under.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
This property is an equivalent of:
- http://dublincore.org/2003/03/24/dces#description
frequency property
The frequency with which this opportunity is available. Choose one from the list.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Range should be one of:
- non-repeating
- weekly
- monthly
- bi-monthly
- quarterly
- seasonal
- annual
- bi-annual
- tri-annual
- pentennial
- decennial
- less frequent than decennial
currency property
The currency which the funding is offered in. Use ISO 4217 currency codes. Default is GBP. This property should be contained within a Budget node.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
Is in the range of:
- http://www.w3.org/2000/01/rdf-schema#Literal
totalbudget property
If there are a number of awards under the call and the total budget for the opportunity give the whole number of the total budget without any separators. This property should be contained within a Budget node. Use an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
minvalue property
If there is a range of awards on offer state the minimum value of individual awards available. Enter whole numbers without separators. This property should be contained within a Budget node. Use an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
maxvalue property
If there is a range of awards on offer state the maximum value of individual awards available. Enter whole numbers without separators. This property should be contained within a Budget node. Use an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
availableawards property
If there is a range of awards on offer state how many individual awards are available in total. Enter whole numbers without separators.This property should be contained within a Budget node. Use an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
purpose property
Textual description of the purpose for which funds are being made available.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.w3.org/2000/01/rdf-schema#Literal
This property is an equivalent of:
- http://dublincore.org/2003/03/24/dces#description
awardconditions property
Textual description of the condtions which have to be met in order to qualify for an award.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.w3.org/2000/01/rdf-schema#Literal
This property is an equivalent of:
- http://dublincore.org/2003/03/24/dces#description
awardconditions property
Textual description of the condtions which have to be met in order to qualify for an award.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.w3.org/2000/01/rdf-schema#Literal
This property is an equivalent of:
- http://dublincore.org/2003/03/24/dces#description
opportunity property
Opportunity property which points to a node of the Opportunity class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.w3.org/2000/01/rdf-schema#Resource
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
budget property
Budget property which points to a node of the Budget class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Budget
deadline property
Deadline property which points to a node of the Deadline class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Deadline
sponsor property
Sponsor property which points to a node of the Sponsor class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Sponsor
applyto property
'Apply to' property which points to a node of the ApplyTo class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Sponsor
person property
Person property which points to a node of the Person class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Person
project property
Project property which points to a node of the Project class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Project
organization property
Organization property which points to a node of the Organization class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Organization
group property
Group property which points to a node of the Group class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Group
targetsector property
Target sector property which points to a node of the TargetSector class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#TargetSector
targetgroup property
Target group property which points to a node of the TargetGroup class.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
Is in the range of:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#TargetGroup
duration property
Duration property which points to a node of the Duration class.
This is a sub-property of:
- http://www.w3.org/2001/XMLSchema#integer
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Opportunity
minduration property
Minimum funding duration. Contained within a Duration node. Use a whole number in days within an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Duration
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
maxduration property
Maximum funding duration. Contained within a Duration node. Use a whole number in days within an xsd:integer tag.
Property defined by:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#
Property is in the following domains:
- http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#Duration
Is in the range of:
- http://www.w3.org/2001/XMLSchema#integer
- http://www.w3.org/2000/01/rdf-schema#Literal
Example feed:
The following example feed can be found at: http://www.medev.ac.uk/fundops_example.rdf
<?xml version='1.0'?> <rdf:RDF xml:base="http://www.medev.ac.uk/fundops_example.rdf" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:fundops="http://www.medev.ac.uk/interoperability/rss/1.0/modules/fundops/rss1.0fundopsmodule#" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:event="http://purl.org/rss/1.0/modules/event/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rss="http://purl.org/rss/1.0/" xmlns="http://purl.org/rss/1.0/" > <owl:Ontology rdf:about="http://www.medev.ac.uk/fundops_example.rdf"/> <cc:License rdf:nodeID="license"> <dc:identifier rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/"/> <cc:requires rdf:resource="http://web.resource.org/cc/Attribution"/> <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/> <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/> <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/> <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/> <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/> <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse"/> </cc:License> <channel rdf:about="http://www.medev.ac.uk/fundops_example.rdf"> <dc:title xml:lang="en-GB">Sample fundops RSS 1.0 feed.</dc:title> <dc:description xml:lang="en-GB"> Sample fundops module feed using new schema definition. </dc:description> <dc:date rdf:value="2005-06-16T15:55:00Z"/> <link rdf:resource="http://www.medev.ac.uk/resources/fundops/"/> <items> <rdf:Seq> <rdf:li rdf:resource="http://www.britishendodonticssociety.org/awards.htm#harty"/> </rdf:Seq> </items> <cc:license rdf:nodeID="license"/> </channel> <item rdf:about="http://www.britishendodonticssociety.org/awards.htm#harty"> <dc:format>text/html</dc:format> <dc:date>2004-03-03T17:30:00Z</dc:date> <dc:source rdf:resource="http://www.medev.ac.uk/resources/fundops/"/> <title xml:lang="en-GB">The Harty Prize: Student essay prize in endodontics</title> <description xml:lang="en-GB"> The British Endodontic Society aims to support: High standards of endodontic treatment; research in the field of endodontics; undergraduate elective period projects in endodontics; continuing education for general practitioners. The title of the essay is: Student Perceptions of Teaching and Learning in Endodontology. The closing date is 30th March each year. The student who submits the winning essay will be invited to the Spring Scientific Meeting, in March, for the presentation of the prize. Registration, accommodation and travel costs will be paid. Please see website for full restrictions and application details. The prize will be open to any undergraduate dental student in a dental school within the United Kingdom or a dental graduate from one of these schools who has been on the Dentist's Register for no more than one year on 30th June in each year of application. Closing date for applications: Tuesday 30th March 2004 Contact: brett.robinson@kcl.ac.uk </description> <dc:subject xml:lang="en-GB" rdf:value="HEALTH CARE / MEDICINE / HEALTH & SAFETY" rdf:type="http://www.learndirect-advice.co.uk/provider/standardsandclassifications/classpage/bigdoc.pdf"/> <dc:subject xml:lang="en-GB" rdf:value="DENTAL SERVICES" rdf:type="http://www.learndirect-advice.co.uk/provider/standardsandclassifications/classpage/bigdoc.pdf"/> </item> <fundops:Opportunity rdf:about="http://www.britishendodonticssociety.org/awards.htm#harty"> <fundops:type xml:lang="en-GB">prize or funding</fundops:type> <fundops:programme xml:lang="en-GB"> The British Endodontic Society Awards and Prizes </fundops:programme> <fundops:frequency xml:lang="en-GB">annual</fundops:frequency> <fundops:deadline rdf:nodeID="deadline_1"/> <fundops:sponsor rdf:nodeID="sponsor_1"/> <fundops:applyto rdf:nodeID="applyto_1"/> <fundops:budget rdf:nodeID="budget_1"/> <fundops:purpose xml:lang="en-GB"> To reward the dental student or recent dental graduate who writes the best essay on the subject of 'Coronal restoration is more relevant than root filling for the ultimate endodontic success'. </fundops:purpose> <fundops:targetsector rdf:nodeID="HE"/> <fundops:targetgroup rdf:nodeID="targetgroup_1"/> <fundops:awardconditions xml:lang="en-GB"> The prize will be awarded by the Council of the British Endodontic Society on the recommendation of the examiners. The Council reserves the right to withhold the prize if the standard of the essays submitted is not of sufficient merit. The value of the prize shall be GBP 500. The Harty Medal shall also be awarded to the prize winner. There are also six runner-up prizes of a year's free membership to the Society. The prize will be open to any undergraduate dental student in a dental school within the United Kingdom or a dental graduate from one of these schools who has been on the Dentist's Register for no more than one year on 30th June in each year of application. All essays, apart from that of the winner, will be returned to the writers. Only the name of the prize winner will be published. The essay must be written in English and shall not exceed 3000 words. It must be typed on one side of the paper only, size A4, in double spacing. Pages must be fixed together and preceded by a title page. One copy of the essay shall be submitted. </fundops:awardconditions> <fundops:howtoapply xml:lang="en-GB"> Each entry must be written under a pseudonym. The student's full name, address and dental school must accompany the essay in a sealed envelope bearing the pseudonym. Essays should be submitted to the Assistant Secretary. </fundops:howtoapply> <fundops:duration rdf:nodeID="duration_1"/> </fundops:Opportunity> <fundops:Deadline rdf:nodeID="deadline_1"> <event:startdate>2004-02-03T08:30:00Z</event:startdate> <event:enddate>2004-03-03T17:30:00Z</event:enddate> </fundops:Deadline> <fundops:Sponsor rdf:nodeID="sponsor_1"> <fundops:organization rdf:resource="http://www.britishendodonticssociety.org/"/> </fundops:Sponsor> <fundops:Organization rdf:about="http://www.britishendodonticssociety.org/"> <vcard:ORG rdf:parseType="Resource"> <vcard:Orgname xml:lang="en-GB">The British Endodontic Society</vcard:Orgname> </vcard:ORG> <vcard:ADDR rdf:parseType="Resource"> <vcard:Street xml:lang="en-GB"> The King's Dental Institute, King's Campus, Denmark Hill </vcard:Street> <vcard:Locality xml:lang="en-GB">London</vcard:Locality> <vcard:Pcode>SE5 9RW</vcard:Pcode> <vcard:Region rdf:type="http://www.rdn.ac.uk/publications/rdn-ltsn/geographic-coverage/" xml:lang="en-GB" rdf:value="UK"/> </vcard:ADDR> </fundops:Organization> <fundops:ApplyTo rdf:nodeID="applyto_1"> <fundops:person rdf:resource="mailto:brett.robinson@kcl.ac.uk"/> </fundops:ApplyTo> <fundops:Person rdf:about="mailto:brett.robinson@kcl.ac.uk"> <foaf:name xml:lang="en-GB">Brett Robinson</foaf:name> <foaf:mbox>mailto:brett.robinson@kcl.ac.uk</foaf:mbox> <vcard:TEL rdf:parseType="Resource"> <rdf:value>0207 346 3585</rdf:value> <rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#voice"/> <rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#work"/> </vcard:TEL> </fundops:Person> <fundops:Budget rdf:nodeID="budget_1"> <fundops:currency rdf:value="GBP"/> <fundops:totalbudget><xsd:integer rdf:value="500"/></fundops:totalbudget> <fundops:minvalue><xsd:integer rdf:value="500"/></fundops:minvalue> <fundops:maxvalue><xsd:integer rdf:value="500"/></fundops:maxvalue> <fundops:availableawards><xsd:integer rdf:value="1"/></fundops:availableawards> </fundops:Budget> <fundops:TargetSector rdf:nodeID="HE" xml:lang="en-GB" rdf:value="Higher Education"/> <fundops:TargetGroup rdf:nodeID="targetgroup_1"> <dc:description> The prize will be open to any undergraduate dental student in a dental school within the United Kingdom or a dental graduate from one of these schools who has been on the Dentist's Register for no more than one year on 30th June in each year of application. All essays, apart from that of the winner, will be returned to the writers. Only the name of the prize winner will be published. </dc:description> </fundops:TargetGroup> <fundops:Duration rdf:nodeID="duration_1"> <event:startdate>2004-03-04T08:30:00Z</event:startdate> <event:enddate>2005-03-03T17:30:00Z</event:enddate> <fundops:minduration><xsd:integer rdf:value="365"/></fundops:minduration> <fundops:maxduration><xsd:integer rdf:value="365"/></fundops:maxduration> </fundops:Duration> <item rdf:about="http://www.bad.org.uk/doctors/fellowships/index.htm"> <dc:format>text/html</dc:format> <dc:date>2004-03-31T00:00:00</dc:date> <dc:source>http://www.ltsn-01.ac.uk/resources/fundops/index_html</dc:source> <title>Medical student projects</title> <link> http://www.bad.org.uk/doctors/fellowships/index.htm </link> <description> To encourage students to undertake small research projects or optional period in the study of topics related to dermatology or skin biology. With recent changes in the undergraduate curriculum in medicine many medical students have the opportunity of spending a few months studying a particular topic in detail. 10 awards are available. Single Payment Funding of 500 GBP towards student research projects. Closing date for applications: Wednesday 31st March 2004 </description> </item> </rdf:RDF>
