-
Notifications
You must be signed in to change notification settings - Fork 0
Home
TIRTH RAJEN MEHTA edited this page Jun 29, 2017
·
5 revisions
Welcome to the WINGS_WORKFLOW_PROVENANCE_SCENARIOS wiki!
- Created a new Taxonomy_Hierarchy_Model for all the exports to be made in. This model is also going to be reused continuously as an input.
- The file in which the model is going to be written into is going to be having the basic RDF/Turtle statements. It cannot be given in as input empty. The basic RDF/Turtle statements are:
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
## The major changes from the WINGS_PROVENANCE_EXPORT repository are: -In the retrieval of the components:
- First I have created a hashSet for the components that are entering the while loop. This is done because it will always happen that some of the components get repeated and we don't want to carry out the operations more than once.
- Next, I check via a query that the component that has entered has an abstract component or not. If it doesn't it does not qualify for further operations.(this part will be handled later)
- If it has it is currently utilized to check the number of inputs and outputs in the component and its abstract component(this will be changed).
- If they are equal then we export the abstract component and the new component with the class and subclass relations along with their respective canonical instances.
Current approach is written on the board (photo taken).