Skip to content
Snippets Groups Projects
Commit 8ee0ec88 authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

transduction_schemes: update rules in shape cts_Generation

parent 2c695492
No related branches found
No related tags found
No related merge requests found
......@@ -1272,10 +1272,8 @@ cts:generation
sh:rule cts:add-event ;
sh:rule cts:add-state-property ;
sh:rule cts:complement-composite-class ;
sh:rule cts:compute-class-uri-of-net-object ;
sh:rule cts:compute-domain-range-of-event-object-properties ;
sh:rule cts:compute-domain-range-of-state-property-object-properties ;
sh:rule cts:compute-instance-uri-of-net-object ;
sh:rule cts:generate-atom-class ;
sh:rule cts:generate-atom-instance ;
sh:rule cts:generate-composite-class-from-list-net ;
......
......@@ -205,14 +205,14 @@ def run(corpus, source_ref, target_ref):
#==============================================================================
if __name__ == '__main__':
#target_ref = "system"
target_ref = "environment"
target_ref = "system"
#target_ref = "environment"
#run(req_100, 'R100b', target_ref)
#run(req_200, 'R200b', target_ref)
#run(req_300, 'R300b', target_ref)
#run(corpus_40, 'Corpus-CCTP-40c', target_ref)
run(req_300, 'R300b', target_ref)
run(corpus_40, 'Corpus-CCTP-40c', target_ref)
#run(corpus_ERTMS, 'Corpus-ERTMS', target_ref)
run(corpus_PEV, 'Corpus-PEV', target_ref)
#run(corpus_PEV, 'Corpus-PEV', target_ref)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment