[Nepomuk] Fwd: sequences

Roman Evstifeev someuniquename at gmail.com
Tue Sep 21 17:14:14 CEST 2010


2010/9/17 Bèrto ëd Sèra <berto.d.sera at gmail.com>:
> 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?


More information about the Nepomuk mailing list