Hello Rob, you can use the about property of a
schema.org
CreativeWork to give the subject of a resource.
I think that representing the hierarchy of topics is out of scope
for LRMI, and even for
schema.org as a whole. As I understand it
both LRMI and
schema.org are about describing resources on the web
and not much about representing knowledge structures. So while we
might use LRMI/
schema.org say a resource is about physics /
quantum mechanics / Heisenberg's uncertainty principle, and we
could even go as far as including a representation and description
of each of those topics as an intangible thing, I wouldn't try to
use
schema.org to describe the relationships between those
concepts. If that is what you want to do and if you want to do it
in a linked data / semantic web way, then you are best looking at
SKOS
http://www.w3.org/2004/02/skos/
That leaves the question of what to put into the about property:
do you put just the speciality and leave system to infer the
broader topics from the speciality/topic relationships held
elsewhere, or do you explicitly say that a the resource is about
each of them by repeating the about property, or about about all
of them by having one about property with all three topics in?
That's a judgement call, my feeling is that the first approach is
more sophisticated and better for local use, that the second might
be better for making sure other people get as much information as
possible (they might not have access to your representation of
topic relationships), and that the third should be avoided.
Phil