represents


URI

http://semanticscience.org/resource/represents

Label

represents

Description

a represents b when a serves as a sign, symbol or model of b.

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) represents 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/> .

sio:represents a owl:ObjectProperty ;
    rdfs:label "represents"@en ;
    dct:description "a represents b when a serves as a sign, symbol or model of b."@en ;
    sio:subset "core" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:refersTo .