summaryrefslogtreecommitdiff
path: root/src/ontologies
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-06-18 14:04:20 +0200
committerCarlos Garnacho <carlosg@gnome.org>2020-06-18 14:04:20 +0200
commit7faeb615f3cd407f8fd805c6601f8c938444640a (patch)
treeb228176c9a3fc92ab317b4505c16a45f1c120e27 /src/ontologies
parentab0e79ac280f251c4e33b060d5508b911c28fa3b (diff)
downloadtracker-7faeb615f3cd407f8fd805c6601f8c938444640a.tar.gz
ontologies: Add tracker:extractorHash property
This is a string property that can be set on nfo:FileDataObject, it will be used to uniquely identify the extractor that extracted its metadata.
Diffstat (limited to 'src/ontologies')
-rw-r--r--src/ontologies/nepomuk/90-tracker.ontology7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ontologies/nepomuk/90-tracker.ontology b/src/ontologies/nepomuk/90-tracker.ontology
index 1fd59d4de..3e16e914f 100644
--- a/src/ontologies/nepomuk/90-tracker.ontology
+++ b/src/ontologies/nepomuk/90-tracker.ontology
@@ -79,3 +79,10 @@ tracker:hasExternalReference a rdf:Property ;
rdfs:comment "Links the information element with the external reference" ;
rdfs:domain nie:InformationElement ;
rdfs:range tracker:ExternalReference .
+
+tracker:extractorHash a rdf:Property ;
+ rdfs:label "Extractor hash" ;
+ rdfs:comment "Hash identifying the extractor of the metadata" ;
+ nrl:maxCardinality 1 ;
+ rdfs:domain nfo:FileDataObject ;
+ rdfs:range xsd:string .