Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
d20792d8
Commit
d20792d8
authored
13 years ago
by
Alvaro Graves
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning a little bit
parent
a39682a0
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
a
+661
-0
661 additions, 0 deletions
a
config.inc.php
+0
-1
0 additions, 1 deletion
config.inc.php
example.ttl
+0
-17
0 additions, 17 deletions
example.ttl
with
661 additions
and
18 deletions
a
0 → 100644
+
661
−
0
View file @
d20792d8
This diff is collapsed.
Click to expand it.
config.inc.php
deleted
100644 → 0
+
0
−
1
View file @
a39682a0
This diff is collapsed.
Click to expand it.
example.ttl
deleted
100644 → 0
+
0
−
17
View file @
a39682a0
@prefix
:
<http://changeToYouOwnSite.com/>
.
@prefix
foaf:
<http://xmlns.com/foaf/0.1/>
.
@prefix
dcterms:
<http://purl.org/dc/terms/>
.
:
alvaro
foaf:
name
"Alvaro Graves"
;
a
foaf:
Person
;
foaf:
firstName
"Alvaro"
;
foaf:
lastName
"Graves"
;
foaf:
knows
:
ivonne
;
foaf:
mbox
<mailto:alvaro@graves.cl>
.
:
ivonne
foaf:
name
"Ivonne P"
;
foaf:
knows
:
nicolas
.
:
nicolas
foaf:
firstName
"Nicolas"
;
foaf:
knows
:
alvaro
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment