http://w3id.org/um/cbcm/eu-cm-ontology#example
Provides a human-readable written example of the entity in question.
@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 .