@prefix dc: . @prefix geo: . @prefix foaf: . @prefix swrc_ext: . @prefix vs: . @prefix misc: . @prefix dcterms: . @prefix sioc: . @prefix rdfs: . @prefix bibtex: . @prefix owl: . @prefix xsd: . @prefix rdf: . @prefix ical: . @prefix wordnet: . @prefix doap: . @prefix swc: . a owl:Ontology ; dcterms:created "2007/05/31" ; dcterms:modified "$Date: 2009-05-11 17:50:14 +0100 (Mon, 11 May 2009) $" ; dcterms:title "Semantic Web Conference Ontology" ; rdfs:label "Semantic Web Conference Ontology" ; dcterms:creator , , ; sioc:earlier_version ; dcterms:hasVersion , ; foaf:maker , , . _:node182kglkspx5 rdf:_1 ; rdf:_2 ; rdf:_3 . swrc_ext:authorList _:node182kglkspx5 ; foaf:logo ; dcterms:license ; misc:licenseDoc swc:license_doc . _:node182kglkspx6 rdf:first swc:01_introduction ; rdf:rest _:node182kglkspx7 . _:node182kglkspx7 rdf:first swc:02_describing_papers ; rdf:rest _:node182kglkspx8 . _:node182kglkspx8 rdf:first swc:03_roles ; rdf:rest rdf:nil . vs:userdocs _:node182kglkspx6 ; doap:revision """ $Revision: 895 $ - Slim Version """ ; owl:imports , . a owl:Ontology . a owl:Ontology . swc:01_introduction rdfs:label "Introduction" ; rdfs:comment """

The Semantic Web Conference ontology (SWC) is an ontology for describing academic conferences. It was initially designed to support the European Semantic Web Conference, ESWC2007, and later extended for both the following conferences in the ESWC series, as well as in the ISWC series. Historically, the SWC ontology also draws heavily on ontologies developed for ESWC2006 and ISWC2006.

SWC is mainly a convention of how to use classes and properties from other ontologies, most prominently FOAF (for people) and SWRC (their BibTeX elements, for the papers). We are also throwing in some SIOC, Dublin Core and iCal/RDF Calendar. Our own swc namespace provides the glue for all this, as well as specialised classes for things that have to do with conferences.

This version of SWC has been slimmed down significantly (hence the revision name). A total of 59 classes and 19 properties have been deprecated (deprecated terms can be found at the bottom of this document). This was mostly done with the intention to remove the countless sub-classes of generic classes such as Chair or SessionEvent, which were deemed to be too specific for a general-purpose conference ontology such as SWC. Elsewhere, classes and properties which had never been used and seemed to fall under the heading of \"over-engineering\" were removed. Finally, all CfP related terms were removed. Instead, we suggest to use a dedicated ontology such as the CfP ontology.

""" . swc:02_describing_papers rdfs:label "Describing Papers" ; rdfs:comment """

For the basic use case of describing papers, the figure below shows how the main kinds of resources are connected: the paper itself, the authors and their affiliations, and the talk where the paper was presented.

The next figure shows in more detail the kinds of things that can be said about each of the four main entities surrounding a paper.

""" . swc:03_roles rdfs:label "Roles" ; rdfs:comment """

One of the basic design choices in SWC is to use role modelling for describing the different functions at a conference, such as chairs, reviewers, etc. For any particular role at a given conference, the swc:Role class or a sub-class will be instantiated. This role instance stands in relation to a person (who plays the role) and an event. The figure below gives an example showing how to model the role of the metadata chair (or \"dog food tsar\") at ISWC+ASWC2007, which was held by Knud Möller (together with Tom Heath, not shown in the figure).

Note that the metadata chair role is not modelled with its own dedicated class (although it could have been). Instead, an instance of the generic Chair class is used and labelled accordingly.

""" . swc:license_doc rdfs:label "License Statement" ; rdfs:comment """

Copyright © 2007-2009 Knud Möller, Sean Bechhofer and Tom Heath.

\"Creative This work is licensed under a Creative Commons Attribution License. This copyright applies to the Semantic Web Conference Ontology (SWC) Specification and accompanying documentation in RDF. Regarding underlying technology, SWC uses W3C's RDF technology, an open Web standard that can be freely used by anyone.

""" . a foaf:Person ; foaf:name "Knud Möller" ; foaf:surname "Möller" ; foaf:homepage ; rdfs:seeAlso . a foaf:Person ; foaf:name "Tom Heath" ; foaf:surname "Heath" ; foaf:homepage ; rdfs:seeAlso . a foaf:Person ; foaf:name "Sean Bechhofer" ; foaf:surname "Bechhofer" ; foaf:homepage . a foaf:Organization ; foaf:name "DERI" ; foaf:homepage ; foaf:member . a foaf:Organization ; foaf:name "Talis Information Limited" ; foaf:homepage ; foaf:member . a foaf:Organization ; foaf:name "University of Manchester" ; foaf:homepage ; foaf:member . rdfs:label "Document" . swc:ArgumentativeDocument a owl:Class ; rdfs:label "Argumentative Document" ; vs:term_status "testing" ; rdfs:comment """

An argumentative document is a document which uses analytical reasoning and evidence in order to argue for a point of view. Typical examples are scientific papers or political pamphlets. Negative examples are novels or plays (even though a novel might also try to sway the reader to a certain point of view).

According to Text Types, an argumentative document is based \"on the evaluation and the subsequent subjective judgement in answer to a problem. It refers to the reasons advanced for or against a matter\".

""" ; rdfs:seeAlso ; rdfs:subClassOf foaf:Document ; dcterms:subject . swc:Artefact a owl:Class ; vs:term_status "testing" ; rdfs:subClassOf wordnet:Document ; rdfs:label "Artefact" ; rdfs:comment """

Artefact here means a document which can have a physical manifestation, like a paper or the proceedings of a conference.

""" ; dcterms:subject . swc:Paper a owl:Class ; rdfs:label "Paper" ; rdfs:comment """

A scientific/scholarly paper, e.g., an article in a scientific journal, or a paper at a conference or workshop. A paper could also be unpublished formally, as long as it has the form of a scientific paper (introduction, conclusion, related work, etc.).

""" ; vs:term_status "testing" ; rdfs:subClassOf swc:ArgumentativeDocument , swc:Artefact ; dcterms:subject . swc:Poster a owl:Class ; rdfs:label "Poster" ; rdfs:comment """

A scientific poster at a conference or workshop.

""" ; vs:term_status "testing" ; rdfs:subClassOf swc:ArgumentativeDocument , swc:Artefact ; dcterms:subject . swc:SlideSet a owl:Class ; rdfs:label "Slide Set" ; rdfs:comment """

A set of slides used for a presentation of e.g. a paper at a conference.

""" ; vs:term_status "testing" ; rdfs:subClassOf swc:ArgumentativeDocument , swc:Artefact ; dcterms:subject . swc:Proceedings a owl:Class ; rdfs:label "Proceedings" ; rdfs:comment """

The proceedings of a conference or workshop, which contain the papers presented there.

""" ; vs:term_status "testing" ; rdfs:subClassOf foaf:Document , swc:Artefact ; dcterms:subject . swc:Programme a owl:Class ; rdfs:label "Programme" ; rdfs:comment """

A document containing the programme of an event such as a conference or workshop. Typically, the programme would list the times and dates for the individual sub-events, e.g., talks, dinners, panel discussions, etc.

""" ; vs:term_status "testing" ; rdfs:subClassOf foaf:Document , swc:Artefact ; dcterms:subject . bibtex:Proceedings a owl:Class ; rdfs:subClassOf swc:Proceedings . bibtex:InProceedings a owl:Class ; rdfs:subClassOf swc:Paper . rdfs:label "Event, other" . swc:OrganisedEvent a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf wordnet:Event-1 , ical:Vevent ; rdfs:label "Organised Event" ; rdfs:comment """

An event in time and space which is planned and organised, as opposed to something which 'just happens', such as a car accident or sunset.

""" . swc:AcademicEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:OrganisedEvent ; rdfs:label "Academic Event" ; rdfs:comment """

Academic events are e.g. conferences and conference-like events, and all the sub-events of those which are about the topic or theme of the conference, such as talks or panels.

""" . swc:PanelEvent a owl:Class ; rdfs:label "Panel Event" ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:comment """

A panel discussion at a conference or conference-like event, usually involving several speakers.

""" . swc:ConferenceEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Conference Event" ; rdfs:comment """

