Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Fedora 4.1.1
-
Fix Version/s: Fedora 4.7.1
-
Component/s: f4-core
-
Labels:
-
Roadmap Theme:Services: CRUD
-
Sprint:Sprint 2016 - 17
Description
This task is to update the HTML UI to enable the creation of Container resources that have an RDF body.
For example, this ticket is complete when a user of the HTML UI can paste the following text/turtle into a UI input field when creating a Container, and the created container will have the appropriate pcdm property.
body.ttl----------
@prefix pcdm: <http://pcdm.org/models#>
<> a pcdm:Object .
----------