- From: Sandro Hawke <sandro@w3.org>
- Date: Thu, 13 Apr 2017 09:16:51 -0400
- To: Holger Knublauch <holger@topquadrant.com>, Dimitris Kontokostas <kontokostas@informatik.uni-leipzig.de>
- Cc: public-data-shapes-wg <public-data-shapes-wg@w3.org>
On 04/12/2017 08:30 PM, Holger Knublauch wrote:
> As decided yesterday, I have added a new property
> sh:suggestedShapesGraph to the TTL file (adding it to the main spec
> would cause unnecessary formal changes such as new syntax rules, so it
> will be our first "extension"). It has no "meaning" whatsoever at this
> stage. No need for any changes to implementations. It is merely a "hint".
>
> https://github.com/w3c/data-shapes/commit/8ad2fcdb851663885af7022c73a11be6d2a0cd10
>
> @Sandro, not sure whether you want to copy this over to the official
> namespace URL?
Done. There were some other changes, too. Let me know if they're
somehow incorrect. Diff below.
-- Sandro
diff -r1.2 -r1.3
2c2
< # Draft last edited 2017-03-22
---
> # Draft last edited 2017-04-13
18c18,19
< ] .
---
> ] ;
> sh:suggestedShapesGraph <http://www.w3.org/ns/shacl-shacl#> .
408c409
< rdfs:comment "Suggested shapes graphs that should be used when validating this data graph."@en ;
---
> rdfs:comment "Shapes graphs that should be used when validating this data graph."@en ;
412a414,421
> sh:suggestedShapesGraph
> a rdf:Property ;
> rdfs:label "suggested shapes graph"@en ;
> rdfs:comment "Suggested shapes graphs for this ontology. The values of this property may be used in the absence of specific sh:shapesGraph statements."@en ;
> rdfs:domain owl:Ontology ;
> rdfs:range owl:Ontology ;
> rdfs:isDefinedBy sh: .
>
623a633
> sh:nodeKind sh:IRI ;
678a689,690
> sh:nodeKind sh:IRI ;
> sh:maxCount 1 ;
759a772
> sh:maxCount 1 ;
779a793
> sh:maxCount 1 ;
842a857
> sh:maxCount 1 ;
862a878
> sh:maxCount 1 ;
882a899
> sh:maxCount 1 ;
903a921
> sh:maxCount 1 ;
924a943
> sh:maxCount 1 ;
944a964
> sh:maxCount 1 ;
964a985
> sh:maxCount 1 ;
985a1007
> sh:maxCount 1 ;
1026d1047
< sh:class sh:NodeKind ;
1027a1049
> sh:maxCount 1 ;
1229a1252
> sh:maxCount 1 ;
Received on Thursday, 13 April 2017 13:16:59 UTC