Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Value Flows
valueflows
Commits
724cd3b4
Commit
724cd3b4
authored
Aug 26, 2021
by
Robin Vobruba
Browse files
RDF: Use a @base URL for deduplication
parent
ffa16af4
Changes
1
Hide whitespace changes
Inline
Side-by-side
release-doc-in-process/all_vf.TTL
View file @
724cd3b4
@prefix
vf:
<https://w3id.org/valueflows#>
.
@base
<https://w3id.org/valueflows>
.
@prefix
vf:
<#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
...
...
@@ -15,10 +16,10 @@
@prefix
skos:
<http://www.w3.org/2004/02/skos/core#>
.
<
https://w3id.org/valueflows/
>
a
owl:
Ontology
;
<>
a
owl:
Ontology
;
dcterms:
title
"Value Flows Ontology"
;
dcterms:
type
<http://purl.org/adms/assettype/Ontology>
;
owl:
versionIRI
<
https://w3id.org/valueflows
/0.5/>
;
owl:
versionIRI
</0.5/>
;
dcterms:
status
<http://purl.org/adms/status/UnderDevelopment>
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment