sulo:encodes leaf node


URI

https://w3id.org/sulo/encodes

Label

encodes

Description

A relation between an information containing object, in which the first object contains information that is used to produce the second object.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) sulo:encodes owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .

sulo:encodes a owl:ObjectProperty ;
    rdfs:label "encodes"@en ;
    rdfs:comment "A relation between an information containing object, in which the first object contains information that is used to produce the second object."@en ;
    rdfs:subPropertyOf sulo:refersTo .