is encoded by


URI

http://semanticscience.org/resource/isEncodedBy

Label

is encoded by

Description

A relation between two objects, in which the first object is produced from the information contained in the second object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is encoded by owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@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/> .

sio:isEncodedBy a owl:ObjectProperty ;
    rdfs:label "is encoded by"@en ;
    dct:description "A relation between two objects, in which the first object is produced from the information contained in the second object."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpecifiedBy .