investigation:wasDerivedFrom leaf node


URI

https://ontology.caseontology.org/case/investigation/wasDerivedFrom

Label

wasDerivedFrom

Description

A re-implementation of the wasDerivedFrom property in W3C PROV-O. The definition of this property is 'A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.' [Ref: https://www.w3.org/TR/prov-o/#wasDerivedFrom]

Usage

DOMAINPROPERTYRANGE
core:UcoObject investigation:wasDerivedFrom core:UcoObject

Implementation

@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix investigation: <https://ontology.caseontology.org/case/investigation/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

investigation:wasDerivedFrom a owl:ObjectProperty ;
    rdfs:label "wasDerivedFrom"@en ;
    rdfs:comment "A re-implementation of the wasDerivedFrom property in W3C PROV-O.  The definition of this property is 'A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.' [Ref: https://www.w3.org/TR/prov-o/#wasDerivedFrom]"@en ;
    rdfs:domain core:UcoObject ;
    rdfs:range core:UcoObject .