A scientific conference.

TODO: Maybe this should be opened up - why only scientific conferences?

""" . swc:WorkshopEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Workshop Event" ; rdfs:comment """

A scientific workshop. Workshops are often co-located with ConferenceEvents.

""" . swc:TutorialEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Tutorial Event" ; rdfs:comment """

A tutorial is a special session at a conference or workshop, somewhat like a long lecture on a specific topic.

""" . swc:TrackEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Track Event" ; rdfs:comment """

A track groups all those sessions or events at a conference or workshop that belong to a common, overall theme. Depending on the conference, tracks can be quite generic, such as \"Research\" or \"Industrial\", but can also be more specific, such as \"Semantic Web\" or \"Numismatics\". SWC does not define any specific tracks, since conferences often differ so much with respect to how they structure their tracks, that it would be pointless to try and find a set of tracks that would suit all conferences.

Sub-classes of TrackEvent which were defined in previous versions of the SWC ontology are now deprecated.

""" . swc:SessionEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Session Event" ; rdfs:comment """

A session dedicated to a specific topic at a conference. This could be a session with talks, or also a poster session, a demo session, or any other kind of session.

""" . swc:TalkEvent a owl:Class ; dcterms:subject swc:AcademicEvent ; vs:term_status "testing" ; rdfs:subClassOf swc:AcademicEvent ; rdfs:label "Talk Event" ; rdfs:comment """

