Ontology Version: 2.2.0

cacontology-platforms:platformType leaf node


URI

https://cacontology.projectvic.org/platforms#platformType

Label

platform type

Description

The type or category of the platform (e.g., 'social media', 'messaging', 'file hosting').

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology-platforms:platformType xsd:string

Implementation

@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@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-platforms:platformType a owl:DatatypeProperty ;
    rdfs:label "platform type"@en ;
    rdfs:comment "The type or category of the platform (e.g., 'social media', 'messaging', 'file hosting')."@en ;
    rdfs:range xsd:string .