solveit-observable:sourceApplication leaf node


URI

https://ontology.solveit-df.org/solveit/observable/sourceApplication

Label

source application

Description

The application associated with these files.

Usage

DOMAINPROPERTYRANGE
solveit-observable:ApplicationFiles solveit-observable:sourceApplication uco-observable:Application

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:sourceApplication a owl:ObjectProperty ;
    rdfs:label "source application"@en ;
    rdfs:comment "The application associated with these files."@en ;
    rdfs:domain solveit-observable:ApplicationFiles ;
    rdfs:range uco-observable:Application .