@base <https://wordnet.dk/dannet/external/wn/involved_agent> .
@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:involved_agent owl:inverseOf wn:agent;
                  rdfs:comment "A relation between two concepts where concept B is typically the agent of the action expressed by concept A"@en;
                  rdfs:label "involved agent"@en;
                  rdf:type wn:SynsetRelType.

# Relation labels
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:agent rdfs:label "agent"@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.

