-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvocab.ttl
32 lines (28 loc) · 1.29 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
@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 schema: <http://schema.org/> .
@prefix graph4code: <http://purl.org/twc/graph4code/>.
schema:SoftwareSourceCode #a graph4code:MetaClass;
whyis:hasView "script_view.html";
whyis:hasIncoming "script_incoming.json";
whyis:hasOutgoing "script_outgoing.json".
graph4code:Function
whyis:hasIncoming "function_incoming.json".
#graph4code:MetaClass rdfs:subClassOf owl:Class;
# whyis:hasFacets "script_facets.json".
#graph4code:Class a graph4code:MetaClass.