[tracker/wip/carlosg/hotdoc] docs: Add some basic info about license/website on index



commit 4c19be78c59cb8c8dfa22b3803be53bb3ad48c04
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Aug 30 16:14:23 2021 +0200

    docs: Add some basic info about license/website on index

 docs/reference/libtracker-sparql/index.md | 3 +++
 src/ontologies/nepomuk/33-nfo.ontology    | 2 +-
 src/ontologies/nepomuk/38-nmm.ontology    | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/libtracker-sparql/index.md b/docs/reference/libtracker-sparql/index.md
index 48feb76bd..5da81f0cc 100644
--- a/docs/reference/libtracker-sparql/index.md
+++ b/docs/reference/libtracker-sparql/index.md
@@ -4,3 +4,6 @@ Tracker is a low-footprint, yet complete implementation of the SPARQL
 standard. It allows you to create triplestores (either in disk or in
 memory), connect to remote SPARQL endpoints (via DBus or HTTP), or
 be an endpoint yourself.
+
+- *License:* LGPL-2.1-or-later
+- *Website:* [https://gnome.pages.gitlab.gnome.org/tracker/](https://gnome.pages.gitlab.gnome.org/tracker/)
diff --git a/src/ontologies/nepomuk/33-nfo.ontology b/src/ontologies/nepomuk/33-nfo.ontology
index 905bd879f..cf14f15c5 100644
--- a/src/ontologies/nepomuk/33-nfo.ontology
+++ b/src/ontologies/nepomuk/33-nfo.ontology
@@ -867,7 +867,7 @@ nfo:image-category-screenshot a nfo:ImageCategory .
 nfo:SoftwareCategory a rdfs:Class ;
        rdfs:label "Software" ;
        rdfs:comment "A software category" ;
-       rdfs:subClassOf nfo:DataContainer, nie:InformationElement .
+       rdfs:subClassOf nfo:DataContainer .
 
 # Addition to nepomuk
 nfo:softwareCategoryIcon a rdf:Property ;
diff --git a/src/ontologies/nepomuk/38-nmm.ontology b/src/ontologies/nepomuk/38-nmm.ontology
index 54938e995..159d2b658 100644
--- a/src/ontologies/nepomuk/38-nmm.ontology
+++ b/src/ontologies/nepomuk/38-nmm.ontology
@@ -68,7 +68,7 @@ nmm:Playlist a rdfs:Class ;
 nmm:Movie a rdfs:Class ;
        rdfs:label "Movie" ;
        rdfs:comment "A Movie" ;
-       rdfs:subClassOf nie:InformationElement, nfo:Media, nfo:Video, nfo:Visual .
+       rdfs:subClassOf nfo:Video.
 
 nmm:TVSeason a rdfs:Class ;
        rdfs:label "TV Season" ;
@@ -83,7 +83,7 @@ nmm:TVSeries a rdfs:Class ;
 nmm:TVShow a rdfs:Class ;
        rdfs:label "TV Show" ;
        rdfs:comment "A TV show" ;
-       rdfs:subClassOf nie:InformationElement, nfo:Media, nfo:Video, nfo:Visual .
+       rdfs:subClassOf nfo:Video .
 
 # Addition to nepomuk
 nmm:artistName a rdf:Property ;


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