A speaker giving a talk. This could be the presentation of a paper, but also keynote speech or any other kind of talk.

""" . swc:NonAcademicEvent a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:OrganisedEvent ; rdfs:label "Non-academic Event" ; rdfs:comment """

In the context of SWC, a non-academic event is any kind or organised event which does not concern the topic or theme of the conference as such. Examples are breaks, dinners, parties, etc.

""" . swc:BreakEvent a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:NonAcademicEvent ; rdfs:label "Break Event" ; rdfs:comment """

Any kind of break at the super-event, such as a coffee break.

""" . swc:SocialEvent a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:NonAcademicEvent ; rdfs:label "Social Event" ; rdfs:comment """

Examples for social events are parties or excursions.

""" . swc:MealEvent a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:NonAcademicEvent ; rdfs:label "Meal Event" ; rdfs:comment """

A lunch, dinner or similar event at a conference or conference-like event.

""" . rdfs:label "Place" . swc:ConferenceVenuePlace a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf geo:SpatialThing ; rdfs:label "Conference Venue Place" ; rdfs:comment """

The location of a conference or conference-like event. Ideally, this would be more specific than just the city. Instead it should be the hotel, convention centre, university or similar place where the event is held.

""" . swc:MeetingRoomPlace a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf geo:SpatialThing ; rdfs:label "Meeting Room Place" ; rdfs:comment """

A particular room at the conference venue (or elsewhere). E.g., the room where a particular SessionEvent takes place.

""" . swc:CommunalPlace a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf geo:SpatialThing ; rdfs:label "Communal Place" ; rdfs:comment """

A location at the conference venue (or elsewhere), which is not a meeting room.

""" . swc:AccommodationPlace a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf geo:SpatialThing ; rdfs:label "Accommodation Place" ; rdfs:comment """

A hotel, hostel, BnB or similar.

""" . rdfs:label "Role" . swc:Role a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf wordnet:Role-1 ; rdfs:label "Role" ; rdfs:comment """

Role is the super-class of all the different roles performed at a conference or workshop. Examples are the various conference chairs, the delegates, presenters, PC members, etc. The intended use of this class is that an instance of Role will be related to the event at which it is performed, and to the person which performs it.

