Commit 972640f8 authored by María's avatar María
Browse files

added metadata in ontology and change range in example.

parent 529e7d08
Loading
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> .
@prefix ex: <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA# .
@prefix ex: <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@@ -9,10 +9,15 @@
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> .

<https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> rdf:type owl:Ontology ;
                                                     owl:imports <https://saref.etsi.org/saref4inma/> ;
<https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4inma/v1.1.2/> ;
  dcterms:title "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ;
  dcterms:description "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string .