@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/emmo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:elucidation a owl:AnnotationProperty ; rdfs:isDefinedBy <https://w3id.org/emmo/foundation/annotations#> ; rdfs:subPropertyOf rdfs:comment ; skos:prefLabel "elucidation"@en ; ns0:elucidation "Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands."@en ; ns0:note "An elucidation should address the real world entities using the concepts introduced by the conceptualisation annotation."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/emmo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:elucidation
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <https://w3id.org/emmo/foundation/annotations#> ;
    rdfs:subPropertyOf rdfs:comment ;
    skos:prefLabel "elucidation"@en ;
    ns0:elucidation "Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands."@en ;
    ns0:note "An elucidation should address the real world entities using the concepts introduced by the conceptualisation annotation."@en .