Ontology Version: 3.0.0

cacontology-stranger:abductionLocation leaf node


URI

https://cacontology.projectvic.org/abduction#abductionLocation

Label

abduction location

Description

Specific location where abduction occurred.

Usage

DOMAINPROPERTYRANGE
cacontology-stranger:StrangerAbduction cacontology-stranger:abductionLocation xsd:string

Implementation

@prefix cacontology-stranger: <https://cacontology.projectvic.org/abduction#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-stranger:abductionLocation a owl:DatatypeProperty ;
    rdfs:label "abduction location"@en ;
    rdfs:comment "Specific location where abduction occurred."@en ;
    rdfs:domain cacontology-stranger:StrangerAbduction ;
    rdfs:range xsd:string .