Enhancement #513
Update ontology with new form categories
Status: | Resolved | Start date: | 03/07/2013 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | Samer - | % Done: | 80% | ||
Category: | - | ||||
Target version: | - | ||||
Tags: |
Description
The semantic ontology of Move Commons:
https://github.com/jdelacueva/movecommons-semantics/blob/master/move-commons.n3
should be updated with the data from the subcategories of the new form:
http://movecommons.org/test-form2/
History
#1 Updated by Samer - over 11 years ago
- Assignee set to Samer -
#2 Updated by Samer - over 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
I drafted a version of the ontology with all the new semantic metadata:
https://github.com/s-a-m/movecommons-semantics/blob/master/move-commons.n3
and I made a pull request to the original ontology:
https://github.com/jdelacueva/movecommons-semantics/pull/1
Whenever Javier has time he might review it and accept the changes. In the meanwhile, we can work with the draft.
I'll do a sample HTML instance using this draft ontology, in order to generate such HTML in the form.
#3 Updated by Samer - over 11 years ago
HTML example (1) (2), using new draft ontology:
https://github.com/s-a-m/movecommons-semantics/blob/master/instance-example.html
(1) Note [mc:Consensus] and [mc:MajorityVoting] cannot be selected at once, so in the example I included just the first.
(2) Note this example assumes #527 #528 #529
#4 Updated by Samer - over 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 80
#5 Updated by Mario Gallegos over 11 years ago
Samer - wrote:
HTML example (1) (2), using new draft ontology:
https://github.com/s-a-m/movecommons-semantics/blob/master/instance-example.html
About this, I have a couple of questions:
1) <div rel="mc:tosPage"> ¿Do this correspond to "We have Terms of Use of our contents"?
2) I don't see the <div> corresponding to "We have representatives chosen democratically"
3) The followings <divs> should only be included, in case the user answer "Yes" to the forms questions, right?
<div rel="mc:moveCommonsType" resource="[mc:NonProfit]"></div>
<div rel="mc:moveCommonsType" resource="[mc:Reproducible]"></div>
<div rel="mc:moveCommonsType" resource="[mc:ReinforcesOtherAims]"></div>
<div rel="mc:moveCommonsType" resource="[mc:Representative]"></div>
#6 Updated by Samer - over 11 years ago
- (1) Yes
- (2) You are right, in the given instance-example it was false. If it's selected I believe it should be like this:
<div rel="mc:hasFormOrg" resource="[mc:DemocraticRepresentatives]"> </div>
- (3) Yes