@prefix dc: . @prefix foaf: . @prefix itemtype: . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix semblogit: . @prefix skos: . @prefix swed: . @prefix swed_oa: . @prefix swed_prorgtype: . @prefix vcard: . @prefix : . [] a itemtype:ItemType; rdfs:label "Environmental Organisation"; itemtype:hasStyle "environmental.css"; itemtype:hasChoice "optin"; itemtype:hasRecipient "RDFIt"; dc:title "Environmental Portal: Entry form for ORGANISATION"; dc:description "

Please take time to describe your organisation as effectively as possible. Registration involves, at a minimum, giving a name for your organisation and a brief discription. However, the more information you give us, the more useful it will be, and the more likely that people can find you.The instructions to the right of each type of category will help you choose the appropriate level of detail.

As you know this is a pilot project. This form is our first version and we are VERY keen to receive feedback on how to improve it and make it more usable. Please fill in the feedback box at the end of the form, giving details of any problems you had or suggestions of how to improve the form.

* Mandatory Information
NB: If the answer to any question is none or not-applicable please leave the box blank.

"; itemtype:hasJSP "/environmental_prorg.jsp". # Main details [] a itemtype:FieldGroup; itemtype:hasStyle "basic"; itemtype:hasPriority "1"; rdfs:label "Main details" ; itemtype:hasScopeNote "Basic Information About Your Organisation" ; # hidden fields itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty rdf:type ; itemtype:hasStyle "simpleField" ; itemtype:hasDefault swed:prorg; rdfs:label "type " ; itemtype:hasScopeNote "The RDF type (ie prorg)"; itemtype:hasPriority "98" ; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:visible "false" ; itemtype:hasUIType itemtype:Field ]; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_prorg_type ; itemtype:hasStyle "simpleField" ; itemtype:hasDefault swed_prorgtype:Organisation ; rdfs:label "prorg type " ; itemtype:hasScopeNote "The type of prorg (project, organisation, part_of_organisation)"; itemtype:hasPriority "99" ; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:visible "false" ; itemtype:hasUIType itemtype:Field ]; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_primary_prorg_name ; itemtype:hasStyle "simpleField" ; rdfs:label "Organisation Name*" ; itemtype:hasScopeNote "This should be the primary name of the organisation e.g. legal name" ; itemtype:hasPriority "1"; itemtype:hasScope "Item"; itemtype:hasValue "Literal"; itemtype:hasMirror "itemtitle"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ; itemtype:isRequired "true" ; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_previous_prorg_name ; itemtype:hasStyle "simpleField" ; rdfs:label "Previous name" ; itemtype:hasScopeNote "This should be the previous name of the organisation (if any)" ; itemtype:hasPriority "2"; itemtype:hasScope "Item"; itemtype:hasValue "Literal"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_alternate_prorg_name ; itemtype:hasStyle "simpleField" ; rdfs:label "Alternate Name" ; itemtype:canRepeat "true" ; itemtype:hasScopeNote "This should be the alternate name of the organisation (if any)"; itemtype:hasPriority "3"; itemtype:hasScope "Item"; itemtype:hasValue "Literal"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_acronym_prorg_name ; itemtype:hasStyle "simpleField" ; rdfs:label "Acronym" ; itemtype:hasScopeNote "This should be the accepted abbreviation for the organisation, if one exists"; itemtype:hasPriority "4"; itemtype:hasScope "Item"; itemtype:hasValue "Literal"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_primary_url ; itemtype:hasIdentifier "primaryurl"; itemtype:hasStyle "simpleField" ; rdfs:label "Primary URL" ; itemtype:hasScopeNote "This should be the main web site of the organisation, e.g. http://www.organisation.org/" ; itemtype:hasPriority "5"; itemtype:hasScope "Item"; itemtype:hasMirror "webpage"; itemtype:hasValidator "com.hp.hpl.semblog.util.URLValidator"; itemtype:hasValue "Resource"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_secondary_url ; itemtype:hasValidator "com.hp.hpl.semblog.util.URLValidator"; itemtype:hasStyle "simpleField" ; rdfs:label "Alternate URL" ; itemtype:hasScopeNote "This should be a secondary web site of the organisation, if any "; itemtype:hasPriority "6"; itemtype:hasScope "Item"; itemtype:hasValue "Resource"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; itemtype:canRepeat "true" ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_logo ; itemtype:hasStyle "simpleField" ; rdfs:label "Logo" ; itemtype:hasScopeNote "This should be the location of a logo for your organisation, e.g. http://www.organisation.org/images/logo.gif" ; itemtype:hasValidator "com.hp.hpl.semblog.util.URLValidator"; itemtype:hasPriority "7"; itemtype:hasScope "Item"; itemtype:hasValue "Resource"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_year_formed ; itemtype:hasStyle "simpleField" ; rdfs:label "Year formed" ; itemtype:hasScopeNote "Year in which organisation was formed"; itemtype:hasPriority "8"; itemtype:hasScope "Item"; itemtype:hasValue "Literal"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] . [] a itemtype:FieldGroup; itemtype:hasStyle "contact"; itemtype:hasPriority "2"; rdfs:label "Contact Details"; itemtype:hasScopeNote "Enter the details of the main or first point of contact for your organisation. You may give a 'care of' address here, if appropriate" ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty foaf:name ; itemtype:hasIndirect swed:primary_contact ; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type foaf:Person ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Contact person" ; itemtype:hasScopeNote "This should be the name of the person to whom initial contact or enquiries should be made. " ; itemtype:hasPriority "1" ; itemtype:hasValue "Literal"; itemtype:hasMirror "from"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:contact_person_position ; itemtype:hasIndirect swed:primary_contact ; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type foaf:Person ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Position" ; itemtype:hasScopeNote "This should be the position of the person to whom initial contact or enquiries should be made. " ; itemtype:hasPriority "2" ; itemtype:hasValue "Literal"; itemtype:hasMirror "from"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:care_of_address_line ; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; itemtype:hasDefault "" ; rdfs:label "Care of" ; itemtype:hasScopeNote "The name of the 'care of' host for your organisation (if appropriate, leave blank for n/a)" ; itemtype:hasPriority "3" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:Extadd ; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Building Name" ; itemtype:hasScopeNote "The building name (or number) of the address for your organisation" ; itemtype:hasPriority "4" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:Street ; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Street" ; itemtype:hasScopeNote "The street address of your organisation" ; itemtype:hasPriority "5" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:Locality ; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Locality" ; itemtype:hasScopeNote "The locality of your organisation (e.g. Holborn, Ilkley)" ; itemtype:hasPriority "6" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:Region; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Region" ; itemtype:hasScopeNote "The region of your organisation (e.g. London, Yorkshire)" ; itemtype:hasPriority "7" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:Pcode; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Postcode" ; itemtype:hasScopeNote "The post code of your organisation (e.g. WC1V 7BF)" ; itemtype:hasPriority "8" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field; ] ; itemtype:hasField [ itemtype:controlsProperty vcard:Country ; itemtype:hasIndirect swed:has_postal_address; itemtype:isIndirectSeparate "false"; itemtype:hasIndirectContext [ rdf:type vcard:ADRPROPERTIES ; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Country" ; itemtype:hasScopeNote "The country of this organisation. (e.g. England) "; itemtype:hasPriority "9" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ; ]; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty rdf:value ; itemtype:hasIndirect vcard:TEL; itemtype:hasIdentifier "tel"; itemtype:isIndirectSeparate "true"; itemtype:hasIndirectContext [ rdf:type vcard:voice; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Contact telephone" ; itemtype:hasScopeNote "This should be the main telephone number of the organisation. Include National Dialing Code (e.g. 0117 for Bristol) " ; itemtype:hasPriority "10" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ; ]; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty rdf:value ; itemtype:hasIndirect vcard:TEL; itemtype:hasIdentifier "fax"; itemtype:isIndirectSeparate "true"; itemtype:hasIndirectContext [ rdf:type vcard:fax; ]; itemtype:hasStyle "simpleField" ; rdfs:label "Contact fax" ; itemtype:hasScopeNote "This should be the main fax number of the organisation. Include National Dialing Code (e.g. 0117 for Bristol) " ; itemtype:hasPriority "11" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ; ]; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty vcard:EMAIL ; itemtype:hasStyle "simpleField" ; rdfs:label "e-mail" ; itemtype:hasScopeNote "This should be the main e-mail address of the organisation. Please be aware that (as with any web pages) it is possible people who produce spam e-mail may take the addresses from SWED to add to spam lists. We do not recommend that you add personal e-mail addresses to SWED information." ; itemtype:hasPriority "12" ; itemtype:hasMirror "email"; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Field ; ]. [] a itemtype:FieldGroup; itemtype:hasStyle "description"; itemtype:hasPriority "4"; rdfs:label "Description*"; itemtype:hasScopeNote "This field provides space for you to describe your organisation" ; itemtype:hasField [ a itemtype:Field; itemtype:controlsProperty swed:has_long_description ; itemtype:hasStyle "simpleField" ; rdfs:label "Description*" ; itemtype:hasScopeNote "Enter a description of the organisation, up to 200 words. This text should tell users about your organisation in sufficient detail for them to understand its nature and goals e.g. purpose(s), role(s) or responsibilities, types of activity, involvement with other organisations... Please do not use HTML or other formatting." ; itemtype:hasPriority "2" ; itemtype:hasValue "Literal"; itemtype:hasScope "Item"; itemtype:visible "true" ; itemtype:hasUIType itemtype:Text ; itemtype:isRequired "true" ; ] . # Classification details [] a itemtype:FieldGroup; itemtype:hasStyle "classification"; itemtype:hasPriority "5"; rdfs:label "Classification"; itemtype:hasScopeNote "As you will have seen from the SWED directory web site, the categories below are used to help users find or explore the information that they are looking for.

