Implement RDF Bridge mechanism that will provide CMS update based on the RDF
provided
-------------------------------------------------------------------------------------
Key: STANBOL-306
URL: https://issues.apache.org/jira/browse/STANBOL-306
Project: Stanbol
Issue Type: New Feature
Components: CMS Adaptor
Reporter: Suat Gonul
An RDF bridge mechanism will be implemented. The mechanism will provide
filtering of certain resources from RDF data and annotate them to be created as
nodes/objects in the CMS. It will also provide more configurations to indicate
children and properties of target nodes. Considering the following fictive RDF
data,
<node1> rdf:type vCard:Event
<node1> rdfs:label "Community Workshop"
<node1> dbpprop:location "Paris"
<node1> dc:title "myCMS and the Web of Data"
<node1> vCard:participant <node2>
<node2> rdf:type vCard:Agent
<node2> rdfs:label "SRDC"
it will be possible to create vCard:Event and vCard:Agent as nodes in the CMS
after annotating them with "CMS Vocabulary" which will be defined within the
CMS Adapter. It will also possible to set dbpprop:location and dc:title as
event's properties in the CMS. (But this seems possible for only JCR based
content management systems as CMIS does not allow to create custom properties.)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira