Smalyshev has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/215934

Change subject: add new value types to ontology
......................................................................

add new value types to ontology

Change-Id: I033a4e2610cc87febf47f9830038570273216514
---
M docs/ontology.owl
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/34/215934/1

diff --git a/docs/ontology.owl b/docs/ontology.owl
index c341468..13f27eb 100644
--- a/docs/ontology.owl
+++ b/docs/ontology.owl
@@ -76,6 +76,20 @@
     <rdfs:label>Rank</rdfs:label>
     <rdfs:comment>Wikibase statement rank.</rdfs:comment>
   </owl:Class>
+  
+  <owl:Class rdf:about="&wikibase;QuantityValue">
+    <rdfs:label>QuantityValue</rdfs:label>
+    <rdfs:comment>Wikibase extended value representing quantity.</rdfs:comment>
+  </owl:Class>
+  <owl:Class rdf:about="&wikibase;TimeValue">
+    <rdfs:label>TimeValue</rdfs:label>
+    <rdfs:comment>Wikibase extended value representing time.</rdfs:comment>
+  </owl:Class>
+  <owl:Class rdf:about="&wikibase;GeocoordinateValue">
+    <rdfs:label>GeocoordinateValue</rdfs:label>
+    <rdfs:comment>Wikibase extended value representing geographic 
coordinate.</rdfs:comment>
+  </owl:Class>
+  
 
   <!--
   
///////////////////////////////////////////////////////////////////////////////////////

-- 
To view, visit https://gerrit.wikimedia.org/r/215934
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I033a4e2610cc87febf47f9830038570273216514
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <smalys...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to