Skip to content

Commit

Permalink
deleting unnecessary prefixes
Browse files Browse the repository at this point in the history
deleting unnecessary prefixes
  • Loading branch information
veruskacz committed Oct 14, 2016
1 parent c556a87 commit 8e248e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions schema/model.ttl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
@prefix : <http://anonymous.org/vocab/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://anonymous.org/vocab/> .

<http://anonymous.org/vocab/> rdf:type owl:Ontology .

Expand Down

0 comments on commit 8e248e9

Please sign in to comment.