@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://semanticscience.org/ontology/sio.owl>
    a owl:Ontology .

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

<http://semanticscience.org/resource/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:inverseOf <http://semanticscience.org/resource/SIO_010083> ;
    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 .

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

