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

CTS update: patch for DGA demo in generation shapes

parent 2e1a9355
Loading
...@@ -1932,6 +1932,17 @@ cts:relation_generation_3_2 ...@@ -1932,6 +1932,17 @@ cts:relation_generation_3_2
rdfs:subClassOf cts:Transduction_Schemes ; rdfs:subClassOf cts:Transduction_Schemes ;
sh:rule cts:link-instances-by-relation-property ; sh:rule cts:link-instances-by-relation-property ;
. .
cts:relation_generation_dga_patch
rdf:type owl:Class ;
rdf:type sh:NodeShape ;
rdfs:label "relation generation" ;
rdfs:subClassOf cts:Transduction_Schemes ;
sh:rule cts:compute-domain-of-relation-property ;
sh:rule cts:compute-range-of-relation-property ;
sh:rule cts:generate-event-class ;
sh:rule cts:generate-relation-property ;
sh:rule cts:link-instances-by-relation-property ;
.
cts:specify-axis-of-atom-list-net cts:specify-axis-of-atom-list-net
rdf:type sh:SPARQLRule ; rdf:type sh:SPARQLRule ;
sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#> sh:construct """PREFIX owl: <http://www.w3.org/2002/07/owl#>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment