summaryrefslogtreecommitdiff
path: root/src/ontologies/nepomuk
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-08-28 10:42:57 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-08-28 10:46:46 +0200
commitea4c883b321402bf3240673b397363df5f15220a (patch)
tree8600d65b16f8b9d2fc53cfe51438068629804eb8 /src/ontologies/nepomuk
parente976ef3f3fad646df0f496920703f261d2efaa33 (diff)
downloadtracker-ea4c883b321402bf3240673b397363df5f15220a.tar.gz
ontologies: Drop cardinality from legalese propertieswip/carlosg/legalese-cardinality
nie:copyright and nie:license were single valued and subproperties of the common single valued properties nie:legal and dc:rights. Drop cardinality restrictions on all of those, so we can have multiple values for each. This happens to be in line with the last ever version of NIE ontology. Closes: https://gitlab.gnome.org/GNOME/tracker/issues/33
Diffstat (limited to 'src/ontologies/nepomuk')
-rw-r--r--src/ontologies/nepomuk/30-nie.ontology5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ontologies/nepomuk/30-nie.ontology b/src/ontologies/nepomuk/30-nie.ontology
index bfc6a875d..919dfe06f 100644
--- a/src/ontologies/nepomuk/30-nie.ontology
+++ b/src/ontologies/nepomuk/30-nie.ontology
@@ -10,7 +10,7 @@
nie: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "nie" ;
- nao:lastModified "2014-06-03T13:06:00Z" .
+ nao:lastModified "2018-08-25T11:00:00Z" .
nie:DataObject a rdfs:Class ;
rdfs:label "Data Object" ;
@@ -103,7 +103,6 @@ nie:plainTextContent a rdf:Property ;
nie:legal a rdf:Property ;
rdfs:comment "A common superproperty for all properties that point at legal information about an Information Element";
rdfs:subPropertyOf dc:rights ;
- nrl:maxCardinality 1 ;
rdfs:domain nie:InformationElement ;
rdfs:range xsd:string .
@@ -156,7 +155,6 @@ nie:links a rdf:Property ;
# Bug in nepomuk specification. Taking domain from superproperty
nie:copyright a rdf:Property ;
rdfs:subPropertyOf dc:rights , nie:legal ;
- nrl:maxCardinality 1 ;
rdfs:domain nie:InformationElement ;
rdfs:range xsd:string ;
tracker:writeback true .
@@ -207,7 +205,6 @@ nie:lastRefreshed a rdf:Property ;
nie:license a rdf:Property ;
rdfs:comment "Terms and intellectual property rights licensing conditions.";
rdfs:subPropertyOf dc:rights , nie:legal ;
- nrl:maxCardinality 1 ;
rdfs:domain nie:InformationElement ;
rdfs:range xsd:string .