encodes


URI

http://semanticscience.org/resource/encodes

Label

encodes

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) encodes 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:encodes a owl:ObjectProperty ;
    rdfs:label "encodes"@en ;
    dct:description "A relation between two objects, in which the first object contains information that is used to produce the second object."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:specifies ;
    owl:inverseOf sio:isEncodedBy ;
    skos:example "an open reading frame encodes a protein (it contains information that specifies the amino acid composition and topology)"@en .