EntitySchema:E4: Difference between revisions

From MetaBase
Jump to navigation Jump to search
(Created a new Schema: test-document)
 
(Updated Schema text)
Schema / Line 10: Schema / Line 10:
rdfs:label [ @sv ] ;
rdfs:label [ @sv ] ;
wdt:P5 [ wd:Q21 wd:Q29 ]?+; # instance of: document, report
wdt:P5 [ wd:Q21 wd:Q29 ]?+; # instance of: document, report
 
wdt:P8 LITERAL; #title
wdt:P18 LITERAL; # publication date
}
}

Revision as of 12:12, 14 April 2023

language codelabeldescriptionaliasesedit
entest-documentedit
PREFIX wd: <https://metabase.wikibase.cloud/entity/>
PREFIX wdt: <https://metabase.wikibase.cloud/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>


start = @<document>


<document> EXTRA wdt:P5 {
rdfs:label [ @sv ] ;
wdt:P5 [ wd:Q21 wd:Q29 ]?+; # instance of: document, report
wdt:P8 LITERAL; #title
wdt:P18 LITERAL; # publication date
}