http://purl.org/spar/fabio/hasSubtitle
A secondary title that follows the main title of a work.
DOMAIN | PROPERTY | RANGE |
---|---|---|
frbr:Endeavour | :hasSubtitle | xsd:string |
@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:hasSubtitle a owl:DatatypeProperty ;
rdfs:label "has subtitle"@en ;
rdfs:comment "A secondary title that follows the main title of a work."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:range xsd:string ;
rdfs:subPropertyOf dcterms:title .