kgrid / koio

This repository is for the Knowledge Object Implementation Ontology (KOIO)
1 stars 0 forks source link

Add New Term - depends on #20

Closed faridseifi closed 3 months ago

faridseifi commented 3 months ago

Add the relationship between Service and Knowledge: a service depends on a knowledge

Preferred term label: depends on http://purl.obolibrary.org/obo/RO_0002502

Definition (free text) indicates that a service uses a specific knowledge

Domain KOIO: service

Range KOIO: knowledge

faridseifi commented 3 months ago

This is an object property and could be added to our ontology using the following:

<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002502">
    <iao:0000115>depends on, def., indicates that a service uses a specific knowledge</iao:0000115>
    <rdfs:domain rdf:resource="https://kgrid.org/koio#Service"/>
    <rdfs:range rdf:resource="https://kgrid.org/koio#Knowledge"/>
</owl:ObjectProperty>