denotes leaf node


URI

http://semanticscience.org/resource/denotes

Label

denotes

Description

denotes is a relation between an entity and what it is a sign or indication of, or what specifically means.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) denotes owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:denotes a owl:ObjectProperty ;
    rdfs:label "denotes"@en ;
    dct:description "denotes is a relation between an entity and what it is a sign or indication of, or what specifically means."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:represents ;
    owl:inverseOf sio:isDenotedBy ;
    skos:example "the symbol '%' denotes a proportion in relation to a whole."@en .