@prefix rdfs: . @prefix isac: . @prefix isao: . @prefix skos: . = { isac:other_commitment_ rdfs:label "other commitment" ; isao:hasHead "commitment" ; isao:hasPreModifier "other" . } = { isac:other_commitment_ skos:broader isac:_job_ . } = { isac:other_commitment_ skos:broader isac:_problem_ . } = { isac:other_commitment_ skos:broader isac:_project_ . } = { isac:other_commitment_ skos:broader isac:_course_ . } = { isac:other_commitment_ skos:broader isac:_factor_ . } = { isac:other_commitment_ skos:broader isac:busy_life_ . } = { isac:other_commitment_ skos:broader isac:_interest_ . } = { isac:other_commitment_ skos:broader isac:_something_ . } = { isac:other_commitment_ skos:broader isac:_event_ . }