:hasTranslatedTitle leaf node


URI

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

Label

has translated title

Description

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

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasTranslatedTitle 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#> .

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