schema:transcript leaf node


URI

http://schema.org/transcript

Label

hasTranscript

Description

The transcript of the audio object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:transcript xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:transcript a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasTranscript"@en ;
    rdfs:comment "The transcript of the audio object."@en ;
    rdfs:range xsd:string .