I need to describe in RDF documents that are electronically signed PDFs versus documents that are normal PDFs. The list of IANA media types only contains application/pdf
media type.
What is the good practice to use a custom URI to identify electronically signed PDF from a normal PDF?
I am reading that a new media-type could be defined starting with x-
; can I simply define http://example.com/media-type/application/x-signed-pdf
and use this URI as a value for a dcterms:format
(or myontology:mediaType
) property in RDF?
We actually chose to :
So, we can rely on the "true" media-type property to do proper content negociation, and use the "custom" property for application-specific behavior.