Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Good Relations and Products Ontology #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The vocabularies included in this repo are endorsed by [the Solid leader](https:
| DCMI Metadata Terms - terms (**CORRECT NAME?**) | dct | [http://purl.org/dc/terms/](http://purl.org/dc/terms/) | **NEED DESCRIPTION** |
| Description of a Project (DOAP) vocabulary | doap | [http://usefulinc.com/ns/doap#](http://usefulinc.com/ns/doap#) | The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language. |
| Friend of a Friend | foaf | [http://xmlns.com/foaf/0.1/](http://xmlns.com/foaf/0.1/) | FOAF is a project devoted to linking people and information using the Web. Regardless of whether information is in people's heads, in physical or digital documents, or in the form of factual data, it can be linked. FOAF integrates three kinds of network: *social networks* of human collaboration, friendship and association; *representational networks* that describe a simplified view of a cartoon universe in factual terms, and *information networks* that use Web-based linking to share independently published descriptions of this inter-connected world. FOAF does not compete with socially-oriented Web sites; rather it provides an approach in which different sites can tell different parts of the larger story, and by which users can retain some control over their information in a non-proprietary format. |
| Good Relations Vocabulary | gr | [http://purl.org/goodrelations/v1#](http://purl.org/goodrelations/v1#) | This is a vocabulary for product, price, store, and company data. |
| HTTP Message Vocabulary | http | [http://www.w3.org/2007/ont/http#](http://www.w3.org/2007/ont/http#) | This is a vocabulary for describing HTTP messages. |
| HTTP Header Vocabulary | https | [http://www.w3.org/2007/ont/httph#](http://www.w3.org/2007/ont/httph#) | This vocabulary is a one deemed to contain all HTTP headers. The rdflib.js library uses it as for relationships between an HTTP response and the content (value) of the HTTP header in that response.<br /><br />The ontology is deemed to contain one property for every HTTP header, standard or not. The property in this ontology has a localname which is the header field converted to lower case. |
| **NEED NAME** | icalTZ | [http://www.w3.org/2002/12/cal/icaltzd#](http://www.w3.org/2002/12/cal/icaltzd#) | **NEED DESCRIPTION** |
Expand All @@ -61,6 +62,7 @@ The vocabularies included in this repo are endorsed by [the Solid leader](https:
| The OWL 2 Schema vocabulary (OWL 2) | owl | [http://www.w3.org/2002/07/owl#](http://www.w3.org/2002/07/owl#) | This ontology partially describes the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL 2.<br /><br />The content of this ontology is based on Tables 6.1 and 6.2 in Section 6.4 of the OWL 2 RDF-Based Semantics specification, available at http://www.w3.org/TR/owl2-rdf-based-semantics/.<br /><br />Please note that those tables do not include the different annotations (labels, comments and rdfs:isDefinedBy links) used in this file. Also note that the descriptions provided in this ontology do not provide a complete and correct formal description of either the syntax or the semantics of the introduced terms (please see the OWL 2 recommendations for the complete and normative specifications).<br /><br />Furthermore, the information provided by this ontology may be misleading if not used with care. This ontology SHOULD NOT be imported into OWL ontologies. Importing this file into an OWL 2 DL ontology will cause it to become an OWL 2 Full ontology and may have other, unexpected, consequences. |
| **NEED NAME** | pad | [http://www.w3.org/ns/pim/pad#](http://www.w3.org/ns/pim/pad#) | **NEED DESCRIPTION** |
| **NEED NAME** | patch | [http://www.w3.org/ns/pim/patch#](http://www.w3.org/ns/pim/patch#) | **NEED DESCRIPTION** |
| Products Ontology | pto | [http://www.productontology.org/id/](http://www.productontology.org/id/) | This joint venture between Schema.org, Wikipedia, and Good Relations, supports using many Wikipedia entries as RDF subclasses of Schema:Product and Schema:Service.
| An ontology for personal finances | qu | [http://www.w3.org/2000/10/swap/pim/qif#](http://www.w3.org/2000/10/swap/pim/qif#) | An ontology for data exported, for example, by Quicken, as an interchange format. Also a generally useful ontology for bank transactions. See also the OFX ontology. |
| **NEED NAME** | trip | [http://www.w3.org/ns/pim/trip#](http://www.w3.org/ns/pim/trip#) | This ontology is for use in describing trips, such as business trips. Trips connect where we are at a given point in time, meetings which are part of the trip, and who pays for the trip or part of the trip. They are useful for describing travel plans, for working out expenses, and for categoizing photographs. Trips do not in fact logically have to involve travel. A trip could be used to collate expenses relating to an activity or event at ones home base, or a set of photos taken at home etc. |
| The RDF Concepts Vocabulary (RDF) | rdf | [http://www.w3.org/1999/02/22-rdf-syntax-ns#](http://www.w3.org/1999/02/22-rdf-syntax-ns#) | This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts. |
Expand Down
10 changes: 6 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const aliases = {
acl: 'http://www.w3.org/ns/auth/acl#',
arg: 'http://www.w3.org/ns/pim/arg#',
as: 'https://www.w3.org/ns/activitystreams#',
bookmark: 'http://www.w3.org/2002/01/bookmark#',
cal: 'http://www.w3.org/2002/12/cal/ical#',
cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/',
cert: 'http://www.w3.org/ns/auth/cert#',
contact: 'http://www.w3.org/2000/10/swap/pim/contact#',
dc: 'http://purl.org/dc/elements/1.1/',
Expand All @@ -26,6 +28,7 @@ const aliases = {
foaf: 'http://xmlns.com/foaf/0.1/',
geo: 'http://www.w3.org/2003/01/geo/wgs84_pos#',
gpx: 'http://www.w3.org/ns/pim/gpx#',
gr: 'http://purl.org/goodrelations/v1#',
http: 'http://www.w3.org/2007/ont/http#',
httph: 'http://www.w3.org/2007/ont/httph#',
icalTZ: 'http://www.w3.org/2002/12/cal/icaltzd#', // Beware: not cal:
Expand All @@ -39,6 +42,7 @@ const aliases = {
pad: 'http://www.w3.org/ns/pim/pad#',
patch: 'http://www.w3.org/ns/pim/patch#',
prov: 'http://www.w3.org/ns/prov#',
pto: 'http://www.productontology.org/id/',
qu: 'http://www.w3.org/2000/10/swap/pim/qif#',
trip: 'http://www.w3.org/ns/pim/trip#',
rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
Expand All @@ -47,19 +51,17 @@ const aliases = {
sched: 'http://www.w3.org/ns/pim/schedule#',
schema: 'http://schema.org/', // @@ beware confusion with documents no 303
sioc: 'http://rdfs.org/sioc/ns#',
skos: 'http://www.w3.org/2004/02/skos/core#',
solid: 'http://www.w3.org/ns/solid/terms#',
space: 'http://www.w3.org/ns/pim/space#',
stat: 'http://www.w3.org/ns/posix/stat#',
tab: 'http://www.w3.org/2007/ont/link#',
tabont: 'http://www.w3.org/2007/ont/link#',
ui: 'http://www.w3.org/ns/ui#',
vann: 'http://purl.org/vocab/vann/'
vcard: 'http://www.w3.org/2006/vcard/ns#',
wf: 'http://www.w3.org/2005/01/wf/flow#',
xsd: 'http://www.w3.org/2001/XMLSchema#',
cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/',
skos: 'http://www.w3.org/2004/02/skos/core#',
bookmark: 'http://www.w3.org/2002/01/bookmark#',
vann: 'http://purl.org/vocab/vann/'
}

/**
Expand Down