Used


URI

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

Label

Used

Description

Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.

Based on: https://www.w3.org/TR/prov-o/#used

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Used 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:used a owl:ObjectProperty ;
    rdfs:label "Used"@en ;
    rdfs:comment """Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.

Based on: https://www.w3.org/TR/prov-o/#used"""@en ;
    rdfs:subPropertyOf cbcm:cbcmDataProvenanceRelation .