@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/2002/12/cal/ical#> . @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#> . @prefix ns1: <http://www.w3.org/2002/12/cal/icalSpec#> . ns0:action a owl:DatatypeProperty ; rdfs:comment """ value type: TEXT""", "This property defines the action to be invoked when an alarm is triggered." ; rdfs:label "ACTION" ; rdfs:range xsd:string ; ns1:valueType "TEXT" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/2002/12/cal/ical#> .
@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#> .
@prefix ns1: <http://www.w3.org/2002/12/cal/icalSpec#> .

ns0:action
    a owl:DatatypeProperty ;
    rdfs:comment """
	    value type: TEXT""", "This property defines the action to be invoked when an alarm is triggered." ;
    rdfs:label "ACTION" ;
    rdfs:range xsd:string ;
    ns1:valueType "TEXT" .