core:exemplarOf leaf node


URI

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

Label

is exemplar of

Description

An item that exemplifies a manifestation.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:exemplarOf 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:exemplarOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is exemplar of"@en ;
    rdfs:comment "An item that exemplifies a manifestation."@en ;
    rdfs:subPropertyOf core:relatedEndeavour .