| Server IP : 77.50.203.18 / Your IP : 192.168.0.10 Web Server : Apache/2.4.62 (CentOS Stream) OpenSSL/3.5.7 mpm-itk/2.4.7-04 PHP/8.4.23 System : Linux web2 5.14.0-722.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 09:07:51 UTC 2026 x86_64 User : warsnews.ru ( 1001) PHP Version : 8.4.23 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/lv2/event.lv2/ |
Upload File : |
@prefix ev: <http://lv2plug.in/ns/ext/event#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/ext/event> a owl:Ontology ; owl:deprecated true ; rdfs:label "LV2 Event" ; rdfs:comment "A port-based real-time generic event interface." ; rdfs:seeAlso <event.meta.ttl> ; owl:imports <http://lv2plug.in/ns/lv2core> . ev:EventPort a rdfs:Class ; rdfs:label "Event Port" ; rdfs:subClassOf lv2:Port ; rdfs:comment "An LV2 event port." . ev:Event a rdfs:Class ; rdfs:label "Event" ; rdfs:comment "A single generic time-stamped event." . ev:TimeStamp a rdfs:Class ; rdfs:label "Event Time Stamp" ; rdfs:comment "The time stamp of an Event." . ev:FrameStamp a rdfs:Class ; rdfs:subClassOf ev:TimeStamp ; rdfs:label "Audio Frame Time Stamp" ; rdfs:comment "The default time stamp unit for an event." . ev:generic a lv2:PortProperty ; rdfs:label "generic event port" ; rdfs:comment "Port works with generic events." . ev:supportsEvent a rdf:Property , owl:ObjectProperty ; rdfs:domain ev:EventPort ; rdfs:range rdfs:Class ; rdfs:label "supports event type" ; rdfs:comment "An event type supported by this port." . ev:inheritsEvent a rdf:Property , owl:ObjectProperty ; rdfs:domain ev:EventPort , lv2:OutputPort ; rdfs:range lv2:Port ; rdfs:label "inherits event type" ; rdfs:comment "Output port inherits event types from an input port." . ev:supportsTimeStamp a rdf:Property , owl:ObjectProperty ; rdfs:domain ev:EventPort , lv2:InputPort ; rdfs:range rdfs:Class ; rdfs:label "supports time stamp type" ; rdfs:comment "A time stamp type supported by this input port." . ev:generatesTimeStamp a rdf:Property , owl:ObjectProperty ; rdfs:domain ev:EventPort , lv2:OutputPort ; rdfs:range rdfs:Class ; rdfs:label "generates time stamp type" ; rdfs:comment "A time stamp type generated by this input port." . ev:inheritsTimeStamp a rdf:Property , owl:ObjectProperty ; rdfs:domain ev:EventPort , lv2:OutputPort ; rdfs:range lv2:Port ; rdfs:label "inherits time stamp type" ; rdfs:comment "Output port inherits time stamp types from an input port." .