Commit fb13c1d5 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Uploaded an ontology file with only some metadata.

parent b22089f4
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4watr#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/> .

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .

@base <https://saref.etsi.org/saref4watr> .

<https://saref.etsi.org/saref4watr> rdf:type owl:Ontology ;
    dcterms:title "SAREF extension for the Water domain"^^xsd:string ;
    vann:preferredNamespacePrefix "saref4watr" ;
    vann:preferredNamespaceUri "https://saref.etsi.org/saref4watr" ;
    dcterms:description "This ontology extends the SAREF ontology for the Water domain. This work has been developed in the context of the STF 566 (https://portal.etsi.org/STF/STFs/STFHomePages/STF566.aspx)."^^xsd:string .