/usr/share/tracker/ontologies/11-rdf.ontology is in tracker 1.2.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | @prefix nrl: <http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tracker: <http://www.tracker-project.org/ontologies/tracker#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
rdf: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "rdf" ;
nao:lastModified "2011-01-31T15:00:00Z" .
rdfs: a tracker:Namespace ;
tracker:prefix "rdfs" .
rdfs:Resource a rdfs:Class ;
rdfs:label "All Resources" ;
rdfs:comment "All resources" .
rdfs:Class a rdfs:Class ;
rdfs:label "Class" ;
rdfs:subClassOf rdfs:Resource .
rdf:Property a rdfs:Class ;
rdfs:label "Property" ;
rdfs:subClassOf rdfs:Resource .
rdfs:Literal a rdfs:Class ;
rdfs:label "Literal" ;
rdfs:subClassOf rdfs:Resource .
rdf:type a rdf:Property ;
rdfs:domain rdfs:Resource ;
rdfs:range rdfs:Class .
rdfs:subClassOf a rdf:Property ;
rdfs:domain rdfs:Class ;
rdfs:range rdfs:Class .
rdfs:subPropertyOf a rdf:Property ;
rdfs:domain rdf:Property ;
rdfs:range rdf:Property .
rdfs:comment a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdfs:Resource ;
rdfs:range xsd:string .
rdfs:label a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdfs:Resource ;
rdfs:range xsd:string .
rdfs:domain a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range rdfs:Resource .
rdfs:range a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range rdfs:Class .
tracker: a tracker:Namespace ;
tracker:prefix "tracker" .
tracker:Namespace a rdfs:Class ;
rdfs:label "Namespace" ;
rdfs:subClassOf rdfs:Resource .
tracker:Ontology a rdfs:Class ;
rdfs:label "Ontology" ;
rdfs:subClassOf rdfs:Resource .
tracker:prefix a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain tracker:Namespace ;
rdfs:range xsd:string .
tracker:domainIndex a rdf:Property ;
rdfs:domain rdfs:Class ;
rdfs:range rdf:Property .
tracker:indexed a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:boolean .
tracker:secondaryIndex a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range rdf:Property .
tracker:fulltextIndexed a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:boolean .
tracker:fulltextNoLimit a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:comment "tracker:fulltextNoLimit is deprecated, no word length limits are imposed on FTS" ;
rdfs:domain rdf:Property ;
rdfs:range xsd:boolean .
tracker:transient a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:boolean .
tracker:weight a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:integer .
tracker:defaultValue a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdf:Property ;
rdfs:range xsd:string .
tracker:added a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdfs:Resource ;
rdfs:range xsd:dateTime ;
tracker:indexed true .
# implicitly updated modification time
tracker:modified a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdfs:Resource ;
rdfs:range xsd:integer .
# used to track resources that have been partially restored and require reextraction
tracker:damaged a rdf:Property ;
nrl:maxCardinality 1 ;
rdfs:domain rdfs:Resource ;
rdfs:range xsd:boolean .
|