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
8b5e1336
Commit
8b5e1336
authored
3 years ago
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
Minor update of system ontology
parent
dcfdd781
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
frame/ontology-parameters.ttl
+16
-0
16 additions, 0 deletions
frame/ontology-parameters.ttl
frame/system-ontology.ttl
+24
-12
24 additions, 12 deletions
frame/system-ontology.ttl
with
40 additions
and
12 deletions
frame/ontology-parameters.ttl
+
16
−
0
View file @
8b5e1336
...
...
@@ -76,11 +76,22 @@ fprm:system_composant
rdf:
type
fprm:
System_Entity
;
rdfs:
label
"composant"
;
fprm:
class
"composant"
;
fprm:
restriction
"icl>device"
;
fprm:
restriction
"icl>electronic_device"
;
fprm:
restriction
"icl>instrumentality"
;
fprm:
restriction
"icl>position"
;
.
fprm:
system_event
rdf:
type
fprm:
System_Property
;
rdfs:
label
"systemEvent"
;
fprm:
restriction
"icl>do"
;
.
fprm:
system_message
rdf:
type
fprm:
System_Entity
;
rdfs:
label
"message"
;
fprm:
class
"message"
;
fprm:
restriction
"icl>assignment"
;
fprm:
restriction
"icl>communication"
;
.
fprm:
system_place
rdf:
type
fprm:
System_Feature
;
...
...
@@ -89,3 +100,8 @@ fprm:system_place
fprm:
restriction
"icl>air_base_installation"
;
fprm:
restriction
"icl>place"
;
.
fprm:
system_state
rdf:
type
fprm:
System_Property
;
rdfs:
label
"systemState"
;
fprm:
restriction
"icl>property"
;
.
This diff is collapsed.
Click to expand it.
frame/system-ontology.ttl
+
24
−
12
View file @
8b5e1336
...
...
@@ -16,6 +16,12 @@ sys:Entity
rdfs:
label
"entité"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
.
sys:
Feature
rdf:
type
owl:
Class
;
rdfs:
label
"caractéristique"
@fr
;
rdfs:
label
"feature"
@en
;
rdfs:
subClassOf
sys:
Structure
;
.
sys:
Property
rdf:
type
owl:
Class
;
rdfs:
label
"property"
@en
;
...
...
@@ -26,37 +32,43 @@ sys:Structure
rdf:
type
owl:
Class
;
rdfs:
label
"System Ontology Structure"
;
.
sys:
action
rdf:
type
owl:
Class
;
rdfs:
label
"action "
@en
;
rdfs:
label
"action "
@fr
;
rdfs:
subClassOf
sys:
Property
;
.
sys:
agent
rdf:
type
owl:
Class
;
rdfs:
label
"agent"
@en
;
rdfs:
label
"agent"
@fr
;
rdfs:
subClassOf
sys:
Entity
;
.
sys:
attribute
rdf:
type
owl:
Class
;
rdfs:
label
"attribut"
@fr
;
rdfs:
label
"attribute "
@en
;
rdfs:
subClassOf
sys:
Property
;
.
sys:
component
rdf:
type
owl:
Class
;
rdfs:
label
"component"
@en
;
rdfs:
label
"composant"
@fr
;
rdfs:
subClassOf
sys:
Entity
;
.
sys:
event
rdf:
type
owl:
Class
;
rdfs:
label
"action "
@en
;
rdfs:
label
"action "
@fr
;
rdfs:
subClassOf
sys:
Property
;
.
sys:
message
rdf:
type
owl:
Class
;
rdfs:
label
"message"
@en
;
rdfs:
label
"message"
@fr
;
rdfs:
subClassOf
sys:
Entity
;
.
sys:
place
rdf:
type
owl:
Class
;
rdfs:
label
"lieu"
@fr
;
rdfs:
label
"place"
@en
;
rdfs:
subClassOf
sys:
Feature
;
.
sys:
property
rdf:
type
rdf:
Property
;
rdfs:
label
"System Property"
;
.
sys:
state
rdf:
type
owl:
Class
;
rdfs:
label
"attribut"
@fr
;
rdfs:
label
"attribute "
@en
;
rdfs:
subClassOf
sys:
Property
;
.
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