purl:series leaf node


URI

http://purl.org/ontology/po/series

Label

series

Description

A segment of content intended for broadcast on over-the-air, cable television, or Internet television, other than a commercial, trailer, or any other segment of content not serving as attraction for viewership - A sequence of products having certain characteristics in common that are formally identified together as a group. - A collection of related films in succession that share the same fictional universe

Usage

DOMAINPROPERTYRANGE
schema:Book , schema:MusicAlbum , schema:Movie purl:series xsd:string

Implementation

@prefix : <https://w3id.org/media/dma#> .
@prefix ONTOLegolang_UAge: <https://w3id.org/nlp/ONTOLegolang_UAge#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dbp: <http://dbpedia.org/property/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix edm: <http://www.europeana.eu/schemas/edm#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix purl: <http://purl.org/ontology/po/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdvocab: <http://rdvocab.info/ElementsGr2/> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> .

purl:series a owl:DatatypeProperty ;
    rdfs:label "series" ;
    rdfs:comment "A collection of related films in succession that share the same fictional universe"@en,
        "A segment of content intended for broadcast on over-the-air, cable television, or Internet television, other than a commercial, trailer, or any other segment of content not serving as attraction for viewership"@en,
        "A sequence of products having certain characteristics in common that are formally identified together as a group."@en ;
    rdfs:domain schema:Book,
        schema:Movie,
        schema:MusicAlbum ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf :bookDataProperty,
        :movieDataProperty,
        :musicDataProperty .