sc2r:hasDescription leaf node


URI

http://cs.unu.edu/sc2r#hasDescription

Label

hasDescription

Usage

DOMAINPROPERTYRANGE
owl:Thing sc2r:hasDescription rdfs:Literal

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sc2r: <http://cs.unu.edu/sc2r#> .

sc2r:hasDescription a owl:DatatypeProperty ;
    rdfs:domain owl:Thing ;
    rdfs:range rdfs:Literal .