@base <https://wordnet.dk/dannet/external/lexinfo/verb> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/3.0/lexinfo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

lexinfo:verb rdfs:label "verbum"@da, "verb"@en;
             owl:priorVersion "<http://www.lexinfo.net/ontology/2.0/lexinfo#verb>";
             rdf:type lexinfo:PartOfSpeech, owl:Thing;
             rdfs:comment "Element which, singly or in combination with other verbs is used as the minimal predicate of a sentence, co-occurring with a subject. If the predicate contains other elements (e.g. object, complement), then it is the verb which more than any other is the unit which influences the choice and extent of these elements."@en.

# Relation labels
rdfs:label rdfs:label "label", "etiket"@da.
owl:priorVersion rdfs:label "priorVersion", "tidligere version"@da.
rdf:type rdfs:label "type"@da, "type".
lexinfo:PartOfSpeech rdfs:label "part of speech"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:Thing rdfs:label "Thing", "ting"@da.

