solveit-analysis:hypothesisedServiceName leaf node


URI

https://ontology.solveit-df.org/solveit/analysis/hypothesisedServiceName

Label

hypothesised service name

Description

The name of the service or platform hypothesised to have been used (e.g. Google, WhatsApp, iMessage).

Usage

DOMAINPROPERTYRANGE
solveit-analysis:HypothesisedEvent solveit-analysis:hypothesisedServiceName xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-analysis: <https://ontology.solveit-df.org/solveit/analysis/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-analysis:hypothesisedServiceName a owl:DatatypeProperty ;
    rdfs:label "hypothesised service name"@en ;
    rdfs:comment "The name of the service or platform hypothesised to have been used (e.g. Google, WhatsApp, iMessage)."@en ;
    rdfs:domain solveit-analysis:HypothesisedEvent ;
    rdfs:range xsd:string .