Ontology Version: 3.0.0

cacontology-hotlines:foundAtURL leaf node


URI

https://cacontology.projectvic.org/hotlines#foundAtURL

Label

found at URL

Description

Links an evidence item to the URL where it was found.

Usage

DOMAINPROPERTYRANGE
cacontology-hotlines:EvidenceItem cacontology-hotlines:foundAtURL uco-observable:URL

Implementation

@prefix cacontology-hotlines: <https://cacontology.projectvic.org/hotlines#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
cacontology-hotlines:foundAtURL a owl:ObjectProperty ;
    rdfs:label "found at URL"@en ;
    rdfs:comment "Links an evidence item to the URL where it was found."@en ;
    rdfs:domain cacontology-hotlines:EvidenceItem ;
    rdfs:range uco-observable:URL .