Frequency List of resources and properties

I want to make a list of resources and a list of properties, order by frequency of use. It would be grateful if you can help on improving the lists and even add new item to the lists.

A list of resource (exclude properties):

-- higher frequency
rdfs:Resource
rdf:Property
rdfs:Class
rdfs:Literal
rdf:List

-- lower frequency
rdf:Alt
rdf:Bag
rdf:Statement
rdf:Seq
rdf:XMLLiteral
rdfs:Container
rdfs:ContainerMembershipProperty
rdfs:Datatype
owl:AllDifferent
owl:AnnotationProperty
owl:Class
owl:DataRange
owl:DatatypeProperty
owl:DeprecatedClass
owl:DeprecatedProperty
owl:FunctionalProperty
owl:InverseFunctionalProperty
owl:Nothing
owl:ObjectProperty
owl:Ontology
owl:OntologyProperty
owl:Restriction
owl:SymmetricProperty
owl:Thing
owl:TransitiveProperty

A list of properties:

-- higher frequency
rdf:type
owl:sameAs
rdf:first
rdf:rest
rdf:nil
rdfs:domain
rdfs:range
rdfs:member
rdfs:subPropertyOf
rdfs:subClassOf

-- lower frequency
rdf:object
rdf:predicate
rdf:subject
rdf:value
rdfs:comment
rdfs:isDefinedBy
rdfs:label
rdfs:seeAlso
owl:allValuesFrom
owl:backwardCompatibleWith
owl:cardinality
owl:complementOf
owl:differentFrom
owl:disjointWith
owl:distinctMembers
owl:equivalentClass
owl:equivalentProperty
owl:hasValue
owl:imports
owl:incompatibleWith
owl:intersectionOf
owl:inverseOf
owl:maxCardinality
owl:minCardinality
owl:oneOf
owl:onProperty
owl:priorVersion
owl:someValuesFrom
owl:unionOf
owl:versionInfo

Frankly speaking, I don't have much statistics data and I am even lazy to produce one (my time is too tight.. my priority may not allow so.. work->study->work->study->... -_- and I am not too smart -_-...). The above 2 lists are my prediction only, modification with ground is totally welcome.


Jeremy

Received on Tuesday, 29 March 2005 18:52:39 UTC