Law Firm leaf node


URI

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

Label

Law Firm

Description

Name of the lawfirm involved in the transaction, if available (for internal use; cross-border divisions and seat transfers are currently not possible within an EU legal framework.)

Usage

DOMAINPROPERTYRANGE
Company transaction Law Firm 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:lawfirm a owl:DatatypeProperty ;
    rdfs:label "Law Firm"@en ;
    rdfs:comment "Name of the lawfirm involved in the transaction, if available (for internal use; cross-border divisions and seat transfers are currently not possible within an EU legal framework.)"@en ;
    rdfs:domain cbcm:CompanyTransaction ;
    rdfs:range xsd:string .