https://cacontology.projectvic.org/extremist-enterprises#hasFormationEvent
Links network to the event of its formation.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-enterprises:NihilisticViolentExtremismNetwork | cacontology-enterprises:hasFormationEvent | cac-core:Event |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-enterprises: <https://cacontology.projectvic.org/extremist-enterprises#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-enterprises:hasFormationEvent a owl:ObjectProperty ;
rdfs:label "has formation event"@en ;
rdfs:comment "Links network to the event of its formation."@en ;
rdfs:domain cacontology-enterprises:NihilisticViolentExtremismNetwork ;
rdfs:range cac-core:Event .