[tracker/wip/carlosg/games: 10/10] ontologies: Add class for games



commit 0a0e358024e1d6a49aa488b6c256594f4ff28f3e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Jun 18 14:28:51 2020 +0200

    ontologies: Add class for games
    
    We should have a representation for Games (even if minimal) to be useful
    to GNOME Games.

 src/ontologies/nepomuk/33-nfo.ontology | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/ontologies/nepomuk/33-nfo.ontology b/src/ontologies/nepomuk/33-nfo.ontology
index 8b06b369b..9d9c09e21 100644
--- a/src/ontologies/nepomuk/33-nfo.ontology
+++ b/src/ontologies/nepomuk/33-nfo.ontology
@@ -1084,3 +1084,9 @@ nfo:roiRefersTo a rdf:Property;
         nrl:maxCardinality 1 ;
         rdfs:domain nfo:RegionOfInterest ;
         rdfs:range nie:InformationElement.
+
+# Addition to nepomuk
+nfo:GameImage a rdfs:Class ;
+        rdfs:label "Game" ;
+        rdfs:comment "A game image. This is a Tracker extension" ;
+        rdfs:subClassOf nfo:SoftwareApplication .


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]