http://cs.unu.edu/sc2r#hasDescription
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing | sc2r:hasDescription | rdfs:Literal |
@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 .