core:subjectOf leaf node


URI

http://purl.org/vocab/frbr/core#subjectOf

Label

is subject of

Description

A subject a work talks abbout.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:subjectOf owl:Thing (inferred)

Implementation

@prefix core: <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#> .

core:subjectOf a owl:ObjectProperty ;
    rdfs:label "is subject of"@en ;
    rdfs:comment "A subject a work talks abbout."@en ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf core:subject .