graph-rdfa-processor 0.3.12

Graph RDFa processor
Documentation
1
2
3
4
5
6
7
8
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .

<https://example.org/book/the-great-novel>
   rdf:type schema:Book .
<https://example.org/library/city-library>
   rdf:type schema:Library;
   schema:hasPart <https://example.org/book/the-great-novel> .