diff options
Diffstat (limited to 'rdf/prefixes.ttl')
-rw-r--r-- | rdf/prefixes.ttl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/rdf/prefixes.ttl b/rdf/prefixes.ttl deleted file mode 100644 index 11a3a6f..0000000 --- a/rdf/prefixes.ttl +++ /dev/null @@ -1,31 +0,0 @@ -@base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf> . -@prefix : <#> . -@prefix ex: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/ex#> . -@prefix learning: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/rdf/> . -@prefix foaf: <http://xmlns.com/foaf/0.1/> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix sdml: <http://sdml.io/sdml-owl.ttl#> . -@prefix dc: <http://purl.org/dc/elements/1.1/> . -@prefix skos: <http://www.w3.org/2004/02/skos/core#> . -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . - -#[] puml:options """ -# hide empty members -# hide circle -# left to right direction -#""". - -# TODO: use FoaF ontology -foaf:Person puml:stereotype "(A,orange)". -:Learner puml:stereotype "(A,orange)". -:Educator puml:stereotype "(A,orange)". -:Objective puml:stereotype "(O,green)". - -#<> a puml:Inline. -#sdml:Member a puml:Inline. -sdml:hasMember a puml:InlineProperty. -dc:creator a puml:InlineProperty. -dc:license a puml:InlineProperty. -owl:imports a puml:InlineProperty. |