description leaf node


URI

http://purl.org/dc/elements/1.1/description

Label

description

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) description owl:Thing (inferred)

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dc:description a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> .