https://unifiedcyberontology.org/ontology/uco/action#object
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | action:object | core:UcoObject |
@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
action:object a owl:ObjectProperty ;
rdfs:label "object"@en ;
rdfs:comment "The things that the action is performed on/against."@en ;
rdfs:range core:UcoObject .