Click on the to expand the list. To add a category click on the term - you can add as many terms from each category as appropriate. To find out more about what the term means click on the [?] next to the term.

NOTE: in some cases the same term appears in different 'branches' of the lists (which are often often called trees) below. This is to make it easier to find those appropriate to your organisation - you only need to add a term once."; itemtype:hasField [ a itemtype:Field; rdfs:label "Geographical Operational Area"; itemtype:hasStyle "tree" ; itemtype:hasPriority "4"; itemtype:controlsProperty swed:has_operational_area ; itemtype:visible "true" ; itemtype:hasScopeNote "Choose the area or areas that best describes your organisations geographical range of activities or responsibility - NB if your organisation operates worldwide select 'worldwide' AND 'UK' so that your organisation will show up as active in the UK. If your organisation works across a number of the areas listed, choose as many as required to make up the appropriate region."; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:hasUIType itemtype:Tree; itemtype:hasVocab [ a itemtype:Vocab; rdf:value "vocabs/operational_area.owl"; itemtype:hasConceptType swed_oa:Area; itemtype:hasBroaderTerm swed_oa:contained_within; ]; ]; itemtype:hasField [ a itemtype:Field; rdfs:label "Type of Organisation"; itemtype:hasStyle "tree" ; itemtype:hasPriority "1"; itemtype:controlsProperty swed:has_organisation_type; itemtype:visible "true" ; itemtype:hasScopeNote "Choose the term or terms that describe the kind of organisation that your organisation is - choose the terms that are as specific as possible (e.g. if your organisation is a registered charity choose 'registered charity' rather than 'not for profit').

