rdf

simongray 2022-08-18T12:51:02.296989Z

I would like to link to a prior version of an attribute as defined in the prior version of my schema. There is owl:priorVersion which is used in lexinfo in this manner, however that usage seems to be incorrect as the domain and range of owl:priorVersion are both owl:Ontology . Is there some other well-known attribute which accomplishes this?

2022-08-23T08:33:24.349099Z

I’m not sure the dcat property is quite right 🤔 I think rdfs:seeAlso might be a little better and also carries less entailment baggage than the dcat property; though arguably the intention is for ?objects to provide more information about ?subjects; than for ?additional_properties to provide more information about them; which I think is closer to the intent you want… I’d be tempted to find something in prov-o: https://www.w3.org/TR/2013/REC-prov-o-20130430/

🙏 1
Bart Kleijngeld 2022-08-18T13:05:05.756699Z

The way I read the OWL 2 recommendation, that's indeed not a suited choice. Section 5.5 describes all annotation properties, and I think you're right there's nothing suitable there. I'm interested in your case though. Could you elaborate why you want to do this?

simongray 2022-08-18T13:24:53.923279Z

I basically just wanted to document equivalence in a less strong way

2022-08-18T17:26:38.748269Z

Would any of the relationships discussed here make sense?

2022-08-18T17:28:10.328559Z

Also: https://www.w3.org/TR/vocab-dcat/#Class:Dataset

simongray 2022-08-19T07:07:57.394879Z

Thank you, @eric.d.scott. I think DCAT is probably the way to go.

👍 1
simongray 2022-08-18T13:34:02.627389Z

Another question. Say I want to define my (non-ontology) RDF dataset as an rdf:type which one should I pick? I need something to attach metadata to.