This repository was archived by the owner on Dec 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
OpenHandle Serialization N3
Tony Hammond edited this page Apr 13, 2018
·
2 revisions
The [http://www.w3.org/TeamSubmission/n3/ RDF/N3] serialization essentially looks like the following:
<info:hdl/10.1000/1> a :Handle ;
:handleValues (
[
h:index "1" ;
h:type "URL" ;
h:data <http://www.nature.com/> ;
h:permission [
a h:Permission;
...
] ;
h:ttl [
a h:TTL;
...
] ;
h:timestamp "" ;
h:reference [
a h:Reference ;
...
]
]
) .