Skip to content

Commit

Permalink
Add more triples to local store.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Nov 14, 2024
1 parent 613ec1c commit df172bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<http://example.org/bla> a <http://example.org/some> ;
rdfs:label "hi" .
ex:Norman a foaf:Person ;
foaf:name "Norman" .
schema:birthDate "1981-01-01" ;
foaf:forname "Norman" ;
foaf:name "Radtke" .
ex:Natanael a foaf:Person ;
foaf:name "Natanael" .
ex:Sascha a foaf:Person ;
Expand Down Expand Up @@ -56,7 +58,7 @@
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path foaf:lastname ;
sh:path foaf:name ;
sh:minCount 1 ;
sh:maxCount 2 ;
sh:datatype xsd:string ;
Expand Down

0 comments on commit df172bd

Please sign in to comment.