Class: Video Object (VideoObject)
URI: schema:VideoObject
classDiagram
class VideoObject
click VideoObject href "../VideoObject"
MediaObject <|-- VideoObject
click MediaObject href "../MediaObject"
VideoObject : category
VideoObject : contentUrl
VideoObject : id
VideoObject : inLanguage
VideoObject : name
VideoObject --> "*" LangString : name
click LangString href "../LangString"
Inheritance
- Thing
- MediaObject
- VideoObject
- MediaObject
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
inLanguage | 0..1 String |
MediaObject | |
contentUrl | 1 Uriorcurie |
MediaObject | |
id | 0..1 Uriorcurie |
A unique identifier for an entity | Thing |
name | * LangString |
Thing | |
category | 0..1 Uriorcurie |
Name of the high level ontology class in which this entity is categorized | Thing |
Usages
used by | used in | type | used |
---|---|---|---|
Item | video | any_of[range] | VideoObject |
Identifier and Mapping Information
Schema Source
- from schema: http://schema.repronim.org/
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:VideoObject |
native | http://schema.repronim.org/:VideoObject |
LinkML Source
Direct
Induced
name: VideoObject
title: Video Object
from_schema: http://schema.repronim.org/
is_a: MediaObject
attributes:
inLanguage:
name: inLanguage
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:inLanguage
alias: inLanguage
owner: VideoObject
domain_of:
- LandingPage
- MediaObject
- ResponseActivity
range: string
contentUrl:
name: contentUrl
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:contentUrl
alias: contentUrl
owner: VideoObject
domain_of:
- MediaObject
range: uriorcurie
required: true
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:identifier
alias: id
owner: VideoObject
domain_of:
- Participant
- Thing
range: uriorcurie
name:
name: name
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:name
alias: name
owner: VideoObject
domain_of:
- Choice
- Thing
range: langString
multivalued: true
inlined: true
category:
name: category
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the biolink entity type class. In an RDF database
it should be a model class URI. This field is multi-valued.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: rdf:type
alias: category
owner: VideoObject
domain_of:
- Thing
range: uriorcurie
class_uri: schema:VideoObject