@prefix : . @prefix dc: . @prefix owl: . @prefix rdf: . <> dc:creator ; :thanks-to ,; rdf:type owl:Ontology . # here are the attributes :fill rdf:type owl:Property . :name rdf:type owl:Property . :label rdf:type owl:Property . :file rdf:type owl:Property . :line rdf:type owl:Property . :cop_seq rdf:type owl:Property . :flags rdf:type owl:Property . :padix rdf:type owl:Property . :precomp rdf:type owl:Property . :name rdf:type owl:Property . :desc rdf:type owl:Property . :flags rdf:type owl:Property . :targ rdf:type owl:Property . :seq rdf:type owl:Property . :first rdf:type owl:Property . :STASH rdf:type owl:Property . :NAME rdf:type owl:Property . :po rdf:type owl:Property . # here are the perl internals :AV rdf:type owl:Class . :BINOP rdf:type owl:Class . :BM rdf:type owl:Class . :COP rdf:type owl:Class . :CV rdf:type owl:Class . :CVOP rdf:type owl:Class . :GV rdf:type owl:Class . :HV rdf:type owl:Class . :IO rdf:type owl:Class . :IV rdf:type owl:Class . :LISTOP rdf:type owl:Class . :LOGOP rdf:type owl:Class . :LOOP rdf:type owl:Class . :MAGIC rdf:type owl:Class . :NULL rdf:type owl:Class . :NV rdf:type owl:Class . :OP rdf:type owl:Class . :PADOP rdf:type owl:Class . :PMOP rdf:type owl:Class . :PV rdf:type owl:Class . :PVLV rdf:type owl:Class . :PVMG rdf:type owl:Class . :PVOP rdf:type owl:Class . :RV rdf:type owl:Class . :SPECIAL rdf:type owl:Class . :SV rdf:type owl:Class . :SVOP rdf:type owl:Class . :UNOP rdf:type owl:Class .