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

CTS update: decomposition of relation generation (3)

parent 23f70c95
No related branches found
No related tags found
No related merge requests found
......@@ -1386,12 +1386,14 @@ PREFIX fprm: <https://unsel.tetras-libre.fr/tenet/frame/parameters#>
# -- Link two classes by relation property (according existence of domain and range)
CONSTRUCT {
# relation between domain/range classes
?domainClass ?propertyUri ?rangeClass.
?domainClassUri ?propertyUri ?rangeClassUri.
}
WHERE {
# Relation Net (net1)
?propertyUri rdfs:domain ?domainClass.
?propertyUri rdfs:range ?rangeClass.
BIND (uri( ?domainClass) AS ?domainClassUri).
BIND (uri( ?rangeClass) AS ?rangeClassUri).
}""" ;
sh:order 3.33 ;
.
......@@ -1919,14 +1921,14 @@ cts:relation_generation_2
cts:relation_generation_3_1
rdf:type owl:Class ;
rdf:type sh:NodeShape ;
rdfs:label "relation generation 3" ;
rdfs:label "relation generation 3 1" ;
rdfs:subClassOf cts:Transduction_Schemes ;
sh:rule cts:link-classes-by-relation-property ;
.
cts:relation_generation_3_2
rdf:type owl:Class ;
rdf:type sh:NodeShape ;
rdfs:label "relation generation 3" ;
rdfs:label "relation generation 3 2" ;
rdfs:subClassOf cts:Transduction_Schemes ;
sh:rule cts:link-instances-by-relation-property ;
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment