-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.ttl
37 lines (35 loc) · 1.52 KB
/
meta.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@prefix dct: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix sf: <https://github.com/vocol/salesforce/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sf: a owl:Ontology ;
rdfs:label "Salesforce"@en ;
dct:created "2016-03-01"^^xsd:date ;
dct:creator <https://github.com/schroet> ;
dct:modified "2016-05-14"^^xsd:date ;
dct:publisher <http://dbpedia.org/resource/University_of_Bonn> ;
vann:preferredNamespacePrefix "sf" ;
vann:preferredNamespaceUri "https://github.com/vocol/salesforce/" ;
void:vocabulary dct:,
<http://purl.org/ontology/olo/core#>,
vann:,
void:,
schema:,
doap:,
<http://www.w3.org/2004/02/skos/core> ;
doap:bug-database sf:issues ;
doap:download-page sf:releases ;
doap:homepage <https://github.com/vocol/salesforce> ;
doap:implements <https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/data_model.htm> ;
doap:repository <https://github.com/vocol/salesforce.git> ;
doap:wiki sf:wiki ;
rdfs:comment "A vocabulary which represents the Salesforce Data Model (v35.0)."@en ;
rdfs:isDefinedBy sf: ;
owl:versionInfo "SNAPSHOT" .