dc:description leaf node


URI

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

Label

dc:description

Usage

DOMAINPROPERTYRANGE
DLTOntology:DLTSystem dc:description owl:Thing (inferred)

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@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:DatatypeProperty ;
    rdfs:label "dc:description" ;
    rdfs:domain :DLTSystem ;
    rdfs:subPropertyOf owl:topDataProperty .