sub:assertion {
hycl:hasConflictingMeaning rdfs:label "has a conflicting meaning with" .
hycl:hasConsistentMeaning rdfs:label "has a consistent meaning with" .
hycl:hasDifferentMeaning rdfs:label "has a different meaning as" .
hycl:hasMoreGeneralMeaningThan rdfs:label "has a more general meaning than" .
hycl:hasMoreSpecificMeaningThan rdfs:label "has a more specific meaning than" .
hycl:hasNonoppositeMeaning rdfs:label "has the non-opposite meaning as" .
hycl:hasOppositeMeaning rdfs:label "has the opposite meaning as" .
hycl:hasRelatedMeaning rdfs:label "has a related meaning as" .
hycl:hasSameMeaning rdfs:label "has the same meaning as" .
hycl:hasUnrelatedMeaning rdfs:label "has a unrelated meaning with" .
hycl:isImprovedVersionOf rdfs:label "is a improved version of" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Create a relation between two statements" ;
nt:hasStatement sub:st0 .
sub:mappingPredicate a nt:RestrictedChoicePlaceholder ;
nt:possibleValue hycl:hasConflictingMeaning ,
hycl:hasConsistentMeaning ,
hycl:hasDifferentMeaning ,
hycl:hasMoreGeneralMeaningThan ,
hycl:hasMoreSpecificMeaningThan ,
hycl:hasNonoppositeMeaning ,
hycl:hasOppositeMeaning ,
hycl:hasRelatedMeaning ,
hycl:hasSameMeaning ,
hycl:hasUnrelatedMeaning ,
hycl:isImprovedVersionOf .
sub:resource1 a nt:UriPlaceholder ;
rdfs:label "The first statement in the form of a AIDA URI." .
sub:resource2 a nt:UriPlaceholder ;
rdfs:label "The second statement in the form of a AIDA URI." .
sub:st0 rdf:object sub:resource2 ;
rdf:predicate sub:mappingPredicate ;
rdf:subject sub:resource1 ;
a rdf:Statement ;
nt:statementOrder 0 .
}