Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
saref-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
18
Issues
18
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SAREF
saref-core
Commits
f457b3fb
Commit
f457b3fb
authored
May 29, 2020
by
Maxime Lefrançois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issues in TS 103 673 Clause 9.6.2
parent
133d61f3
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
8 deletions
+9
-8
doorswitch.ttl
examples/doorswitch.ttl
+1
-1
energymeter.ttl
examples/energymeter.ttl
+1
-1
lightswitch.ttl
examples/lightswitch.ttl
+1
-1
multimedia.ttl
examples/multimedia.ttl
+1
-1
smokesensor.ttl
examples/smokesensor.ttl
+1
-1
temperaturesensor.ttl
examples/temperaturesensor.ttl
+1
-1
time.ttl
examples/time.ttl
+1
-1
washingmachine.ttl
examples/washingmachine.ttl
+1
-1
tests.csv
tests/tests.csv
+1
-0
No files found.
examples/doorswitch.ttl
View file @
f457b3fb
...
...
@@ -5,7 +5,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-ds:
<http://ontology.tno.nl/saref/doorswitch#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/energymeter.ttl
View file @
f457b3fb
...
...
@@ -4,7 +4,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-em:
<http://ontology.tno.nl/saref/energymeter#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/lightswitch.ttl
View file @
f457b3fb
...
...
@@ -5,7 +5,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-ls:
<http://ontology.tno.nl/saref/lightswitch#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/multimedia.ttl
View file @
f457b3fb
...
...
@@ -2,7 +2,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-mm:
<http://ontology.tno.nl/saref/multimedia#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/smokesensor.ttl
View file @
f457b3fb
...
...
@@ -5,7 +5,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-ss:
<http://ontology.tno.nl/saref/smokesensor#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/temperaturesensor.ttl
View file @
f457b3fb
...
...
@@ -5,7 +5,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-ts:
<http://ontology.tno.nl/saref/tempsensor#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
examples/time.ttl
View file @
f457b3fb
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
examples/washingmachine.ttl
View file @
f457b3fb
...
...
@@ -4,7 +4,7 @@
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
saref:
<https://
w3id.org/saref#
>
.
@prefix
saref:
<https://
saref.etsi.org/core/
>
.
@prefix
saref-wm:
<http://ontology.tno.nl/saref/washingmachine#>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
...
...
tests/tests.csv
View file @
f457b3fb
Id;Requirement;Category;Test
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