Commit 7b6bd15e authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Issues in TS 103 673 Clause 9.6.3

parent be41c223
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line

# 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 ;