expert judgement
- CURIE:
gmeow:methodExpertJudgement - IRI: https://blackcatinformatics.ca/gmeow/methodExpertJudgement
- Category: individual
- Defined by:
gmeow:slices/observations - Box roles: ABox role (What is this?)
Observation based on expert assessment or consensus.
Structure
Types: gmeow:ObservationMethod
Practical Pattern
Use gmeow:methodExpertJudgement as a controlled value typed as gmeow:ObservationMethod.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Inscription Reading
- Source:
slices/extensions/archaeological-evidence/examples/inscription-reading.ttl - Examples catalog: open in catalog#example-slices-extensions-archaeological-evidence-examples-inscription-reading
# --- Two contested readings of the same worn inscription (P9).
ex:readingSmith a gmeow:InscriptionReading ;
gmeow:readingOf ex:inscription ;
gmeow:readingResult ex:transcriptSmith ;
gmeow:vantage ex:smith ;
gmeow:observationMethod gmeow:methodExpertJudgement .
ex:readingJones a gmeow:InscriptionReading ;
gmeow:readingOf ex:inscription ;
gmeow:readingResult ex:transcriptJones ;
gmeow:vantage ex:jones ;
gmeow:observationMethod gmeow:methodExpertJudgement .
Conceptual Change
- Source:
slices/core/concepts/examples/conceptual-change.ttl - Examples catalog: open in catalog#example-slices-core-concepts-examples-conceptual-change
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/concepts/conceptual-change/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ex:plutoCategorizationIAU a gmeow:ConceptCategorization ;
rdfs:label "Pluto categorized as a planet from the IAU 2006 standpoint"@en ;
gmeow:vantage ex:iau2006 ;
gmeow:observedFeature ex:pluto ;
gmeow:observationResult ex:planet ;
gmeow:observationMethod gmeow:methodExpertJudgement ;
gmeow:typicality "0.3"^^xsd:decimal ;
gmeow:claimModality gmeow:conceivable ;
gmeow:confidence "0.95"^^xsd:decimal .
ex:plutoCategorizationTextbook a gmeow:ConceptCategorization ;
rdfs:label "Pluto categorized as a planet in school textbooks"@en ;
gmeow:vantage ex:schoolTextbook ;
gmeow:observedFeature ex:pluto ;
gmeow:observationResult ex:planet ;
gmeow:observationMethod gmeow:methodExpertJudgement ;
gmeow:typicality "0.85"^^xsd:decimal ;
gmeow:claimModality gmeow:probable ;
gmeow:accordingTo ex:schoolTextbook .