Skip to content

EditorialSegment for segmented metadata #502

Description

@RendersKoen

I was just wondering what the community thinks.

To provide metadata to Editorial Works, we currently (in our tests) use Editorial Segments, such as a subtitle, a rundown segment, face recognition, speech to text... And use ec:hasObjectType to relate to some internal classification

for example

vrtdata:someEditorialWork a ec:Program .

vrtdata:someEditorialSegment ec:description "Dat klopt en dat was heel mooi." ;
    ec:hasEnd vrtdata:someTimeCode ;
    ec:hasObjectType vrtskoseo:_ClosedSubtitling ;
    ec:hasStart vrtdata:someOtherTimeCode ;
    ec:isPartOf vrtdata:someEditorialWork ;
    rdf:type ec:EditorialSegment .

Would you think this is a proper way to interpret EditorialSegment, or is there another way to do this consistently and properly?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions