-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvocab.ttl
40 lines (35 loc) · 1.58 KB
/
vocab.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
37
38
39
40
@prefix : <http://vocab.rpi.edu/whyis/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix auth: <http://vocab.tw.rpi.edu/auth/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfg: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix flaskld: <http://vocab.rpi.edu/flaskld/> .
@prefix whyis: <http://vocab.rpi.edu/whyis/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix voo: <http://purl.org/whyis/voo/> .
whyis:hasSummary rdfs:subPropertyOf whyis:hasView;
dc:identifier "summary".
whyis:HomePage whyis:hasSummary "home_summary.json".
voo:ontologies a voo:OntologiesPage.
voo:OntologiesPage whyis:hasView "list_ontologies.json";
voo:hasCytoscape "cytoscape_ontologies.json";
voo:hasImports "ontology_imports.json";
voo:hasSubsets "ontology_subsets.json";
voo:hasQuotes "ontology_quotes.json".
voo:hasImports rdfs:subPropertyOf whyis:hasView;
dc:identifier "imports".
voo:hasSubsets rdfs:subPropertyOf whyis:hasView;
dc:identifier "subsets".
voo:hasQuotes rdfs:subPropertyOf whyis:hasView;
dc:identifier "quotes".
voo:hasCytoscape rdfs:subPropertyOf whyis:hasView;
dc:identifier "cytoscape".