2010/9/17 Bèrto ëd Sèra <[email protected]>: > foo:Profile rdf:type rdfs:Class .
> /* A "Region" has a textual description, along with other minor properties, > so we want it to inherit all translation capabilities from Profile */ > foo:Region rdf:type rdfs: Class. > foo:Region rdfs:subClassOf foo:Profile . > /* This is where actual content is */ > foo:Content rdf:type rdfs:Class . > foo:means rdf:type rdf:Property . > foo:means rdfs:domain foo:Content . > foo:means rdfs:range foo:Profile . ... > foo:belongsTo rdf:type rdf:Property . > foo:belongsTo rdfs:domain foo:Content . > foo:belongsTo rdfs:range foo:Region . Since Region is subclasss of Profile, foo:means property may relate Content to Region. foo:belongsTo seems to serve the same purpose here, or those 2 properties should have different semantics? _______________________________________________ Nepomuk mailing list [email protected] https://mail.kde.org/mailman/listinfo/nepomuk
