Generated leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#generated

Label

Generated

Description

Generation is the completion of production of a new entity by a process. This entity did not exist before generation and becomes available for usage after this generation.

Based (inverse of) on: https://www.w3.org/TR/prov-o/#wasGeneratedBy

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Generated owl:Thing (inferred)

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cbcm:generated a owl:ObjectProperty ;
    rdfs:label "Generated"@en ;
    rdfs:comment """Generation is the completion of production of a new entity by a process. This entity did not exist before generation and becomes available for usage after this generation.

Based (inverse of) on: https://www.w3.org/TR/prov-o/#wasGeneratedBy"""@en ;
    rdfs:subPropertyOf cbcm:cbcmDataProvenanceRelation ;
    owl:inverseOf cbcm:wasGeneratedBy .