prism:alternateTitle leaf node


URI

http://prismstandard.org/namespaces/basic/2.0/alternateTitle

Label

alternate title

Description

An alternative title for a resource.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) prism:alternateTitle owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

prism:alternateTitle a owl:DatatypeProperty ;
    rdfs:label "alternate title"@en ;
    rdfs:comment "An alternative title for a resource."@en ;
    rdfs:subPropertyOf dcterms:title .