owl - EPUB in Protege -
how can represent epub property in protege?
i need set content of epub file, can infer metadata individuals of ontology.
i think depends on individuals. according epub community, following example minimal set publications must contain:
<package … unique-identifier="pub-id"> … <metadata xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:identifier id="pub-id">urn:uuid:a1b0d67e-2e81-4df5-9e67-a64cbe366809</dc:identifier> <dc:title>norwegian wood</dc:title> <dc:language>en</dc:language> <meta property="dcterms:modified">2011-01-01t12:00:00z</meta> </metadata> … so, based on example, need minimum have:
hasuuid hastitle haslanguage also, depending on system, either object property or datatype property.
Comments
Post a Comment