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
ec7b4808
Commit
ec7b4808
authored
Dec 1, 2021
by
Aurélien Lamercerie
Browse files
Options
Downloads
Patches
Plain Diff
Update frame ontology
parent
8c6a10e7
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
frame/system-ontology.ttl
+68
-93
68 additions, 93 deletions
frame/system-ontology.ttl
with
68 additions
and
93 deletions
frame/system-ontology.ttl
+
68
−
93
View file @
ec7b4808
...
@@ -19,57 +19,40 @@
...
@@ -19,57 +19,40 @@
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology>
<https://unsel.tetras-libre.fr/tenet/frame/system-ontology>
rdf:
type
owl:
Ontology
;
rdf:
type
owl:
Ontology
;
.
.
sys:
Abstraction
rdf:
type
owl:
Class
;
rdfs:
label
"Abstraction"
;
rdfs:
subClassOf
sys:
Structure
;
.
sys:
Actor
rdf:
type
owl:
Class
;
rdfs:
label
"physical"
@en
;
rdfs:
label
"physique"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Environmental_Actor"
;
.
sys:
Annotation
sys:
Annotation
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"structure property"
;
rdfs:
label
"structure property"
;
rdfs:
subPropertyOf
sys:
Property
;
rdfs:
subPropertyOf
sys:
Property
;
.
.
sys:
Climate_Policy
rdf:
type
owl:
Class
;
rdfs:
label
"Climate Policy"
@en
;
rdfs:
label
"Politique climatique"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Climate_Policy"
;
.
sys:
Enterprise
sys:
Enterprise
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"Enterprise"
;
rdfs:
label
"Enterprise"
;
rdfs:
subClassOf
sys:
Structure
;
rdfs:
subClassOf
sys:
Structure
;
.
.
sys:
Environmental_Actor
rdf:
type
owl:
Class
;
rdfs:
label
"physical"
@en
;
rdfs:
label
"physique"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Environmental_Actor"
;
.
sys:
ISO_14001_site
sys:
ISO_14001_site
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"site under ISO 14001scheme"
@en
;
rdfs:
label
"site under ISO 14001scheme"
@en
;
rdfs:
label
"sites certifiés ISO 14001"
@fr
;
rdfs:
label
"sites certifiés ISO 14001"
@fr
;
rdfs:
subClassOf
sys:
Environmental_Actor
;
rdfs:
subClassOf
sys:
Actor
;
sys:
has_mother_class
sys:
Physical
;
sys:
is_class
"ISO_14001_site"
;
sys:
is_class
"ISO_14001_site"
;
.
.
sys:
Impact
rdf:
type
owl:
Class
;
rdfs:
label
"impact"
@en
;
rdfs:
label
"impact"
@fr
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Impact"
;
.
sys:
ObjectProperty
sys:
ObjectProperty
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"Object Property"
;
rdfs:
label
"Object Property"
;
rdfs:
subPropertyOf
sys:
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
sys:
Property
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"Property"
;
rdfs:
label
"Property"
;
...
@@ -92,21 +75,51 @@ sys:Structure
...
@@ -92,21 +75,51 @@ sys:Structure
sys:
has_frame_uri
"https://unsel.tetras-libre.fr/tenet/frame/system-ontology/"
;
sys:
has_frame_uri
"https://unsel.tetras-libre.fr/tenet/frame/system-ontology/"
;
sys:
has_reference
"class"
;
sys:
has_reference
"class"
;
.
.
sys:
Undeterminate
rdf:
type
owl:
Class
;
rdfs:
label
"Undifined"
;
rdfs:
subClassOf
sys:
Structure
;
sys:
has_mother_class
sys:
Undeterminate
;
sys:
has_restriction
"*"
;
sys:
is_class
"undeterminate"
;
.
sys:
Verb
sys:
Verb
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"Verb"
;
rdfs:
label
"Verb"
;
rdfs:
subClassOf
sys:
Structure
;
rdfs:
subClassOf
sys:
Structure
;
sys:
is_class
"Verb"
;
sys:
is_class
"Verb"
;
.
.
sys:
abstact_action
rdf:
type
owl:
Class
;
rdfs:
label
"abstact action"
;
rdfs:
subClassOf
sys:
Abstraction
;
sys:
has_mother_class
sys:
Abstraction
;
sys:
has_restriction
"management"
;
sys:
is_class
"abstract_action"
;
.
sys:
abstract_thing
sys:
abstract_thing
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"abstract thing"
@en
;
rdfs:
label
"abstract thing"
@en
;
rdfs:
label
"élément abstrait"
@fr
;
rdfs:
label
"élément abstrait"
@fr
;
rdfs:
subClassOf
sys:
S
tr
u
ct
ure
;
rdfs:
subClassOf
sys:
Abs
tr
a
ct
ion
;
sys:
has_mother_class
sys:
Abstraction
;
sys:
has_mother_class
sys:
Abstraction
;
sys:
has_restriction
"icl>abstract_thing"
;
sys:
has_restriction
"icl>abstract_thing"
;
sys:
has_restriction
"icl>suggestion"
;
sys:
is_class
"abstract_thing"
;
sys:
is_class
"abstract_thing"
;
.
.
sys:
abstract_topic
rdf:
type
owl:
Class
;
rdfs:
label
"topic"
;
rdfs:
subClassOf
sys:
Abstraction
;
sys:
has_mother_class
sys:
Abstraction
;
sys:
has_restriction
"biodiversity"
;
sys:
has_restriction
"carbon"
;
sys:
has_restriction
"ecology"
;
sys:
has_restriction
"energy"
;
sys:
has_restriction
"rse"
;
sys:
has_restriction
"water"
;
sys:
is_class
"abstract_topic"
;
.
sys:
action
sys:
action
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"action"
;
rdfs:
label
"action"
;
...
@@ -135,45 +148,34 @@ sys:audit_contractor
...
@@ -135,45 +148,34 @@ sys:audit_contractor
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"environmentally and socially audit contractor"
@en
;
rdfs:
label
"environmentally and socially audit contractor"
@en
;
rdfs:
label
"sous-traitant audité"
@fr
;
rdfs:
label
"sous-traitant audité"
@fr
;
rdfs:
subClassOf
sys:
Environmental_Actor
;
rdfs:
subClassOf
sys:
Actor
;
sys:
has_mother_class
sys:
Physical
;
sys:
is_class
"audit_contractor"
;
sys:
is_class
"audit_contractor"
;
.
.
sys:
audit_supplier
sys:
audit_supplier
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"environmentally and socially audit supplier"
@en
;
rdfs:
label
"environmentally and socially audit supplier"
@en
;
rdfs:
label
"fournisseur audité"
@fr
;
rdfs:
label
"fournisseur audité"
@fr
;
rdfs:
subClassOf
sys:
Environmental_Actor
;
rdfs:
subClassOf
sys:
Actor
;
sys:
has_mother_class
sys:
Physical
;
sys:
is_class
"audit_supplier"
;
sys:
is_class
"audit_supplier"
;
.
.
sys:
c
ircular_economy_policy
sys:
c
apex
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"c
ircular economy policy"
@en
;
rdfs:
label
"c
apex"
;
rdfs:
label
"politique économie circulaire"
@fr
;
rdfs:
subClassOf
sys:
Enterprise
;
rdfs:
subC
lass
Of
sys:
Climate_Policy
;
sys:
has_mother_c
lass
sys:
Enterprise
;
sys:
has_
mother_class
sys:
Climate_Policy
;
sys:
has_
restriction
"icl>capex"
;
sys:
is_class
"c
ircular_economy_policy
"
;
sys:
is_class
"c
apex
"
;
.
.
sys:
classProperty
sys:
classProperty
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"System Property"
;
rdfs:
label
"System Property"
;
.
.
sys:
consumption
rdf:
type
owl:
Class
;
rdfs:
label
"consommation"
@fr
;
rdfs:
label
"consumption"
@en
;
rdfs:
subClassOf
sys:
Impact
;
sys:
has_mother_class
sys:
Impact
;
sys:
has_restriction
"consumption"
;
sys:
is_class
"consumption"
;
.
sys:
document
sys:
document
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"document"
;
rdfs:
label
"document"
;
rdfs:
subClassOf
sys:
Enterprise
;
rdfs:
subClassOf
sys:
Enterprise
;
sys:
has_mother_class
sys:
Enterprise
;
sys:
has_mother_class
sys:
Enterprise
;
sys:
has_restriction
"
icl>
plan"
;
sys:
has_restriction
"plan
(
"
;
sys:
is_class
"sys:document"
;
sys:
is_class
"sys:document"
;
.
.
sys:
entityClassProperty
sys:
entityClassProperty
...
@@ -191,14 +193,6 @@ sys:from_structure
...
@@ -191,14 +193,6 @@ sys:from_structure
rdfs:
label
"from structure"
;
rdfs:
label
"from structure"
;
rdfs:
subPropertyOf
sys:
ObjectProperty
;
rdfs:
subPropertyOf
sys:
ObjectProperty
;
.
.
sys:
green_capex
rdf:
type
owl:
Class
;
rdfs:
label
"green capex"
@en
;
rdfs:
label
"investissement vert"
@fr
;
rdfs:
subClassOf
sys:
Climate_Policy
;
sys:
has_mother_class
sys:
Climate_Policy
;
sys:
is_class
"green_capex"
;
.
sys:
has_actor
sys:
has_actor
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"has actor"
;
rdfs:
label
"has actor"
;
...
@@ -275,33 +269,31 @@ sys:has_verb
...
@@ -275,33 +269,31 @@ sys:has_verb
rdfs:
label
"has verb"
;
rdfs:
label
"has verb"
;
rdfs:
subPropertyOf
sys:
eventClassProperty
;
rdfs:
subPropertyOf
sys:
eventClassProperty
;
.
.
sys:
impact
rdf:
type
owl:
Class
;
rdfs:
label
"impact"
;
rdfs:
subClassOf
sys:
Enterprise
;
sys:
has_mother_class
sys:
Enterprise
;
sys:
has_restriction
"consumption"
;
sys:
has_restriction
"waste"
;
sys:
is_class
"impact"
;
.
sys:
is_class
sys:
is_class
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"is class"
;
rdfs:
label
"is class"
;
rdfs:
subPropertyOf
sys:
Seed
;
rdfs:
subPropertyOf
sys:
Seed
;
.
.
sys:
matter
rdf:
type
owl:
Class
;
rdfs:
label
"matière"
@fr
;
rdfs:
label
"matter"
@en
;
rdfs:
subClassOf
sys:
Physical
;
sys:
has_mother_class
sys:
Physical
;
sys:
has_restriction
"icl>matter"
;
sys:
is_class
"matter"
;
.
sys:
objectProperty
sys:
objectProperty
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
rdfs:
label
"object property"
;
rdfs:
label
"object property"
;
.
.
sys:
p
henomenon
sys:
p
olicy
rdf:
type
owl:
Class
;
rdf:
type
owl:
Class
;
rdfs:
label
"phenomenon"
@en
;
rdfs:
label
"policy"
;
rdfs:
label
"phénomène"
@fr
;
rdfs:
subClassOf
sys:
Enterprise
;
rdfs:
subClassOf
sys:
Physical
;
sys:
has_mother_class
sys:
Enterprise
;
sys:
has_mother_class
sys:
Physical
;
sys:
has_restriction
"icl>policy"
;
sys:
has_restriction
"icl>diverseness"
;
sys:
is_class
"policy"
;
sys:
has_restriction
"icl>physical_phenomenon"
;
sys:
is_class
"place"
;
.
.
sys:
stateProperty
sys:
stateProperty
rdf:
type
rdf:
Property
;
rdf:
type
rdf:
Property
;
...
@@ -321,20 +313,3 @@ sys:verbType
...
@@ -321,20 +313,3 @@ sys:verbType
rdfs:
label
"verb type"
;
rdfs:
label
"verb type"
;
rdfs:
subPropertyOf
sys:
verbClassProperty
;
rdfs:
subPropertyOf
sys:
verbClassProperty
;
.
.
sys:
waste
rdf:
type
owl:
Class
;
rdfs:
label
"déchet"
@fr
;
rdfs:
label
"waste"
@en
;
rdfs:
subClassOf
sys:
Impact
;
sys:
has_mother_class
sys:
Impact
;
sys:
has_restriction
"waste"
;
sys:
is_class
"waste"
;
.
sys:
water_policy
rdf:
type
owl:
Class
;
rdfs:
label
"politique eau"
@fr
;
rdfs:
label
"water policy"
@en
;
rdfs:
subClassOf
sys:
Climate_Policy
;
sys:
has_mother_class
sys:
Climate_Policy
;
sys:
is_class
"water_policy"
;
.
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