Hi all, I am modelling the structure and content from a document. I am using DoCO ( http://purl.org/spar/doco<http://www.essepuntato.it/lode/http://purl.org/spar/doco>) for the structure, i.e. Section, Paragraph, etc. Now I need to model the actual content in a paragraph, meaning the text in it. Here an example:
<myDocumentURI> pattern:contains [ a doco:Section ; pattern:contains [ a doco:Paragraph ; -content property- "This is the text in the paragraph." ] ] . One option is sioc:content but I am not quite sure whether it fits. Opinions? bibo:content (http://bibliontology.com/) is deprecated so I do not want to use that one; the recommendation there is to use rdf:value, that would be an alternative (but it is kind of general). It could also be c4o:hasContent (http://purl.org/spar/c4o). What would be the best approach? any suggestions? Cheers, ljgc -- You received this message because you are subscribed to the Google Groups "SIOC-Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/sioc-dev/-/PjE5A43Z6KwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sioc-dev?hl=en.
