forked from mgns/rdf-canonicalization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder-1.nt
More file actions
16 lines (15 loc) · 1.86 KB
/
order-1.nt
File metadata and controls
16 lines (15 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<https://crypto4graph-ai.eccenca.dev/data/order-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/ns/void#Dataset> .
<https://crypto4graph-ai.eccenca.dev/data/order-1/order> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab/Order> .
<https://crypto4graph-ai.eccenca.dev/data/Item-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab/Item> .
<https://crypto4graph-ai.eccenca.dev/data/Product-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/vocab/Product> .
<https://crypto4graph-ai.eccenca.dev/data/order-1> <http://www.w3.org/2000/01/rdf-schema#label> "Order 1 Graph" .
<https://crypto4graph-ai.eccenca.dev/data/order-1> <http://www.w3.org/2002/07/owl#imports> <https://crypto4graph-ai.eccenca.dev/metadata/order-1> .
<https://crypto4graph-ai.eccenca.dev/data/order-1/order> <http://example.org/vocab/created> "2022-04-01"^^<http://www.w3.org/2001/XMLSchema#date> .
<https://crypto4graph-ai.eccenca.dev/data/order-1/order> <http://example.org/vocab/item> <https://crypto4graph-ai.eccenca.dev/data/Item-1> .
<https://crypto4graph-ai.eccenca.dev/data/Item-1> <http://example.org/vocab/product> <https://crypto4graph-ai.eccenca.dev/data/Product-1> .
<https://crypto4graph-ai.eccenca.dev/data/Item-1> <http://example.org/vocab/quantity> "3"^^<http://www.w3.org/2001/XMLSchema#integer> .
<https://crypto4graph-ai.eccenca.dev/data/Item-1> <http://example.org/vocab/unitPrice> "123.33" .
<https://crypto4graph-ai.eccenca.dev/data/Product-1> <http://example.org/vocab/manufacturer> <https://crypto4graph-ai.eccenca.dev/data/Manufacturer-1> .
<https://crypto4graph-ai.eccenca.dev/data/Product-1> <http://example.org/vocab/productIdentifier> "12345-6789" .
_:b1 <http://example.org/vocab/productIdentifier> "12345-6789" .
<https://crypto4graph-ai.eccenca.dev/data/Manufacturer-1> <http://xmlns.com/foaf/0.1/knows> _:b1 .