=encoding utf8
=head1 NAME
rdf/ns - Common RDF namespace constants.
=head1 SYNOPSIS
from rdf/ns import RDF_NS, RDFS_NS, OWL_NS, SKOS_NS, FOAF_NS;
=head1 DESCRIPTION
This module exports constants for well-known RDF, Linked Data, and Semantic
Web namespaces.
=head1 EXPORTS
=head2 Constants
Exports namespace IRI strings including C<RDF_NS>, C<RDFS_NS>, C<OWL_NS>,
C<XSD_NS>, C<XML_NS>, C<XMLNS_NS>, C<SKOS_NS>, C<SKOSXL_NS>,
C<FOAF_NS>, C<DCTERMS_NS>, C<DC_NS>, C<DOAP_NS>, C<VOID_NS>,
C<VANN_NS>, C<CC_NS>, C<SIOC_NS>, C<BIBO_NS>, C<BIO_NS>, C<REL_NS>,
C<REV_NS>, C<GR_NS>, C<SCHEMA_NS>, C<PROV_NS>, C<DCAT_NS>,
C<LDP_NS>, C<OA_NS>, C<ORG_NS>, C<QB_NS>, C<TIME_NS>,
C<ACTIVITYSTREAMS_NS>, C<AS_NS>, C<HYDRA_NS>, C<SHACL_NS>,
C<ODRL_NS>, C<CSVW_NS>, C<SSN_NS>, C<SOSA_NS>, C<VCARD_NS>,
C<GEO_NS>, C<GEOSPARQL_NS>, C<EXIF_NS>, C<MA_NS>, C<EVENT_NS>,
C<MO_NS>, C<CERT_NS>, C<ACL_NS>, C<HTTP_NS>, and
C<SPARQL_RESULTS_NS>.
=head1 COPYRIGHT AND LICENCE
B<< rdf/ns >> is copyright Toby Inkster.
It is free software; you may redistribute it and/or modify it under
the terms of either the Artistic License 1.0 or the GNU General Public
License version 2.
=cut
const RDF_NS := "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
const RDFS_NS := "http://www.w3.org/2000/01/rdf-schema#";
const OWL_NS := "http://www.w3.org/2002/07/owl#";
const XSD_NS := "http://www.w3.org/2001/XMLSchema#";
const XML_NS := "http://www.w3.org/XML/1998/namespace";
const XMLNS_NS := "http://www.w3.org/2000/xmlns/";
const SKOS_NS := "http://www.w3.org/2004/02/skos/core#";
const SKOSXL_NS := "http://www.w3.org/2008/05/skos-xl#";
const FOAF_NS := "http://xmlns.com/foaf/0.1/";
const DCTERMS_NS := "http://purl.org/dc/terms/";
const DC_NS := "http://purl.org/dc/elements/1.1/";
const DOAP_NS := "http://usefulinc.com/ns/doap#";
const VOID_NS := "http://rdfs.org/ns/void#";
const VANN_NS := "http://purl.org/vocab/vann/";
const CC_NS := "http://creativecommons.org/ns#";
const SIOC_NS := "http://rdfs.org/sioc/ns#";
const BIBO_NS := "http://purl.org/ontology/bibo/";
const BIO_NS := "http://purl.org/vocab/bio/0.1/";
const REL_NS := "http://purl.org/vocab/relationship/";
const REV_NS := "http://purl.org/stuff/rev#";
const GR_NS := "http://purl.org/goodrelations/v1#";
const SCHEMA_NS := "https://schema.org/";
const PROV_NS := "http://www.w3.org/ns/prov#";
const DCAT_NS := "http://www.w3.org/ns/dcat#";
const LDP_NS := "http://www.w3.org/ns/ldp#";
const OA_NS := "http://www.w3.org/ns/oa#";
const ORG_NS := "http://www.w3.org/ns/org#";
const QB_NS := "http://purl.org/linked-data/cube#";
const TIME_NS := "http://www.w3.org/2006/time#";
const ACTIVITYSTREAMS_NS := "https://www.w3.org/ns/activitystreams#";
const AS_NS := ACTIVITYSTREAMS_NS;
const HYDRA_NS := "http://www.w3.org/ns/hydra/core#";
const SHACL_NS := "http://www.w3.org/ns/shacl#";
const ODRL_NS := "http://www.w3.org/ns/odrl/2/";
const CSVW_NS := "http://www.w3.org/ns/csvw#";
const SSN_NS := "http://www.w3.org/ns/ssn/";
const SOSA_NS := "http://www.w3.org/ns/sosa/";
const VCARD_NS := "http://www.w3.org/2006/vcard/ns#";
const GEO_NS := "http://www.w3.org/2003/01/geo/wgs84_pos#";
const GEOSPARQL_NS := "http://www.opengis.net/ont/geosparql#";
const EXIF_NS := "http://www.w3.org/2003/12/exif/ns#";
const MA_NS := "http://www.w3.org/ns/ma-ont#";
const EVENT_NS := "http://purl.org/NET/c4dm/event.owl#";
const MO_NS := "http://purl.org/ontology/mo/";
const CERT_NS := "http://www.w3.org/ns/auth/cert#";
const ACL_NS := "http://www.w3.org/ns/auth/acl#";
const HTTP_NS := "http://www.w3.org/2011/http#";
const SPARQL_RESULTS_NS := "http://www.w3.org/2005/sparql-results#";
modules/rdf/ns.zzm
rdf-0.0.3 source code
Package
- Name
- rdf
- Version
- 0.0.3
- Uploaded
- 2026-06-12 23:55:02
- Repository
- https://github.com/tobyink/zuzu-rdf
- Dependencies
-
-
std/data/xml>= 0 -
std/data/xml/escape>= 0 -
std/data/json>= 0 -
std/db>= 0 -
std/digest/sha>= 0 -
std/getopt>= 0 -
std/internals>= 0 -
std/io>= 0 -
std/math>= 0 -
std/proc>= 0 -
std/string>= 0 -
std/time>= 0 -
std/uuid>= 0
-
- Metadata
- zuzu-distribution.json
- Archive
- Download .tar.gz