Skip to content
Miro Marchi edited this page Oct 9, 2013 · 9 revisions

Creating the conent type Organization has much to do with the core of retebuonvivere project, since this will be the home web tool for organizations of the civil society. Many things must be decided to structure organization data in a good and upgradeable way.

Let's start with Semantic Web stuff.

RDF → Resource Description Framework

We need to implement RDF functionalities in our website in order to make our data accessible, in the spirit of [Linked data] 6. For this we need to work on/look at drupal modules:

  • Arc2_store
  • RDF_indexer
  • [RDFx] 3
  • schemaorg
  • [RDFa] 9
  • [microdata] 7

Evoc

Evoc → External VOCabulary Importer, is a submodule of [RDFx] 3 contrib module for drupal.

As stated here: [drupal discussion] 1 and here: [drupal RDFx issue] 2, evoc will be deprecated. Since we plan to use evoc for importing different RDF vocabularies (i.e.: FOAF, Org, Og, Vcard, and others), we need to know:

  • What is the right way to replace evoc funtionality when it will be deprecated. At the moment it seems only coding custom modules with the RDF API allows to import a vocabulary.
  • Reply to this [comment] 4 by linclark

users often don’t know where to find vocabularies when users do find vocabularies, they may not know the right URL to use

We could say that the module could be implemented by a function which fetches vocabularies in the [LOV] 5 vocabulary repository.

Microdata

[Microdata] 8 → another standard for semantic web markup (other than [RDFa] 10), recognized by Schema.org.

  • test of the module dev version
  • test that microdata data are read by RDF_indexer, and accessible vis the SPARQL endpoint.
Clone this wiki locally