@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_000338>
    rdfs:label "specifies"@en .

<http://semanticscience.org/resource/SIO_010078>
    ns0:identifier "SIO_010078" ;
    dc:description "A relation between two objects, in which the first object contains information that is used to produce the second object."@en ;
    dc:identifier "SIO:010078" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "encodes"@en ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000338> ;
    owl:EquivalentProperty <http://semanticscience.org/resource/encodes> ;
    owl:inverseOf <http://semanticscience.org/resource/SIO_010079> ;
    ns1:example "an open reading frame encodes a protein (it contains information that specifies the amino acid composition and topology)"@en .

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

<http://semanticscience.org/resource/SIO_010079>
    rdfs:label "is encoded by"@en .

<http://semanticscience.org/resource/SIO_010080>
    rdfs:label "is transcribed into"@en ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_010078> .

<http://semanticscience.org/resource/SIO_010082>
    rdfs:label "is translated into"@en ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_010078> .

<http://semanticscience.org/resource/encodes>
    owl:EquivalentProperty <http://semanticscience.org/resource/SIO_010078> .

