@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .
vocabulary:ActionRelationshipTypeVocab a rdfs:Datatype ;
rdfs:label "Action Relationship Type Vocabulary"@en-US ;
rdfs:comment "Defines an open-vocabulary for capturing types of relationships between actions."@en-US ;
rdfs:subClassOf rdfs:Resource ;
owl:oneOf ( "Dependent_On"^^vocabulary:ActionRelationshipTypeVocab "Equivalent_To"^^vocabulary:ActionRelationshipTypeVocab "Followed_By"^^vocabulary:ActionRelationshipTypeVocab "Initiated"^^vocabulary:ActionRelationshipTypeVocab "Initiated_By"^^vocabulary:ActionRelationshipTypeVocab "Preceded_By"^^vocabulary:ActionRelationshipTypeVocab "Related_To"^^vocabulary:ActionRelationshipTypeVocab ) .