Metadata Application Profile for the Social and Solidarity Economy.
This repository contains the source files for the MAP-SSE (previously referred to as DCAP-SSE). Until October 2016, these were maintained on a server at essglobal.org. A reason for moving them is to allow other people to get involved in the maintenance and development of the MAP-SSE.
ESSGlobal RDF Vocabulary - HTML source view.
TODO: add link to view in browser
ESSGLOBAL technical guidelines, July 2014.
This is a copy of the document on the ripess.eu site, retained here for safe keeping.
The Technical Guidelines document describes the reasoning behind the ESSGLOBAL vocab, and the thinking on how it is intended to be used.
Each taxonomy describes a different facet of an SSE Initiative.
Taxonomy | Overview (English) | Linked Data definition |
---|---|---|
Products and services | Simple list | SKOS |
Activities | Simple list | SKOS |
Themes | Simple list | SKOS |
Qualifiers | Simple list | SKOS |
Type of labour | Simple list | SKOS |
Legal form | Simple list | SKOS |
Each of these is described in detail in the ESSGLOBAL technical guidelines.
There is a script for generating various RDF serialializations. For more information, see the generating and deploying serializations in the Wiki.
Consists of .ttl
, .rdf
and .skos
files copied from the essglobal.org
server.
File type | Origin on essglobal.org |
---|---|
.ttl , .rdf |
vocabs/vocab/v1.0 |
.skos |
vocabs/standard |
Consists of .ttl
and .rdf
copied from the essglobal.org
server.
File type | Origin on essglobal.org |
---|---|
.ttl , .rdf |
vocabs/vocab/v1.1 |
.skos |
unchanged |
We are following exactly the process documented at http://nvie.com/posts/a-successful-git-branching-model/. Please make sure you are completely familiar with this process before making any changes here. As a consequence of following this branching model:
- The
master
branch is updated only on release - The
develop
branch is the place to look for current activity. - The
develop
branch is the default branch for this repository.
Note: when tagging in a local checkout, you must explicitly push tags up to the origin (just as for branches). See Git Basics -- Tagging.