https://unifiedcyberontology.org/ontology/uco/marking#license
             Specifies the identifier for the type of license
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | marking:license | xsd:string | 
@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 .