@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/dc/elements/1.1/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .

<http://semanticscience.org/resource/SIO_010078>
    rdfs:label "encodes"@en .

<http://semanticscience.org/resource/SIO_010082>
    ns0:identifier "SIO_010082" ;
    dc:identifier "SIO:010082" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is translated into"@en ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_010078> ;
    owl:EquivalentProperty <http://semanticscience.org/resource/is-translated-into> ;
    owl:inverseOf <http://semanticscience.org/resource/SIO_010083> ;
    ns1: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 .

<http://semanticscience.org/resource/SIO_010082.rdf>
    dc:subject <http://semanticscience.org/resource/SIO_010082> ;
    a owl:Ontology ;
    rdfs:label "Summary document for SIO_010082" ;
    owl:imports <http://semanticscience.org/ontology/sio.owl> .

<http://semanticscience.org/resource/SIO_010083>
    rdfs:label "is translated from"@en .

<http://semanticscience.org/resource/is-translated-into>
    owl:EquivalentProperty <http://semanticscience.org/resource/SIO_010082> .

