Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4inma
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
saref4inma
Commits
a24edb15
Commit
a24edb15
authored
10 months ago
by
María
Browse files
Options
Downloads
Patches
Plain Diff
do not reuse s4bldg:PhysicalObject closes
#15
parent
0f1f79ed
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Import SAREF and don't use deprecated terms
Pipeline
#6735
passed with warnings
10 months ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref4inma.ttl
+9
-8
9 additions, 8 deletions
ontology/saref4inma.ttl
with
9 additions
and
8 deletions
ontology/saref4inma.ttl
+
9
−
8
View file @
a24edb15
...
...
@@ -5,6 +5,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
vann:
<http://purl.org/vocab/vann/>
.
@prefix
geo:
<http://www.opengis.net/ont/geosparql#>
.
@prefix
saref:
<https://saref.etsi.org/core/>
.
@prefix
s4inma:
<https://saref.etsi.org/saref4inma/>
.
@base
<https://saref.etsi.org/saref4inma/>
.
...
...
@@ -317,6 +318,13 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ;
# Classes
#################################################################
geo:
SpatialObject
a
owl:
Class
;
rdfs:
comment
"The class spatial-object represents everything that can have a spatial representation. It is superclass of feature and geometry."
@en
;
rdfs:
isDefinedBy
<http://www.opengis.net/ont/geosparql>
;
rdfs:
label
"SpatialObject"
@en
.
### http://www.w3.org/2004/02/skos/core#ConceptScheme
<http://www.w3.org/2004/02/skos/core#ConceptScheme>
rdf:
type
owl:
Class
;
rdfs:
comment
"SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts."
;
...
...
@@ -335,12 +343,6 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ;
rdfs:
label
"Building space"
@en
.
### https://saref.etsi.org/saref4bldg/PhysicalObject
<https://saref.etsi.org/saref4bldg/PhysicalObject>
rdf:
type
owl:
Class
;
rdfs:
comment
"Any Object that has a proper space region. (Definition extracted from DUL ontology)"
;
rdfs:
label
"Physical object"
@en
.
### https://saref.etsi.org/saref4inma/ActualMeasurement
s4inma:
ActualMeasurement
rdf:
type
owl:
Class
;
rdfs:
subClassOf
saref:
Observation
;
...
...
@@ -556,8 +558,7 @@ s4inma:MaterialCategory rdf:type owl:Class ;
### https://saref.etsi.org/saref4inma/ProductionEquipment
s4inma:
ProductionEquipment
rdf:
type
owl:
Class
;
rdfs:
subClassOf
saref:
Device
,
<https://saref.etsi.org/saref4bldg/PhysicalObject>
,
rdfs:
subClassOf
saref:
Device
,
geo:
SpatialObject
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
saref:
hasFunction
;
owl:
allValuesFrom
s4inma:
ProductionEquipmentFunction
...
...
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