Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref4ener
Commits
7b6bd15e
Commit
7b6bd15e
authored
Jun 03, 2020
by
Maxime Lefrançois
Browse files
Issues in TS 103 673 Clause 9.6.3
parent
be41c223
Pipeline
#16
failed with stage
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
examples/heatingsystem.ttl
examples/heatingsystem.ttl
+8
-8
No files found.
examples/heatingsystem.ttl
View file @
7b6bd15e
# baseURI: http://ontology.tno.nl/examples/saref4ener/heatingsystem
# imports: https://w3id.org/saref4ener
@prefix
ex:
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
...
...
@@ -10,11 +6,15 @@
@prefix
saref:
<https://saref.etsi.org/core/>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
dctype:
<http://purl.org/dc/dcmitype/>
.
@prefix
dcterms:
<http://purl.org/dc/terms/>
.
<https://saref.etsi.org/saref4ener/v1.1.2/example/heatingsystem#>
a
dctype:
Dataset
;
dcterms:
license
<https://forge.etsi.org/etsi-software-license>
;
dcterms:
conformsTo
<https://saref.etsi.org/saref4ener/v1.1.2/>
;
dcterms:
title
"Example heatingsystem"
@en
;
dcterms:
description
"Example heatingsystem"
@en
.
<http://ontology.tno.nl/examples/saref4ener/heatingsystem>
rdf:
type
owl:
Ontology
;
owl:
imports
<https://w3id.org/saref4ener>
;
.
time:
Beginning_PowerProfile-1-HS0001
rdf:
type
time:
Instant
;
rdfs:
label
"Beginning Power profile-1-HS0001"
^^
xsd:
string
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment