dma:OwnerExtension leaf node


URI

https://w3id.org/media/dma#OwnerExtension

Label

OwnerExtension

Description

This extension represents generic information about the owner of the asset. It provides fields for representing any pair of data by using KEY, VALUE attributes. By considering this representation it is possible to set any data not defined yet in the ontology.

Superclasses (1)

Usage

Instances of dma:OwnerExtension can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class dma:OwnerExtension
dma:extensionKey owl:DatatypeProperty It defines a key as hash identifier in order to assign its corresponding value. It collects generic information through key, value pairs. xsd:string
dma:extensionValue owl:DatatypeProperty It defines a value as part of a hash element related to a key. It collects generic information through key, value pairs. xsd:string
From class owl:Thing
ONTOLegolang_UAge:numberOfClasses owl:AnnotationProperty -- owl:Thing
ONTOLegolang_UAge:numberOfDataProperties owl:AnnotationProperty -- owl:Thing
ONTOLegolang_UAge:numberOfObjectProperties owl:AnnotationProperty -- owl:Thing
dbo:abstract owl:AnnotationProperty -- owl:Thing
dbo:role owl:AnnotationProperty -- dbo:Profession
dbp:contactInfo owl:AnnotationProperty -- owl:Thing
dbp:example owl:AnnotationProperty -- owl:Thing
dc:date owl:AnnotationProperty -- owl:Thing
dc:title owl:DatatypeProperty -- owl:Thing
dcterms:dateCopyrighted owl:AnnotationProperty -- owl:Thing
dcterms:language owl:AnnotationProperty -- owl:Thing
dcterms:license owl:AnnotationProperty -- owl:Thing
dma:assetDataProperty owl:DatatypeProperty It defines generic data properties regarding Digital Media Assets owl:Thing
dma:assetObjectProperty owl:ObjectProperty It defines generic object properties regarding Digital Media Assets owl:Thing
dma:bookDataProperty owl:DatatypeProperty It defines information related to digital books owl:Thing
dma:bookObjectProperty owl:ObjectProperty It refers to object properties related to digital books. owl:Thing
dma:extension owl:ObjectProperty This describes specific object property extensions for ensuring the operativity of Digital Media Assets inside a multimedia platform like SAM platform (http://samproject.net). owl:Thing
dma:externalTerms owl:DatatypeProperty It refers to terms reused from external sources. In general for grouping terms isolated in the ontology. owl:Thing
dma:gameDataProperty owl:DatatypeProperty It defines information regarding games owl:Thing
dma:gameObjectProperty owl:ObjectProperty It refers to object properties related to video games. owl:Thing
dma:genericExtensionDataProperty owl:DatatypeProperty This describes specific data property extensions for ensuring the operativity of Digital Media Assets inside a multimedia platform like SAM platform (http://samproject.net). owl:Thing
dma:linkingExtensionDataProperty owl:DatatypeProperty This refers to an data property able to represent elements of an Asset that are linked along a time line. owl:Thing
dma:movieDataProperty owl:DatatypeProperty It defines information regarding movies/films/videos owl:Thing
dma:movieObjectProperty owl:ObjectProperty It refers to object properties related to movies/films/videos. owl:Thing
dma:musicDataProperty owl:DatatypeProperty It defines information regarding musics owl:Thing
dma:musicObjectProperty owl:ObjectProperty It refers to object properties related to music albums. owl:Thing
dma:nomenclatureDataProperty owl:DatatypeProperty It defines nomenclature data properties regarding Digital Media Assets owl:Thing
dma:nomenclatureObjectProperty owl:ObjectProperty It defines nomenclature object properties regarding Digital Media Assets owl:Thing
dma:ownerExtensionDataProperty owl:DatatypeProperty This refers to a data property able to represent elements of an Asset that set generic information about owner of this Asset. owl:Thing
dma:personDataProperty owl:DatatypeProperty It defines information about persons owl:Thing
dma:personObjectProperty owl:ObjectProperty This refers to object properties about persons. owl:Thing
dma:postalAddress owl:DatatypeProperty It defines information regarding postal address owl:Thing
dma:productDataProperty owl:DatatypeProperty It defines information regarding products owl:Thing
dma:productObjectProperty owl:ObjectProperty It refers to object properties related to digital products. owl:Thing
dma:semanticExtensionDataProperty owl:DatatypeProperty This refers to information about the semantic annotation and characterization of assets. owl:Thing
dma:socialMediaExtensionDataProperty owl:DatatypeProperty This refers to social media aspects of an asset such as the related Facebook pages or Twitter accounts. owl:Thing
dma:syndicationExtensionDataProperty owl:DatatypeProperty This refers to processes related to the syndication of assets and their presentation to end-users. owl:Thing
dma:trackDp owl:DatatypeProperty It refers a generic data property regarding tracks. owl:Thing
dma:trackOp owl:ObjectProperty It refers to object properties related to music recordings , i.e. tracks. owl:Thing
dma:voiceControlExtensionDataProperty owl:DatatypeProperty This refers to information and grammar for personalized control of the devices that present the particular assets. owl:Thing
owl:annotatedSource owl:AnnotationProperty -- schema:Person schema:Organization
owl:annotatedTarget owl:AnnotationProperty -- dma:Asset
schema:bookEdition owl:DatatypeProperty -- owl:Thing
schema:datePublished owl:DatatypeProperty -- owl:Thing

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#> .

:OwnerExtension a owl:Class ;
    rdfs:label "OwnerExtension" ;
    rdfs:comment "This extension represents generic information about the owner of the asset. It provides fields for representing any pair of data by using KEY, VALUE attributes. By considering this representation it is possible to set any data not defined yet in the ontology."@en ;
    rdfs:subClassOf :Extension .