Skip to content

Commit b1fb22d

Browse files
committed
revert vcard changes that are in PR 52
1 parent 6293079 commit b1fb22d

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

shapes/vcard.ttl

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
55
@prefix dct: <http://purl.org/dc/terms/> .
66
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
7-
@prefix prov: <http://www.w3.org/ns/prov#> .
87

98
@prefix vcard_shape: <https://solidproject.org/shapes/vcard#> .
109

@@ -210,27 +209,4 @@ vcard_shape:AddressShape
210209
sh:description "Country Name";
211210
sh:codeIdentifier "countryName";
212211
] ;
213-
.
214-
215-
#################################################################
216-
# Individual Shape
217-
#################################################################
218-
219-
vcard_shape:VCardIndividualShape
220-
a sh:NodeShape ;
221-
sh:targetClass vcard:Individual ;
222-
sh:name "vCard Individual Shape" ;
223-
sh:description "An object representing a single person or entity" ;
224-
dct:created "2026-04-13"^^xsd:date ;
225-
vs:term_status "testing" ;
226-
dct:references <https://www.w3.org/2006/vcard/ns> ;
227-
prov:wasDerivedFrom <https://www.w3.org/2006/vcard/ns> ;
228-
sh:description "This shape validates vCard Individual data" ;
229-
sh:codeIdentifier "Individual";
230-
231-
sh:and (
232-
vcard_shape:VCardShape
233-
)
234-
235-
236212
.

0 commit comments

Comments
 (0)