Skip to main content
. Author manuscript; available in PMC: 2021 Nov 2.
Published in final edited form as: IEEE Internet Things J. 2018 Jul 10;5(5):3978–3990. doi: 10.1109/jiot.2018.2854278

Listing 1.

Ontology Metadata description example

1	<owl:Ontology rdf:about=“&m3;”>
2	<rdf:type rdf:resource=“&voaf;Vocabulary”/>
3	<dc:title xml:lang=“en”>The Machine−to−Machine Measurement (M3)
			Ontology</dc:title>
4	<dc:description xml:lang=“en”>M3 Ontology is a language,
		  nomenclature, dictionnary which unifies IoT data.</dc:description
		  >
5	<dc:creator>
6		   <foaf:Person rdf:about=“mailto:amelie.gyrard@emse.fr“>
7		   <foaf:name>Amelie Gyrard</foaf:name>
8		   </foaf:Person>
9	</dc:creator>
10	<dcterms:modified rdf:datatype=“http://www.w3.org/2001/XMLSchema#
		   date”>2017−06−09</dcterms:modified>
11	<dcterms:issued rdf:datatype=“http://www.w3.org/2001/XMLSchema#
		   date”>2013−02−21</dcterms:issued>
12	<owl:versionInfo rdf:datatype=“http://www.w3.org/2001/XMLSchema#
		   decimal”>0.7</owl:versionInfo>
13	<rdfs:comment xml:lang=“en”>M3 Ontology is a language,
		   nomenclature, dictionnary which unifies IoT data.</rdfs:comment
		   >
14	<vs:term_status>Work in progress</vs:term_status>
15	<vann:preferredNamespacePrefix>m3</vann:preferredNamespacePrefix>
16	         <vann:preferredNamespaceUri>http://sensormeasurement.appspot.com/
			      m3#</vann:preferredNamespaceUri>
17	</owl:Ontology>