Since the set of roles is slightly different for each event, and since it would therefore be impossible to provide sub-classes for all needs and circumstances, the SWC ontology only contains a very basic set of Role classes. Rather than diversifying the set of Role classes to cater for all needs, users should instead instantiate the small set of different Role classes and cover the roles at a specific event in this way. E.g., instead of sub-classing the Chair role with MainChair, WorkshopChair, TutorialChair, etc., the different kinds of chairs should simply be instances of the generic Chair class and be labelled appropriately.

""" . swc:Chair a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:Role ; rdfs:label "Chair" ; rdfs:comment """

A sub-class of Role for various kinds of chair functions. Examples are the main chair of a conference, the tutorials chair, the proceedings chair, etc. Instead of introducing a large amount of sub-classes of Chair, we suggest to model all the different chair functions as instances of Chair with appropriate labels.

""" . swc:Delegate a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:Role ; rdfs:label "Delegate" ; rdfs:comment """

A delegate is someone who attends a conference or conference-like event.

""" . swc:Presenter a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:Role ; rdfs:label "Presenter" ; rdfs:comment """

A presenter is someone who presents matter in front of an audience. Examples of events to which this role applies are paper presentations, tutorials, or talks. A keynote speaker could also be modelled as an instance of this class.

""" . swc:ProgrammeCommitteeMember a owl:Class ; dcterms:subject ; vs:term_status "testing" ; rdfs:subClassOf swc:Role ; rdfs:label "Programme Committee Member" ; rdfs:comment """

This role is played by the members of the programme committee of a conference or conference-like event. We found this role to be so significant that it justifies to be represented by its own class.

""" . swc:relatedToEvent a owl:ObjectProperty ; rdfs:label "related to Event" ; vs:term_status "testing" ; rdfs:domain swc:ArgumentativeDocument ; rdfs:range swc:AcademicEvent ; owl:inverseOf swc:hasRelatedDocument ; rdfs:label "related to event" ; rdfs:comment """

Relates a document to an event such as a conference, workshop, etc.

""" ; rdfs:domain swc:Artefact . swc:hasRelatedDocument a owl:ObjectProperty ; rdfs:label "has related document" ; vs:term_status "testing" ; rdfs:domain swc:AcademicEvent ; rdfs:range swc:ArgumentativeDocument ; owl:inverseOf swc:relatedToEvent ; rdfs:comment """

Relates an event such as a conference, workshop, etc. to a document.

""" . swc:isSubEventOf a owl:TransitiveProperty ; rdfs:label "is a sub-event of" ; vs:term_status "testing" ; rdfs:domain ical:Vevent ; rdfs:range ical:Vevent ; owl:inverseOf swc:isSuperEventOf ; rdfs:label "is sub-event of" ; rdfs:comment "Events can be sub-events of other events. E.g., a talk can be a sub-event of a session, which in turn can be a sub-event of a conference. The relation is transitive - the talk is also a sub-event of the conference." . swc:isSuperEventOf a owl:TransitiveProperty ; rdfs:label "is the super-event of" ; vs:term_status "testing" ; rdfs:domain ical:Vevent ; rdfs:range ical:Vevent ; owl:inverseOf swc:isSubEventOf ; rdfs:label "is super-event of" ; rdfs:comment "Events can be super-events of other events. E.g., a conference can be the super-event of a session, which in turn can be the super-event of a talk. The relation is transitive - the conference is also the super-event of the talk." . swc:memberOf a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain foaf:Person ; rdfs:range foaf:Group ; owl:inverseOf foaf:member ; rdfs:label "member of" ; rdfs:comment """

FOAF does not define an inverse of foaf:member, so SWC does it.

""" . swc:hasLocation a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:OrganisedEvent ; rdfs:range geo:SpatialThing ; rdfs:label "has location" ; rdfs:comment """

Relates an event such as a conference or any sub-event thereof to a location where it takes place.

""" . swc:hasProgramme a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:OrganisedEvent ; rdfs:range swc:Programme ; rdfs:label "has programme" ; rdfs:comment """

Relates an event such as a conference to its Programme.

""" . swc:plansToAttend a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain foaf:Person ; rdfs:range swc:OrganisedEvent ; rdfs:label "plans to attend" ; rdfs:comment """

A person might plan to attend a talk or session at a conference or similar event. This property could be used to prepare a delegate's conference experience with respect to who they want to meet, etc.

""" . swc:hasRole a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:AcademicEvent ; rdfs:range swc:Role ; rdfs:label "has role" ; owl:inverseOf swc:isRoleAt ; rdfs:comment """

Part of the role modelling machinery of SWC. This property relates an event (e.g. a conference) to a role at the event (e.g. a conference chair).

""" . swc:hasRelatedArtefact a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:AcademicEvent ; rdfs:range swc:Artefact ; rdfs:label "has related artefact" ; rdfs:comment """

Relates an event such as a conference, workshop, etc. to a physical artefact.

""" . swc:isLocationFor a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain geo:SpatialThing ; rdfs:range swc:OrganisedEvent ; rdfs:label "is location of" ; rdfs:comment """

Relates a location to a conference or sub-event thereof which takes place at it.

""" . swc:isRoleAt a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:Role ; rdfs:range swc:AcademicEvent ; rdfs:label "is role at" ; owl:inverseOf swc:hasRole ; rdfs:comment """

Part of the role modelling machinery of SWC. This property relates a role at an event (e.g. a conference chair) to the event (e.g. a conference).

""" . swc:heldBy a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain swc:Role ; rdfs:range foaf:Person ; rdfs:label "held by" ; owl:inverseOf swc:holdsRole ; rdfs:comment """

Part of the role modelling machinery of SWC. This property relates a role at an event (e.g. a conference chair) to the person who actually holds the role.

""" . swc:holdsRole a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain foaf:Person ; rdfs:range swc:Role ; rdfs:label "holds role" ; owl:inverseOf swc:heldBy ; rdfs:comment """

Part of the role modelling machinery of SWC. This property relates a person to the role (e.g. a conference chair) it holds at an event.

""" . swc:hasPart a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain owl:Thing ; rdfs:range owl:Thing ; rdfs:label "has part" ; rdfs:comment """

A generic property to model part-of relationships. In SWC this property is used to relate a proceedings document to the papers and articles contained in it.

""" . swc:isPartOf a owl:ObjectProperty ; vs:term_status "testing" ; rdfs:domain owl:Thing ; rdfs:range owl:Thing ; rdfs:label "is part of" ; rdfs:comment """

A generic property to model part-of relationships. In SWC this property is used to relate papers or articles to the proceedings document in which they are contained.

""" . bibtex:ResearchTopic a owl:Class . geo:SpatialThing a owl:Class . foaf:Organization a owl:Class . foaf:Person a owl:Class . foaf:Document a owl:Class . foaf:Group a owl:Class . foaf:Project a owl:Class . foaf:member a owl:ObjectProperty . foaf:homepage a owl:ObjectProperty . foaf:based_near a owl:ObjectProperty . foaf:title a owl:DatatypeProperty . foaf:firstName a owl:DatatypeProperty . foaf:family_name a owl:DatatypeProperty . foaf:surname a owl:DatatypeProperty . foaf:mbox_sha1sum a owl:DatatypeProperty . foaf:mbox a owl:DatatypeProperty . foaf:maker a owl:ObjectProperty . wordnet:Announcement a owl:Class . wordnet:Document a owl:Class . wordnet:Event-1 a owl:Class . wordnet:Menu a owl:Class . wordnet:Role-1 a owl:Class . wordnet:Sponsorship a owl:Class . ical:Vevent a owl:Class . ical:Vcalendar a owl:Class . ical:dtstart a owl:ObjectProperty . ical:dtend a owl:ObjectProperty . ical:dtstamp a owl:ObjectProperty . ical:component a owl:ObjectProperty . ical:date a owl:DatatypeProperty . ical:duration a owl:DatatypeProperty . ical:description a owl:DatatypeProperty . ical:tzid a owl:DatatypeProperty . ical:calscale a owl:DatatypeProperty . ical:prodid a owl:DatatypeProperty . ical:version a owl:DatatypeProperty . ical:location a owl:DatatypeProperty . ical:dateTime a owl:DatatypeProperty . ical:sequence a owl:DatatypeProperty . ical:url a owl:DatatypeProperty . bibtex:url a owl:ObjectProperty . bibtex:doi a owl:DatatypeProperty . dcterms:isPartOf a owl:ObjectProperty . dc:contributor a owl:AnnotationProperty . dc:creator a owl:AnnotationProperty . dc:date a owl:AnnotationProperty . dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . swc:ConferenceChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Conference Chair" . swc:TrackChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:comment """

