Bureaucrats, emailconfirmed, platform
757
edits
(Created a new Schema: Publication) |
(Updated Schema text) |
||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |||
PREFIX pq: <http://trex-taxonomy.wiki.opencura.com/prop/qualifier/> | PREFIX pq: <http://trex-taxonomy.wiki.opencura.com/prop/qualifier/> | ||
PREFIX ps: <http://trex-taxonomy.wiki.opencura.com/prop/statement/> | PREFIX ps: <http://trex-taxonomy.wiki.opencura.com/prop/statement/> | ||
Schema / Line 23: | Schema / Line 24: | ||
p:P17 @<volume> ; | p:P17 @<volume> ; | ||
p:P7 @<date_of_publication> ; | p:P7 @<date_of_publication> ; | ||
p:P25 @<contains_treatment> | p:P25 @<contains_treatment>+ ; | ||
} | } | ||
Schema / Line 40: | Schema / Line 41: | ||
<author> { | <author> { | ||
ps:P22 E4:trex-human | ps:P22 E4:trex-human | ||
} | |||
<title> { | |||
ps:P16 rdf:langString ; | |||
} | |||
<volume> { | |||
ps:P17 xsd:string ; | |||
} | |||
<date_of_publication> { | |||
ps:P7 xsd:dateTime ; | |||
} | |||
<trex-publication> { | |||
ps:P25 E4:trex_treatment ; | |||
} | } |