In general organisations will only have a small number of types, (e.g. an organisation might be a 'registered charity', 'private limited company' and a 'network')."; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:hasUIType itemtype:Tree; itemtype:hasVocab [ a itemtype:Vocab; rdf:value "vocabs/swed_org_type_skos.n3"; itemtype:hasConceptType skos:Concept; itemtype:hasBroaderTerm skos:broader; ]; ] ; itemtype:hasField [ a itemtype:Field; rdfs:label "Type of Activity"; itemtype:hasStyle "tree" ; itemtype:hasPriority "3"; itemtype:controlsProperty swed:has_activity_type ; itemtype:visible "true" ; itemtype:hasScopeNote "Choose terms that describe the type(s) of activity undertaken by your organisation. In general there will be one main area of activity closely related to the type of organisation. However there may be supplementary entries that reflect additional activities, e.g. publishing, awareness raising, volunteer support, etc."; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:hasUIType itemtype:Tree; itemtype:hasVocab [ a itemtype:Vocab; rdf:value "vocabs/activity_type_skos.n3"; itemtype:hasConceptType skos:Concept; itemtype:hasBroaderTerm skos:broader; ]; ] ; itemtype:hasField [ a itemtype:Field; rdfs:label "Topics of Interest"; itemtype:hasStyle "tree" ; itemtype:hasPriority "1"; itemtype:controlsProperty swed:has_topic ; itemtype:visible "true" ; itemtype:hasScopeNote "Choose terms that describe the topics of interest of your organisation. That is, topics about which your organisation is interested. This is distinct from things that your organisation does (dealt with in type of activity above) e.g. a research organisation may conduct research into education but not actually provide (do) education.

