core:exemplar leaf node


URI

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

Label

has exemplar

Description

A manifestation exemplified in an item.

Inherits from

Usage

DOMAINPROPERTYRANGE
core:Manifestation core:exemplar core:Item

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:exemplar a owl:ObjectProperty ;
    rdfs:label "has exemplar"@en ;
    rdfs:comment "A manifestation exemplified in an item."@en ;
    rdfs:domain core:Manifestation ;
    rdfs:range core:Item ;
    rdfs:subPropertyOf core:relatedEndeavour ;
    owl:inverseOf core:exemplarOf .