http://schema.org/operatingSystem
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | schema:operatingSystem | xsd:string |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:operatingSystem a owl:DatatypeProperty ;
rdfs:label "requiresOperatingSystem"@en ;
rdfs:comment "The operating system(s) supported by the software application."@en ;
rdfs:range xsd:string .