Choose as many terms as are necessary to describe the main areas of interested of your organisation. Please do not include peripheral interests - in general organisations might have between 1 and 10 topics of interest."; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:hasUIType itemtype:Tree; itemtype:hasVocab [ a itemtype:Vocab; rdf:value "vocabs/topics_of_interest_skos.n3"; itemtype:hasConceptType skos:Concept; itemtype:hasBroaderTerm skos:broader; ]; ] . [] a itemtype:FieldGroup; itemtype:hasStyle "relations"; itemtype:hasPriority "10"; rdfs:label "Relations"; itemtype:hasScopeNote "Information about relationships between organisations and between organisations and their parts (e.g. departments and projects), is often very valuable information to users and will help them find out more about your organisation. Add as many relationships as you feel would be valuable for those interested in your organisation.

Choose a type of relationship from the dropdown box. Then, if one exists, add the main web address (e.g. http://www.example.org.uk). If (and only if) there is no web address please add the main email address (changing the type of information in the dropdown to 'email') and if the body has no email address add the main telephone number."; itemtype:hasField [ a itemtype:Field; rdfs:label "Relation"; itemtype:hasStyle "relations" ; itemtype:hasPriority "1"; itemtype:controlsProperty swed:has_primary_url ; itemtype:visible "true" ; itemtype:hasScopeNote "Relationships to other organisations, add as many as many relationships as you feel would be valuable for those interested in your organisation. To add more relationships click on the 'Add' button below."; itemtype:hasValue "Resource"; itemtype:hasScope "Item"; itemtype:hasUIType itemtype:Relation; itemtype:objectDescription "organisation/project with"; itemtype:indirectProperty swed:has_primary_url; itemtype:hasValidator "com.hp.hpl.semblog.util.URLValidator"; itemtype:hasVocab [ a itemtype:Vocab; rdf:value "vocabs/relations.rdf"; itemtype:hasConceptType owl:ObjectProperty; ]; ] . # renderers vcard:voice itemtype:hasRenderer "com.hp.hpl.semblog.util.TelRenderer" . vcard:fax itemtype:hasRenderer "com.hp.hpl.semblog.util.FaxRenderer" . vcard:ADRPROPERTIES itemtype:hasRenderer "com.hp.hpl.semblog.util.AddressRenderer" . foaf:Person itemtype:hasRenderer "com.hp.hpl.semblog.util.FoafRenderer" .