marking:license leaf node


URI

https://unifiedcyberontology.org/ontology/uco/marking#license

Label

License

Description

Specifies the identifier for the type of license

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) marking:license xsd:string

Implementation

@prefix marking: <https://unifiedcyberontology.org/ontology/uco/marking#> .
@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#> .

marking:license a owl:DatatypeProperty ;
    rdfs:label "License" ;
    rdfs:comment "Specifies the identifier for the type of license" ;
    rdfs:range xsd:string .