Example leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#example

Label

Example

Description

Provides a human-readable written example of the entity in question.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Example owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:example a owl:AnnotationProperty ;
    rdfs:label "Example"@en ;
    rdfs:comment "Provides a human-readable written example of the entity in question."@en ;
    rdfs:subPropertyOf rdfs:comment .