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

dc:identifier
    a owl:AnnotationProperty .

ns4:description
    a owl:AnnotationProperty .

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

resource:SIO_010078
    a owl:ObjectProperty ;
    rdfs:label "encodes"@en .

resource:SIO_010080
    dc:identifier "SIO_010080" ;
    ns4:description "a relation between two information content entities in which one is transcribed into (an exact or similar kind) another through some process."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is transcribed into"@en ;
    rdfs:subPropertyOf resource:SIO_010078 ;
    owl:inverseOf resource:SIO_010081 ;
    skos:example "DNA is transcribed into RNA"@en .

resource:SIO_010081
    a owl:ObjectProperty ;
    rdfs:label "is transcribed from"@en .

skos:example
    a owl:AnnotationProperty .

