https://ontology.unifiedcyberontology.org/uco/marking/termsOfUse
             Specifies the terms of use that apply to the structure for which the Marking is to be applied.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | marking:termsOfUse | xsd:string | 
@prefix marking: <https://ontology.unifiedcyberontology.org/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:termsOfUse a owl:DatatypeProperty ;
    rdfs:label "Terms of Use"@en-US ;
    rdfs:comment "Specifies the terms of use that apply to the structure for which the Marking is to be applied."@en-US ;
    rdfs:range xsd:string .