tool:compilerInformalDescription leaf node


URI

https://unifiedcyberontology.org/ontology/uco/tool#compilerInformalDescription

Label

compilerInformalDescription

Description

An informal description of a compiler.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) tool:compilerInformalDescription xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tool: <https://unifiedcyberontology.org/ontology/uco/tool#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

tool:compilerInformalDescription a owl:DatatypeProperty ;
    rdfs:label "compilerInformalDescription"@en ;
    rdfs:comment "An informal description of a compiler."@en ;
    rdfs:range xsd:string .