Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tenet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tetras MARS
tenet
Commits
ee33025d
Commit
ee33025d
authored
3 years ago
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
CTS update: decomposition of relation generation
parent
378652cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/transduction-schemes.ttl
+24
-0
24 additions, 0 deletions
config/transduction-schemes.ttl
with
24 additions
and
0 deletions
config/transduction-schemes.ttl
+
24
−
0
View file @
ee33025d
...
...
@@ -1898,6 +1898,30 @@ cts:relation_generation
sh:
rule
cts:
link-classes-by-relation-property
;
sh:
rule
cts:
link-instances-by-relation-property
;
.
cts:
relation_generation_1
rdf:
type
owl:
Class
;
rdf:
type
sh:
NodeShape
;
rdfs:
label
"relation generation 1"
;
rdfs:
subClassOf
cts:
Transduction_Schemes
;
sh:
rule
cts:
generate-event-class
;
sh:
rule
cts:
generate-relation-property
;
.
cts:
relation_generation_2
rdf:
type
owl:
Class
;
rdf:
type
sh:
NodeShape
;
rdfs:
label
"relation generation 2"
;
rdfs:
subClassOf
cts:
Transduction_Schemes
;
sh:
rule
cts:
compute-domain-of-relation-property
;
sh:
rule
cts:
compute-range-of-relation-property
;
.
cts:
relation_generation_3
rdf:
type
owl:
Class
;
rdf:
type
sh:
NodeShape
;
rdfs:
label
"relation generation 3"
;
rdfs:
subClassOf
cts:
Transduction_Schemes
;
sh:
rule
cts:
link-classes-by-relation-property
;
sh:
rule
cts:
link-instances-by-relation-property
;
.
cts:
specify-axis-of-atom-list-net
rdf:
type
sh:
SPARQLRule
;
sh:
construct
"""PREFIX owl: <http://www.w3.org/2002/07/owl#>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment