I have a quick question on how to express rdfs:subClassOf in neologism.
Assume, I have one class (C) in my ontology and every instance of this
class can be rdfs:subClassOf another instance in the same class. In
other words I'd like to represent C rdfs:subClassOf C. How can I
represent this in neologism? My workaround so far has been creating
another property as subClassOfC and making this property as a sub
property of rdfs:subClassOf. any better idea?
Thanks,
Reza