The Wayback Machine - https://web.archive.org/web/20201120033214/https://github.com/jimsmart/iri
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

iri

iri is a Go package providing IRI constants for common RDF namespaces.

More than 99% of this package is machine-generated from ontologies.

Remember: Go doesn't include unreferenced consts in the build output.

Note: the full set of consts for DBpedia and Schema.org have been effectively 'commented out' (their files have been renamed to _gen_dbo.go and _gen_schema.go). This is because when they were included in the package they slowed my text editor's autocomplete to a crawl.

Installation

$ go get github.com/jimsmart/iri
import "github.com/jimsmart/iri"

Example

import "github.com/jimsmart/iri"

x := iri.FOAF_knows
y := iri.RDFS_Class
z := iri.DCE_title
a := iri.RDF_type

License

Package iri is copyright 2017-2019 by Jim Smart and released under the MIT License

About

iri is a Go package providing IRI constants for common RDF namespaces.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.