:hasTranslatedSubtitle leaf node


URI

http://purl.org/spar/fabio/hasTranslatedSubtitle

Label

has translated subtitle

Description

A version of the subtitle of an entity translated into another language, which may be specified using the object property dcterms:language.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasTranslatedSubtitle owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasTranslatedSubtitle a owl:DatatypeProperty ;
    rdfs:label "has translated subtitle"@en ;
    rdfs:comment "A version of the subtitle of an entity translated into another language, which may be specified using the object property dcterms:language."@en ;
    rdfs:subPropertyOf dcterms:title .