diff options
author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-07-15 10:04:50 +1000 |
---|---|---|
committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2021-07-15 10:04:50 +1000 |
commit | 9071117a4a70b8d1dbf9436919ce1d671b2bdc86 (patch) | |
tree | 60faa6287155c0614e6011e92fc09b0a10e24a27 /rdflib/namespace/_SOSA.py | |
parent | c62a573b4e9fbdcadcf2e008531c2c1579b81b5d (diff) | |
download | rdflib-9071117a4a70b8d1dbf9436919ce1d671b2bdc86.tar.gz |
fix docc build warnings
Diffstat (limited to 'rdflib/namespace/_SOSA.py')
-rw-r--r-- | rdflib/namespace/_SOSA.py | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/rdflib/namespace/_SOSA.py b/rdflib/namespace/_SOSA.py index 85c09343..21c12bfc 100644 --- a/rdflib/namespace/_SOSA.py +++ b/rdflib/namespace/_SOSA.py @@ -5,22 +5,15 @@ from rdflib.namespace import DefinedNamespace, Namespace class SOSA(DefinedNamespace): """ Sensor, Observation, Sample, and Actuator (SOSA) Ontology - + This ontology is based on the SSN Ontology by the W3C Semantic Sensor Networks Incubator Group (SSN-XG), together with considerations from the W3C/OGC Spatial Data on the Web Working Group. - + Generated from: http://www.w3.org/ns/sosa/ Date: 2020-05-26 14:20:08.792504 - a voaf:Vocabulary - dcterms:created "2017-04-17"^^xsd:date - dcterms:license <http://www.opengeospatial.org/ogc/Software> - <http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document> - dcterms:rights "Copyright 2017 W3C/OGC." - vann:preferredNamespacePrefix "sosa" - vann:preferredNamespaceUri "http://www.w3.org/ns/sosa/" """ - + # http://www.w3.org/2000/01/rdf-schema#Class ActuatableProperty: URIRef # An actuatable quality (property, characteristic) of a FeatureOfInterest. Actuation: URIRef # An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator. |