EntitySchema:E1: Difference between revisions

From WikiFur Data
Jump to navigation Jump to search
(Updated Schema text: Fixup after testing with https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html)
(Updated Schema text)
Schema / Line 14: Schema / Line 14:


start = @<Convention>
start = @<Convention>


<Convention> {
<Convention> {
   # instance of
   # instance of
   wfdt:P1 @<ConventionSeries> ?;
   wfdt:P1 @<ConventionSeries> ;


   # start time
   # start time

Revision as of 21:54, 25 March 2021

language codelabeldescriptionaliasesedit
enConvention(usually annual) instance of a organized gathering of furriesfurcon | furry conedit
PREFIX wfd: <https://furry.wiki.opencura.com/entity/>
PREFIX wfdt: <https://furry.wiki.opencura.com/prop/direct/>
PREFIX wfp: <https://furry.wiki.opencura.com/prop/>
PREFIX wfps: <https://furry.wiki.opencura.com/prop/statement/>
PREFIX wfpq: <https://furry.wiki.opencura.com/prop/qualifier/>

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 

# potential query for confuzzled: select ?convention where { ?eventSeries wfdt:P2 wfd:Q2. ?convention wfd:P1 ?eventSeries }

# validates on https://shex-simple.toolforge.org/wikidata/packages/shex-webapp/doc/shex-simple.html
# query map : wd:Q4@START
# tested against content of https://furry.wiki.opencura.com/wiki/Special:EntityData/Q4.ttl and parts of https://furry.wiki.opencura.com/wiki/Special:EntityData/Q1.ttl

start = @<Convention>


<Convention> {
  # instance of
  wfdt:P1 @<ConventionSeries> ;

  # start time
  wfdt:P6 xsd:dateTime +;

  # attendance
  wfdt:P5 xsd:decimal ?;
}

<ConventionSeries> {
  # subclass of furry convention
  wfdt:P2 [wfd:Q2] ;
}