The chair of a particular track of a conference, responsible for all submissions and actions regarding this track.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Track Chair" . swc:ProgrammeChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Programme Chair" . swc:WorkshopsChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Workshops Chair" . swc:TutorialsChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Tutorials Chair" . swc:PostersChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Posters Chair" ; vs:term_status "deprecated" . swc:DemosChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Demos Chair" ; vs:term_status "deprecated" . swc:IndustryChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Industry Chair or In-Use Chair" ; vs:term_status "deprecated" . swc:SponsorshipChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Sponsorship Chair" . swc:PublicityChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Publicity Chair" . swc:PhDSymposiumChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "PhD Symposium or Doctoral Consortium Chair" ; vs:term_status "deprecated" . swc:SWChallengeChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Semantic Web Challenge Chair" ; vs:term_status "deprecated" . swc:Treasurer a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Treasurer" . swc:SubmissionsChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Submissions Chair" . swc:PrintedProceedingsChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "(Printed) Proceedings Chair" . swc:ExhibitionChair a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use TrackChair instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Exhibition Chair" ; vs:term_status "deprecated" . swc:LocalOrganiser a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Local Organiser" . swc:Administrator a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Administrator" . swc:Webmaster a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Webmaster" . swc:DogfoodTsar a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Dogfood Tsar" ; rdfs:comment """A role that is only relevant in relation to the topic of the conference e.g. Semantic Web Technologies Coordinator at a Semantic Web Conference. """ . swc:OrganisingCommitteeMember a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Organising Committee Member" . swc:WorkshopOrganiser a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Workshop Organiser" . swc:TutorialPresenter a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use Presenter instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Tutorial Presenter" ; vs:term_status "deprecated" . swc:SessionChair a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Session Chair" . swc:Tutor a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Tutor" . swc:Reviewer a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """

Deprecating this, just use ProgrammeCommitteeMember instead.

""" ; rdfs:subClassOf swc:Role ; rdfs:label "Reviewer" ; vs:term_status "deprecated" . swc:AdditionalReviewer a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Role ; rdfs:label "Additional Reviewer" . swc:SystemDescription a owl:DeprecatedClass ; rdfs:label "System Description" ; rdfs:comment """

A type of paper which is mainly describes the properties, implementation or architecture of an system (such as a software system).

