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

Removed unused namespaces.

Removed the OWL API comment.
parent 55c1260f
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@prefix : <http://saref.linkeddata.es/def/bldg#> .
@prefix : <http://w3id.org/def/bldg#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bldg: <http://saref.linkeddata.es/def/bldg#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@@ -3696,6 +3695,3 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                    rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example,  Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ;
                    rdfs:isDefinedBy saref: ;
                    rdfs:label "Unit of measure"@en .


###  Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi
+2 −11
Original line number Diff line number Diff line
@prefix : <https://w3id.org/def/saref4envi#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rddl: <http://www.rddl.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@@ -20,11 +14,11 @@

<https://w3id.org/def/saref4envi> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://w3id.org/def/v1/saref4envi> ;
                                   dcterms:creator <http://purl.org/net/mpoveda> ;
                                   dcterms:creator <http://purl.org/net/mpoveda> ,
                                                   <http://www.garcia-castro.com/foaf.rdf#me> ;
                                   vann:preferredNamespaceUri "https://w3id.org/def/saref4envi#" ;
                                   rdfs:comment "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
                                   dc:title "SAREF extension for environment"@en ;
                                   dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
                                   vann:preferredNamespacePrefix "s4envi" ;
                                   dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
                                   owl:versionInfo "1.0" ;
@@ -960,6 +954,3 @@ saref:UnitOfMeasure rdf:type owl:Class ;
                            :LightProperty ;
                   rdfs:comment "An individual representing the light property scattering of light."@en ;
                   rdfs:label "Scattering of light"@en .


###  Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi