Ticket #63 (closed defect: fixed)
New graph type which identifies "recreatable" graphs
| Reported by: | trueg | Owned by: | simonscerri |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ontology-nrl | Version: | 1.1 |
| Keywords: | Cc: | phreedom_ |
Description
Currently we put all data in nrl:InstanceBase graphs which is fine. However, we have at least two different types of instance base graphs:
1. data created from desktop resources that can be recreated. This includes data extracted from files and pim items.
2. data created by user interaction. This cannot be recreated.
A new graph type should be introduced to "mark" the graphs that can be recreated. This is important for backup and cleanup tools and probably has many more applications.
Thus, my proposal is to add something like:
nrl:IndexGraph
a rdfs:Class ;
rdfs:subClassOf nrl:InstanceBase ;
rdfs:comment "A graph containing instances that can be recreated by analyzing the original resources." .
Change History
Note: See
TracTickets for help on using
tickets.