Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4ehaw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SAREF
saref4ehaw
Commits
f991edca
Commit
f991edca
authored
4 years ago
by
Marc Girod-Genet
Browse files
Options
Downloads
Patches
Plain Diff
New version addressing issue #49 from Maxime Lefrançois.
parent
04d642c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref4ehaw.ttl
+10
-10
10 additions, 10 deletions
ontology/saref4ehaw.ttl
with
10 additions
and
10 deletions
ontology/saref4ehaw.ttl
+
10
−
10
View file @
f991edca
...
...
@@ -152,12 +152,12 @@ s4ehaw:hasComputingPower rdf:type owl:ObjectProperty ;
rdfs:
label
"has computing power"
@en
.
### https://saref.etsi.org/saref4ehaw/hasConstraint
s4ehaw:
hasConstraint
rdf:
type
owl:
ObjectProperty
;
### https://saref.etsi.org/saref4ehaw/has
Data
Constraint
s4ehaw:
has
Data
Constraint
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
s4ehaw:
Data
;
rdfs:
range
s4ehaw:
Constraint
;
rdfs:
comment
"Data has constraints (validity, operating, security...)."
@en
;
rdfs:
label
"has constraint"
@en
.
rdfs:
range
s4ehaw:
Data
Constraint
;
rdfs:
comment
"Data has
data
constraints (validity, operating, security...)."
@en
;
rdfs:
label
"has
data
constraint"
@en
.
### https://saref.etsi.org/saref4ehaw/hasContact
...
...
@@ -941,10 +941,10 @@ s4ehaw:ComputingPower rdf:type owl:Class ;
rdfs:
label
"Computing power"
@en
.
### https://saref.etsi.org/saref4ehaw/Constraint
s4ehaw:
Constraint
rdf:
type
owl:
Class
;
### https://saref.etsi.org/saref4ehaw/
Data
Constraint
s4ehaw:
Data
Constraint
rdf:
type
owl:
Class
;
rdfs:
comment
"The Data constraints, e.g. validity, operating, security..."
@en
;
rdfs:
label
"
C
onstraint"
@en
.
rdfs:
label
"
Data c
onstraint"
@en
.
### https://saref.etsi.org/saref4ehaw/Contact
...
...
@@ -1056,7 +1056,7 @@ s4ehaw:Interface rdf:type owl:Class ;
### https://saref.etsi.org/saref4ehaw/LegalConstraint
s4ehaw:
LegalConstraint
rdf:
type
owl:
Class
;
rdfs:
subClassOf
s4ehaw:
Constraint
;
rdfs:
subClassOf
s4ehaw:
Data
Constraint
;
rdfs:
comment
"An empty container for describing the legal constraints a data can be submitted to, like e.g. anonymization."
@en
;
rdfs:
label
"Legal constraint"
@en
.
...
...
@@ -1196,7 +1196,7 @@ s4ehaw:User rdf:type owl:Class ;
### https://saref.etsi.org/saref4ehaw/ValidityConstraint
s4ehaw:
ValidityConstraint
rdf:
type
owl:
Class
;
rdfs:
subClassOf
s4ehaw:
Constraint
;
rdfs:
subClassOf
s4ehaw:
Data
Constraint
;
rdfs:
comment
"Data may have validity constraint such as allowable value range."
@en
;
rdfs:
label
"Validity constraint"
@en
.
...
...
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