Deprecating this: it's too specific for, not generic enough to apply for most conferences. """ ; rdfs:subClassOf swc:Paper ; dcterms:subject ; vs:term_status "deprecated" . swc:IndustrialTalk a owl:DeprecatedClass ; rdfs:label "Industrial Talk" ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; vs:term_status "deprecated" . swc:IndustrialTrack a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TrackEvent. """ ; rdfs:subClassOf swc:TrackEvent ; rdfs:label "Industrial Track" ; vs:term_status "deprecated" . swc:ResearchTrack a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TrackEvent. """ ; rdfs:subClassOf swc:TrackEvent ; rdfs:label "Research Track" ; vs:term_status "deprecated" . swc:PaperSession a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use SessionEvent. """ ; rdfs:subClassOf swc:SessionEvent ; rdfs:label "Paper Session" ; vs:term_status "deprecated" . swc:PosterSession a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use SessionEvent. """ ; rdfs:subClassOf swc:SessionEvent ; rdfs:label "Poster Session" ; vs:term_status "deprecated" . swc:DemoSession a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use SessionEvent. """ ; rdfs:subClassOf swc:SessionEvent ; rdfs:label "Demo Session" ; vs:term_status "deprecated" . swc:WelcomeTalk a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; rdfs:label "Welcome Talk" ; vs:term_status "deprecated" . swc:KeynoteTalk a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; rdfs:label "Keynote Talk" ; vs:term_status "deprecated" . swc:PaperPresentation a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; rdfs:label "Paper Presentation" ; vs:term_status "deprecated" . swc:PosterPresentation a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; rdfs:label "Poster Presentation" ; vs:term_status "deprecated" . swc:DemoPresentation a owl:DeprecatedClass ; dcterms:subject swc:AcademicEvent ; rdfs:comment """ Deprecating this - we can just as well use TalkEvent. """ ; rdfs:subClassOf swc:TalkEvent ; rdfs:label "Demo Presentation" ; vs:term_status "deprecated" . swc:ConferenceOpeningEvent a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use TalkEvent. """ ; rdfs:subClassOf swc:NonAcademicEvent ; rdfs:label "Opening Event" ; vs:term_status "deprecated" . swc:ConferenceClosingEvent a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use TalkEvent. """ ; rdfs:subClassOf swc:NonAcademicEvent ; rdfs:label "Closing Event" ; vs:term_status "deprecated" . swc:CoffeeBreak a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use BreakEvent. """ ; rdfs:subClassOf swc:BreakEvent ; rdfs:label "Coffee Break" ; vs:term_status "deprecated" . swc:MealBreak a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use BreakEvent. """ ; rdfs:subClassOf swc:BreakEvent ; rdfs:label "Meal Break" ; vs:term_status "deprecated" . swc:FreeTimeBreak a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use BreakEvent. """ ; rdfs:subClassOf swc:BreakEvent ; rdfs:label "Free Time Break" ; vs:term_status "deprecated" . swc:Excursion a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use SocialEvent. """ ; rdfs:subClassOf swc:SocialEvent ; rdfs:label "Excursion" ; vs:term_status "deprecated" . swc:Reception a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use SocialEvent. """ ; rdfs:subClassOf swc:SocialEvent ; rdfs:label "Reception" ; vs:term_status "deprecated" . swc:ConferenceDinner a owl:DeprecatedClass ; dcterms:subject ; rdfs:comment """ Deprecating this - we can just use SocialEvent. """ ; rdfs:subClassOf swc:SocialEvent , swc:MealEvent ; rdfs:label "Conference Dinner" ; vs:term_status "deprecated" . swc:InvitedPaper a owl:DeprecatedClass ; rdfs:label "Invited Paper" ; rdfs:comment """

As opposed to a peer-reviewed paper. This class has been deprecated in order to reduce the inflation of classes.

""" ; vs:term_status "deprecated" ; rdfs:subClassOf bibtex:InProceedings ; dcterms:subject . swc:SystemDemonstration a owl:DeprecatedClass ; rdfs:label "System Demonstration" ; rdfs:comment """

A type of paper which accompanies the demonstration of software, also known as an extended abstract or demo description. This class has been deprecated in order to reduce the inflation of classes; it is too specific for CS conferences.

""" ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Paper ; dcterms:subject . rdfs:label "Call" . swc:Call a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf wordnet:Announcement ; rdfs:label "Call" ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

A call is a public announcement, asking for contribution of some kind to events such as conferences or workshops, or to a publication such as a journal or book.

""" . swc:CallForParticipation a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Call ; rdfs:label "Call for Participation" ; rdfs:comment """

This kind of call usually calls for potential delegates to attend an event such as a conference or a workshop.

""" . swc:CallForProposals a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Call ; rdfs:label "Call for Proposals" ; rdfs:comment """

A call which asks for contributions in the form of e.g. workshop or tutorial proposals.

""" . swc:CallForPapers a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Call ; rdfs:label "Call for Papers" ; rdfs:comment """

A call for papers or CfP encourages authors to submit papers for peer-review for a conference or workshop, or a journal or book.

""" . swc:CallForPosters a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Call ; rdfs:label "Call for Posters" ; rdfs:comment """

A call for scientific posters at a conference or workshop. Submissions are usually in the form of extended abstracts (~2 page) discussing the research presented on the poster.

""" . swc:CallForDemos a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Call ; rdfs:label "Call for Demos" ; rdfs:comment """

A call for demonstrations of software at a conference or workshop. Submissions are usually in the form of extended abstracts (~2 page) discussing the research questions addressed by the software and outlining the content of the demonstration.

""" . swc:Sponsorship a owl:DeprecatedClass ; vs:term_status "deprecated" ; rdfs:subClassOf wordnet:Sponsorship ; rdfs:label "Sponsorship" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:isProviderOf a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain foaf:Organisation ; rdfs:range swc:Sponsorship ; rdfs:label "is provider of" ; owl:inverseOf swc:isProvidedBy ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:isProvidedBy a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Sponsorship ; rdfs:range foaf:Organisation ; rdfs:label "is provided by" ; owl:inverseOf swc:isProviderOf ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:hasCostAmount a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Sponsorship ; rdfs:range xsd:integer ; rdfs:label "has cost amount" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:hasCostCurrency a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Sponsorship ; rdfs:range xsd:string ; rdfs:label "has cost currency" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:hasMenu a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:MealEvent ; rdfs:range wordnet:Menu ; rdfs:label "has menu" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:biblioReference a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Artefact ; rdfs:range xsd:string ; rdfs:label "bibliographic reference" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:hasSponsorship a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:OrganisedEvent ; rdfs:range swc:Sponsorship ; rdfs:label "has sponsorship" ; rdfs:comment """

Deprecated because it has never been used and in order to reduce the inflation of ontology terms.

""" . swc:forEvent a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Call ; rdfs:range swc:AcademicEvent ; rdfs:label "for event" ; owl:inverseOf swc:hasCall ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasCall a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:AcademicEvent ; rdfs:range swc:Call ; rdfs:label "has call" ; owl:inverseOf swc:forEvent ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasSubmissionDeadline a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Call ; rdfs:range xsd:dateTime ; rdfs:label "has submission deadline" ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasSubmissionInstructions a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Call ; rdfs:range xsd:string ; rdfs:label "has submission instructions" ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasNotificationDeadline a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Call ; rdfs:range xsd:dateTime ; rdfs:label "has notification deadline" ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasCameraReadyDeadline a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:Call ; rdfs:range xsd:dateTime ; rdfs:label "has camera-ready deadline" ; rdfs:comment """

The call classes have been deprecated in SWC. Instead, we suggest to use the CfP ontology.

""" . swc:hasAttendee a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain swc:OrganisedEvent ; rdfs:range foaf:Person ; rdfs:label "has attendee" ; owl:inverseOf swc:attendeeAt ; rdfs:comment """

Instead of this property, use the Delegate role.

""" . swc:attendeeAt a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain foaf:Person ; rdfs:range swc:OrganisedEvent ; rdfs:label "attendee at" ; owl:inverseOf swc:hasAttendee ; rdfs:comment """

Instead of this property, use the Delegate role.

""" . swc:isTopicOf a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:domain bibtex:ResearchTopic ; rdfs:label "is topic of" ; rdfs:comment """

Deprecated, instead using terms from FOAF.

""" . swc:hasTopic a owl:DeprecatedProperty ; vs:term_status "deprecated" ; rdfs:range bibtex:ResearchTopic ; rdfs:label "has topic" ; rdfs:comment """

Instead of this property, use foaf:topic.

""" . swc:uuid a owl:DeprecatedProperty ; rdfs:label "uuid" ; vs:term_status "deprecated" . swc:DrinkingPlace a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Place ; rdfs:label "Drinking Place" ; rdfs:comment """

Deprecated to reduce inflation of terms.

""" . swc:EatingPlace a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf swc:Place ; rdfs:label "Eating Place" ; rdfs:comment """

Deprecated to reduce inflation of terms.

""" . swc:Place a owl:DeprecatedClass ; dcterms:subject ; vs:term_status "deprecated" ; rdfs:subClassOf geo:SpatialThing ; rdfs:label "Place" ; rdfs:comment """

Deprecated: no real need to have an internal super-class for locations, we can just use the SpatialThing.

""" . swc:affiliation a owl:DeprecatedProperty ; rdfs:label "affiliation" ; vs:term_status "deprecated" .