is translated into leaf node


URI

http://semanticscience.org/resource/isTranslatedInto

Label

is translated into

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is translated into owl:Thing (inferred)

Implementation

@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:isTranslatedInto a owl:ObjectProperty ;
    rdfs:label "is translated into"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:encodes ;
    owl:inverseOf sio:isTranslatedFrom ;
    skos:example "RNA is translated into Protein"@en,
        "a relation between two information content entities in which one is translated into (a completely different kind of entity) another through some process."@en .