solveit-observable:hasArtifact leaf node


URI

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

Label

has artifact

Description

An artifact belonging to this artifact set.

Usage

DOMAINPROPERTYRANGE
solveit-observable:ArtifactSet solveit-observable:hasArtifact uco-observable:ObservableObject

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:hasArtifact a owl:ObjectProperty ;
    rdfs:label "has artifact"@en ;
    rdfs:comment "An artifact belonging to this artifact set."@en ;
    rdfs:domain solveit-observable:ArtifactSet ;
    rdfs:range uco-observable:ObservableObject .