http://purl.org/spar/fabio/hasTranslatedSubtitle
A version of the subtitle of an entity translated into another language, which may be specified using the object property dcterms:language.
@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 .