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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tetras MARS
tenet
Commits
a3ef936c
Commit
a3ef936c
authored
3 years ago
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
Frame Ontology Update
parent
860b5237
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/transduction-schemes.ttl
+4
-0
4 additions, 0 deletions
config/transduction-schemes.ttl
frame/system-ontology.ttl
+29
-15
29 additions, 15 deletions
frame/system-ontology.ttl
with
33 additions
and
15 deletions
config/transduction-schemes.ttl
+
4
−
0
View file @
a3ef936c
...
...
@@ -273,6 +273,10 @@ cts:batch_execution
sh:
rule
cts:
update-net-extension-rules
;
sh:
rule
cts:
update-preprocessing-rules
;
.
cts:
batch_execution_1
rdf:
type
cts:
batch_execution
;
rdfs:
label
"batch execution 1"
;
.
cts:
bypass-reification
rdf:
type
sh:
SPARQLRule
;
sh:
construct
"""PREFIX owl: <http://www.w3.org/2002/07/owl#>
...
...
This diff is collapsed.
Click to expand it.
frame/system-ontology.ttl
+
29
−
15
View file @
a3ef936c
# baseURI: https://unsel.tetras-libre.fr/tenet/frame/system-ontology
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sys:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/>
.
@prefix
sys-Event:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/Event#>
.
@prefix
sys-State_Property:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/State_Property#>
.
...
...
@@ -10,15 +13,17 @@
@prefix
sys-component:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/component#>
.
@prefix
sys-message:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/message#>
.
@prefix
sys-place:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/place#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
sys-relation:
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology/relation/>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology>
rdf:
type
owl:
Ontology
;
.
sys:
Annotation
rdf:
type
rdf:
Property
;
rdfs:
label
"structure property"
;
rdfs:
subPropertyOf
sys:
Property
;
.
sys:
Climate_Policy
rdf:
type
owl:
Class
;
rdfs:
label
"Climate Policy"
@en
;
...
...
@@ -26,10 +31,10 @@ sys:Climate_Policy
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Climate_Policy"
;
.
sys:
Annotation
rdf:
type
rdf:
Property
;
rdfs:
label
"
structure property
"
;
rdfs:
sub
PropertyOf
sys:
Property
;
sys:
Enterprise
rdf:
type
owl:
Class
;
rdfs:
label
"
Enterprise
"
;
rdfs:
sub
ClassOf
sys:
Structure
;
.
sys:
Environmental_Actor
rdf:
type
owl:
Class
;
...
...
@@ -58,6 +63,13 @@ sys:ObjectProperty
rdfs:
label
"Object Property"
;
rdfs:
subPropertyOf
sys:
Property
;
.
sys:
Physical
rdf:
type
owl:
Class
;
rdfs:
label
"physical"
@en
;
rdfs:
label
"physique"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Physical"
;
.
sys:
Property
rdf:
type
rdf:
Property
;
rdfs:
label
"Property"
;
...
...
@@ -74,13 +86,6 @@ sys:Seed
rdfs:
label
"seed property"
;
rdfs:
subPropertyOf
sys:
Property
;
.
sys:
Physical
rdf:
type
owl:
Class
;
rdfs:
label
"physical"
@en
;
rdfs:
label
"physique"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Physical"
;
.
sys:
Structure
rdf:
type
owl:
Class
;
rdfs:
label
"System Ontology Structure"
;
...
...
@@ -97,7 +102,7 @@ sys:abstract_thing
rdf:
type
owl:
Class
;
rdfs:
label
"abstract thing"
@en
;
rdfs:
label
"élément abstrait"
@fr
;
rdfs:
subClassOf
sys:
Abs
tr
a
ct
ion
;
rdfs:
subClassOf
sys:
S
tr
u
ct
ure
;
sys:
has_mother_class
sys:
Abstraction
;
sys:
has_restriction
"icl>abstract_thing"
;
sys:
is_class
"abstract_thing"
;
...
...
@@ -163,6 +168,14 @@ sys:consumption
sys:
has_restriction
"consumption"
;
sys:
is_class
"consumption"
;
.
sys:
document
rdf:
type
owl:
Class
;
rdfs:
label
"document"
;
rdfs:
subClassOf
sys:
Enterprise
;
sys:
has_mother_class
sys:
Enterprise
;
sys:
has_restriction
"icl>plan"
;
sys:
is_class
"sys:document"
;
.
sys:
entityClassProperty
rdf:
type
rdf:
Property
;
rdfs:
label
"entity property"
;
...
...
@@ -286,6 +299,7 @@ sys:phenomenon
rdfs:
label
"phénomène"
@fr
;
rdfs:
subClassOf
sys:
Physical
;
sys:
has_mother_class
sys:
Physical
;
sys:
has_restriction
"icl>diverseness"
;
sys:
has_restriction
"icl>physical_phenomenon"
;
sys:
is_class
"place"
;
.
...
...
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