Skip to content

Instantiate gist:sequence values for OpinionEnumeration instances #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ontologies/vocabs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,7 @@ The creator agrees with the information and believes that it is accurate and cor

This MAY be considered equivalent to a 4 in a numeric scale."""^^xsd:string ;
skos:prefLabel "agree"^^xsd:string ;
gist:sequence "4"^^xsd:integer ;
.

gist:_OpinionEnumeration_disagree
Expand All @@ -1802,6 +1803,7 @@ The creator disagrees with the information and believes it is inaccurate or inco

This MAY be considered equivalent to a 2 in a numeric scale."""^^xsd:string ;
skos:prefLabel "disagree"^^xsd:string ;
gist:sequence "2"^^xsd:integer ;
.

gist:_OpinionEnumeration_neutral
Expand All @@ -1813,6 +1815,7 @@ The creator is neutral about the accuracy or correctness of the information.

This MAY be considered equivalent to a 3 in a numeric scale."""^^xsd:string ;
skos:prefLabel "neutral"^^xsd:string ;
gist:sequence "3"^^xsd:integer ;
.

gist:_OpinionEnumeration_strongly-agree
Expand All @@ -1824,6 +1827,7 @@ The creator strongly agrees with the information and believes that it is accurat

This MAY be considered equivalent to a 5 in a numeric scale."""^^xsd:string ;
skos:prefLabel "strongly-agree"^^xsd:string ;
gist:sequence "5"^^xsd:integer ;
.

gist:_OpinionEnumeration_strongly-disagree
Expand All @@ -1835,6 +1839,7 @@ The creator strongly disagrees with the information and believes it is inaccurat

This MAY be considered equivalent to a 1 in a numeric scale."""^^xsd:string ;
skos:prefLabel "strongly-disagree"^^xsd:string ;
gist:sequence "1"^^xsd:integer ;
.

gist:_PatternType_pcre
Expand Down