https://ontology.caseontology.org/case/investigation/wasDerivedFrom
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]
DOMAIN | PROPERTY | RANGE |
---|---|---|
core:UcoObject | investigation:wasDerivedFrom | core:UcoObject |
@prefix core: <https://ontology.unifiedcyberontology.org/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 .