Website leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#website

Label

Website

Description

Homepage of a company/organization website

Usage

DOMAINPROPERTYRANGE
Organisation Website string

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@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#> .

cbcm:website a owl:DatatypeProperty ;
    rdfs:label "Website"@en ;
    rdfs:comment "Homepage of a company/organization website"@en ;
    rdfs:domain cbcm:Organisation ;
    rdfs:range xsd:string .