is transformed from


URI

http://semanticscience.org/resource/isTransformedFrom

Label

is transformed from

Description

A transitive temporal relation in which an entity mainstains identity from one state to another.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is transformed from 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:isTransformedFrom a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is transformed from"@en ;
    dct:description "A transitive temporal relation in which an entity mainstains identity from one state to another."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isCausallyRelatedFrom .