https://w3id.org/sulo/encodes
A relation between an information containing object, in which the first object contains information that is used to produce the second object.
@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 .