Statement Predicates

Evaluation methods for determining semantic relationships between predicates used in FCP statements.

Fide-OwlEquivalentProperty-StatementPredicate-v1

Determine whether two predicates used in FCP statements are semantically equivalent across vocabularies.

Are https://schema.org/worksFor and https://dbpedia.org/ontology/employer interchangeable when used as statement predicates? This method evaluates owl:equivalentProperty claims between predicate Fide IDs.

Fide-OwlEquivalentProperty-StatementPredicate-v1:Subject

The statement claim being evaluated. Raw identifiers must be full IRIs for all statement parts.

The Object is always the primary predicate you want to resolve to; the Subject is the predicate requiring alignment.

Statement PartRaw IdentifierFide ID
Subjecthttps://dbpedia.org/ontology/employerdid:fide:0x65
Predicatehttp://www.w3.org/2002/07/owl#equivalentPropertydid:fide:0x65
Objecthttps://schema.org/worksFordid:fide:0x65

Evaluation

The evaluation statement structure.

Statement PartRaw IdentifierFide ID
SubjectStatement: Fide-OwlEquivalentProperty-StatementPredicate-v1:Subjectdid:fide:0x60
PredicateFide-OwlEquivalentProperty-StatementPredicate-v1 EvaluationMethod (e.g., GitHub spec link)did:fide:0xe5
ObjectVerdict: -1, 0, or 1did:fide:0x66

Evaluation Criteria

VerdictMeaningCriteria
1EquivalentThe predicates are interchangeable in all normal use cases. Authoritative sources (Schema.org, DBpedia, W3C specs) document the alignment.
0UncertainThe equivalence is domain-dependent or context-specific. Edge cases exist where the predicates diverge.
-1Not EquivalentThe predicates have fundamentally different semantics, different domains, or different ranges.

Fide-OwlInverseOf-StatementPredicate-v1

Determine whether two predicates used in FCP statements describe the same relationship from opposite directions.

Are https://schema.org/worksFor and https://schema.org/employee inverses? If Alice worksFor ACME, then ACME employee Alice — the same semantic fact, expressed from different sides.

Fide-OwlInverseOf-StatementPredicate-v1:Subject

The statement claim being evaluated. Raw identifiers must be full IRIs for all statement parts.

The Object is always the primary predicate you want to use as the reference direction; the Subject is the inverse predicate requiring alignment.

Statement PartRaw IdentifierFide ID
Subjecthttps://schema.org/employeedid:fide:0x65
Predicatehttp://www.w3.org/2002/07/owl#inverseOfdid:fide:0x65
Objecthttps://schema.org/worksFordid:fide:0x65

Evaluation

The evaluation statement structure.

Statement PartRaw IdentifierFide ID
SubjectStatement: Fide-OwlInverseOf-StatementPredicate-v1:Subjectdid:fide:0x60
PredicateFide-OwlInverseOf-StatementPredicate-v1 EvaluationMethod (e.g., GitHub spec link)did:fide:0xe5
ObjectVerdict: -1, 0, or 1did:fide:0x66

Evaluation Criteria

VerdictMeaningCriteria
1InverseThe predicates describe the same relationship with subject and object swapped. Authoritative sources document this inverse relationship.
0UncertainThe inverse relationship is partial or domain-dependent.
-1Not InverseThe predicates are unrelated or describe fundamentally different relationships.

On this page