@base <https://wordnet.dk/dannet/external/wn/patient> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

wn:patient owl:inverseOf wn:involved_patient;
           rdfs:comment "A relation between two concepts where concept A is the patient undergoing an action or event expressed by concept B"@en;
           rdfs:label "patient"@en;
           rdf:type wn:SynsetRelType.

# Relation labels
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:involved_patient rdfs:label "involved patient"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
wn:SynsetRelType rdfs:label "synset relation type"@en.

