We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3005e4d commit 3051d36Copy full SHA for 3051d36
shapes/shex/as/Note.shex
@@ -0,0 +1,8 @@
1
+PREFIX : <>
2
+PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
3
+PREFIX as: <https://www.w3.org/ns/activitystreams#>
4
+
5
+:Note {
6
+ a [ as:Note ] ;
7
+ as:content xsd:string
8
+}
shapes/trees/as/Note.ttl
@@ -0,0 +1,10 @@
+PREFIX st: <http://www.w3.org/ns/shapetrees#>
+PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
+:Note
+ a st:ShapeTree ;
+ st:expectsType st:Resource ;
9
+ st:shape <../../shex/as/Note> ;
10
+ skos:prefLabel "Messages"@en, "Messages"@fr .
0 commit comments