https://schema.org/CreativeWorkSeries
A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. The emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as TV, radio and games). The [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts.
Instances of sdo:CreativeWorkSeries can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class sdo:CreativeWork | |||
sdo:alternativeHeadline | rdf:Property | A secondary title of the CreativeWork. | xsd:string |
sdo:conditionsOfAccess | rdf:Property | Conditions that affect the availability of, or method(s) of access to, an item. For Sound & Vision media objects online availability is indicated by: 'View/listen to media online at the item's URL: True/False'. When 'True', the content is available in the General Public Portal. | xsd:string |
sdo:hasPart | rdf:Property | Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). | sdo:Clip |
sdo:license | rdf:Property | A license document that applies to this content, typically indicated by URL. | xsd:string |
sdo:material | rdf:Property | The type of the programme/photo/object, e.g. video, audio, foto. NB: where material type is an electronic type, we are using sdo:associatedMedia, instead of sdo:material, that is solely used for other types of material, e.g. 'paper'. | xsd:string |
sdo:partOfSeason | rdf:Property | The season to which this episode belongs. | sdo:CreativeWorkSeason |
sdo:partOfSeries | rdf:Property | The series to which this episode or season belongs. | sdo:CreativeWorkSeries |
sdo:provider | rdf:Property | The broadcast company or archive depositor, producing the audiovisual object. Another party (a seller) may offer those objects on behalf of the provider. A provider may also serve as the seller. | sdo:Organization |
sdo:recordedAt | rdf:Property | Information about the circumstances of the recording of the audiovisual object. | sdo:Event |
From class sdo:Thing | |||
sdo:about | rdf:Property | The subject matter of the content. The subject comes from the GTAA Onderwerpen scheme. | sdo:Thing |
sdo:actor | rdf:Property | Name of the actor/actress that plays in the programme | sdo:Person |
sdo:additionalType | rdf:Property | Used in two ways: 1. the part of the Sound and Vision catalogue that this archive object belongs to, 2. persons or organisations from the thesaurus that are also a skos:Concept. | sdo:Text |
sdo:associatedMedia | rdf:Property | A media object that encodes this CreativeWork. This property is a synonym for encoding. | sdo:MediaObject |
sdo:byArtist | rdf:Property | The artist or performer, for example a musician or musical group performing on an album or recording, a presenter of a show, or an actor in a drama production. | sdo:Person |
sdo:contributor | rdf:Property | A secondary contributor to the CreativeWork or Event. For example a guest in a talkshow. | sdo:Person |
sdo:creator | rdf:Property | The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork. | sdo:Person |
sdo:datePublished | rdf:Property | The date by which this archive object should be sorted. The choice of date differs per type of archive object. E.g. for a TV programme, it is the date the programme is first broadcasted/published. | xsd:string |
sdo:duration | rdf:Property | The duration of the item (program, video, audio recording, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601). | xsd:string |
sdo:genre | rdf:Property | Genre of the CreativeWork, or the archive object. | sdo:Thing |
sdo:inLanguage | rdf:Property | The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). | xsd:string |
sdo:keywords | rdf:Property | Keywords or tags used to describe some item. | xsd:string |
sdo:location | rdf:Property | A geographical location from the GTAA Geografische Namen | sdo:Place |
sdo:locationCreated | rdf:Property | The location at which recording occurred for this archive object. | sdo:Place |
sdo:mainEntityOfPage | rdf:Property | Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details. | sdo:URL |
sdo:mentions | rdf:Property | Used for persons and corporations. Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept. | sdo:Thing |
sdo:name | rdf:Property | The name of the item. The main title. | xsd:string |
sdo:productionCompany | rdf:Property | The production company or studio responsible for the item, e.g. series, video game, episode etc. | sdo:Organization |
sdo:publisher | rdf:Property | The publisher of the creative work. | sdo:Thing |
sdo:url | rdf:Property | URL of the item. | sdo:URL |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <https://schema.org/> .
sdo:CreativeWorkSeries a rdfs:Class ;
rdfs:label "CreativeWorkSeries" ;
rdfs:comment "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. The emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as TV, radio and games). The [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts."@en,
"Een CreativeWorkSeries in schema.org is een groep gerelateerde items, doorgaans (maar niet noodzakelijk) van hetzelfde soort. CreativeWorkSeries zijn meestal georganiseerd in een volgorde, vaak chronologisch. De nadruk bij CreativeWorkSeries ligt op gepubliceerd materiaal (bijv. geschreven boeken en kranten, of media zoals TV, radio en video games). De [[hasPart]] / [[isPartOf]] eigenschappen kunnen gebruikt worden om CreativeWorkSeries aan zijn onderdelen te relateren."@nl ;
rdfs:subClassOf sdo:CreativeWork .