About the model: Question 17
Is there any way in RDF to require that whenever one property is present, another be present as well? For example, how could we require that if a creator role is used to relate a person to a work, either the primarycreator property or the secondarycreator property also be assigned to that creator role?
December 16, 2007 at 11:33 pm |
I’m not exactly following, but maybe rdfs:subPropertyOf? That would in effect say that a primaryCreator is also a creator.