1

I want to model a dataset in RDF with class name as subject and number of individuals present in the class as object. I am thinking of which predicate will be good to model this information

I searched different vocabularies like RDFS,SKOS etc and also in http://lov.okfn.org/dataset/lov/ but couldn't find the apt one.

Any suggestions regarding which vocabulary term will be good to model this information

shalini
  • 243
  • 1
  • 3
  • 10
  • 1
    I wonder why you need a predicate for that. Then you would need to update that every time you add more objects to the dataset. Is it not easier to calculate that information when it is needed? If you absolutely needs that predicate, you could always create your own predicate in OWL. – magnudae Oct 06 '14 at 13:51
  • 1
    I agree with @magnudae, this is sort of a strange property. However, if you're looking to do this for an RDFS class (you ask about "individuals of a class in RDF"), why not some `shalini:cardinality` property? If you do this in OWL, the property will have to be an annotation property. – Joshua Taylor Oct 06 '14 at 15:41
  • 1
    [Duplicated on SemanticWeb](http://answers.semanticweb.com/questions/30550/property-to-model-number-of-instances-of-a-class) (without any answers) – Ed Staub Oct 08 '14 at 23:06

0 Answers0