parent
2a66bec94b
commit
da76d7a93e
@ -1 +1,2 @@ |
|||||||
test/.ldo |
./example-create |
||||||
|
./example-init |
@ -1,19 +0,0 @@ |
|||||||
# This shape is provided by default as an example |
|
||||||
# You can create your own shape to fit your needs using ShEx (https://shex.io) |
|
||||||
# Also check out https://shaperepo.com for examples of more shapes. |
|
||||||
|
|
||||||
PREFIX ex: <https://example.com/> |
|
||||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/> |
|
||||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> |
|
||||||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> |
|
||||||
|
|
||||||
ex:FoafProfile EXTRA a { |
|
||||||
a [ foaf:Person ] |
|
||||||
// rdfs:comment "Defines the node as a Person (from foaf)" ; |
|
||||||
foaf:name xsd:string ? |
|
||||||
// rdfs:comment "Define a person's name." ; |
|
||||||
foaf:img xsd:string ? |
|
||||||
// rdfs:comment "Photo link but in string form" ; |
|
||||||
foaf:knows @ex:FoafProfile * |
|
||||||
// rdfs:comment "A list of WebIds for all the people this user knows." ; |
|
||||||
} |
|
@ -1,4 +0,0 @@ |
|||||||
{ |
|
||||||
"name": "foaf-profile", |
|
||||||
"description": "A profile using FOAF." |
|
||||||
} |
|
@ -1,3 +0,0 @@ |
|||||||
it("placeholder", () => { |
|
||||||
expect(true).toBe(true); |
|
||||||
}); |
|
Loading…
Reference in new issue