1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #63 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by phreedom_

This is a follow up to #27.

+1 from me with a minor comment fix: "A graph containing triples that can be recreated by analyzing the original resources. Intended to be used by metadata extractors."

Also, how about naming it nrl:DiscardableGraph or something like this?

Changed 3 years ago by trueg

+1 for the comment improvement.
How about nrl:DiscardableInstanceBase for better readability in combination with nrl:InstanceBase?

Changed 3 years ago by phreedom_

  • status changed from new to closed
  • resolution set to fixed

Agreed. Change committed: r78

Note: See TracTickets for help on using tickets.