diff --git a/test1-dap/index.html b/test1-dap/index.html index 7e0de14..5f46b9e 100644 --- a/test1-dap/index.html +++ b/test1-dap/index.html @@ -113,7 +113,7 @@ -->
-

Vocabulary Overview

+

Overview

alt text 2 diff --git a/test2/b45c5892-6029-4481-81d0-a7cc6198de7f.svg b/test2/b45c5892-6029-4481-81d0-a7cc6198de7f.svg deleted file mode 100644 index 195fee8..0000000 --- a/test2/b45c5892-6029-4481-81d0-a7cc6198de7f.svg +++ /dev/null @@ -1 +0,0 @@ -
access URL
themesubPropOf: Subject
theme taxonomy

Cataloged Resource

http://www.w3.org/ns/dcat#Resource

s
s
t
t

Catalog

http://www.w3.org/ns/dcat#Catalog

s
s
t
t

Dataset

http://www.w3.org/ns/dcat#Dataset

- temporal resolution

s
s
t
t

Distribution

http://www.w3.org/ns/dcat#Distribution

s
s
t
t

Role

http://www.w3.org/ns/dcat#Role

s
s
t
t

Concept

http://www.w3.org/2004/02/skos/core#Concept

s
s
t
t

Resource

http://www.w3.org/2000/01/rdf-schema#Resource

s
s
t
t

Concept Scheme

http://www.w3.org/2004/02/skos/core#ConceptScheme

s
s
t
t
\ No newline at end of file diff --git a/test2/dsv.ttl b/test2/dsv.ttl deleted file mode 100644 index 319564b..0000000 --- a/test2/dsv.ttl +++ /dev/null @@ -1,9 +0,0 @@ -@prefix rdf: . -@prefix rdfs: . -@prefix dct: . -@prefix dsv: . -@prefix owl: . -@prefix skos: . - - - a dsv:ConceptualModel. diff --git a/test2/index.html b/test2/index.html deleted file mode 100644 index 852facb..0000000 --- a/test2/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - DCAT - - - - - - - -
-

- This file documents - DCAT.

-
-
-

todo.

-
- -
-

Attachments

- - - - - - - - - -
OWL./model.owl.ttl
DSV profile./dsv.ttl
-
- -
-

Vocabulary Overview

- -
- alt text 2 -
title
-
- -

Classes

- This section lists the classes matching the base namespace of this vocabulary. - - -
-

Cataloged Resource

- - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/Resource
DescriptionResource published or curated by a single agent.
Sub-classesDataset
-
-
-

Catalog

- - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/Catalog
DescriptionA curated collection of metadata about resources.
Parent classesDataset
-
-
-

Dataset

- - - - - - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/Dataset
DescriptionDataset description
Parent classesCataloged Resource
Sub-classesCatalog
-
-
-

Distribution

- - - - - - - - - - -
IRIhttp://www.w3.org/ns/Distribution
Descriptiondist desc
-
-
-

Role

- - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/Role
DescriptionRole desc
Parent classesConcept
-
- - -

Properties (attributes and associations)

-
- -

temporal resolution

- - - - - - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/temporalResolution
Descriptiontemporal resolution desc
DomainDataset
Range
-
-
- -

access URL

- - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/accessURL
DomainDistribution
RangeResource
-
-
- -

theme

- - - - - - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/theme
Descriptiontheme desc
DomainCataloged Resource
RangeConcept
-
-
- -

theme taxonomy

- - - - - - - - - - - - - - - - - - -
IRIhttp://www.w3.org/ns/themeTaxonomy
Descriptiontheme tax. desc
DomainCatalog
RangeConcept Scheme
-
- -
- - - \ No newline at end of file diff --git a/test2/model.owl.ttl b/test2/model.owl.ttl deleted file mode 100644 index 0f9263a..0000000 --- a/test2/model.owl.ttl +++ /dev/null @@ -1,42 +0,0 @@ -@base . -@prefix owl: . -@prefix rdfs: . -@prefix rdf: . - - a owl:Class, rdfs:Class; - rdfs:label "Dataset"@en; - rdfs:comment "Dataset description"@en; - rdfs:subClassOf . - a rdf:Property, owl:DatatypeProperty; - rdfs:label "temporal resolution"@en; - rdfs:comment "temporal resolution desc"@en; - rdfs:domain ; - rdfs:range . - a owl:Class, rdfs:Class; - rdfs:label "Role"@en; - rdfs:comment "Role desc"@en; - rdfs:subClassOf . - a owl:Class, rdfs:Class; - rdfs:label "Distribution"@en; - rdfs:comment "dist desc"@en. - a rdf:Property, owl:ObjectProperty; - rdfs:label "access URL"@en; - rdfs:domain ; - rdfs:range rdfs:Resource. - a owl:Class, rdfs:Class; - rdfs:label "Cataloged Resource"@en; - rdfs:comment "čšřčš"@cs, "Resource published or curated by a single agent."@en. - a rdf:Property, owl:ObjectProperty; - rdfs:label "theme"@en; - rdfs:comment "theme desc"@en; - rdfs:domain ; - rdfs:range . - a owl:Class, rdfs:Class; - rdfs:label "Catalog"@en; - rdfs:comment "A curated collection of metadata about resources."@en; - rdfs:subClassOf . - a rdf:Property, owl:ObjectProperty; - rdfs:label "theme taxonomy"@en; - rdfs:comment "theme tax. desc"@en; - rdfs:domain ; - rdfs:range .