Skip to content

Commit de3e781

Browse files
committed
19157 as OntPub-valid
1 parent 1596d70 commit de3e781

File tree

4 files changed

+1261
-0
lines changed

4 files changed

+1261
-0
lines changed

resources/background/agents.ttl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PREFIX schema: <https://schema.org/>
2+
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
3+
4+
<https://def.isotc211.org/org/tc211>
5+
a schema:Organization ;
6+
schema:description "The International Organization for Standardization's Technical Committee on \"Geographic information/Geomatics\", charged with standardization in the field of digital geographic information" ;
7+
schema:name "ISO's Technical Committee 211" ;
8+
schema:url "https://www.iso.org/committee/54904.html"^^xsd:anyURI ;
9+
.

resources/catalogue.ttl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
PREFIX schema: <https://schema.org/>
2+
PREFIX status: <https://linked.data.gov.au/def/reg-statuses/>
3+
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
4+
5+
<https://data.kurrawong.ai/sb/ontologies>
6+
a schema:DataCatalog ;
7+
schema:codeRepository "https://github.com/ISO-TC211/ontologies"^^xsd:anyURI ;
8+
schema:creator <https://def.isotc211.org/org/tc211> ;
9+
schema:dateCreated "2026-03-09"^^xsd:gYear ;
10+
schema:dateModified "2026-03-09"^^xsd:date ;
11+
schema:description "The catalogue of Semantic Web ontologies created from ISO/TC211's Harmonised Model" ;
12+
schema:hasPart <https://def.isotc211.org/model/19157> ;
13+
schema:name "ISO/TC211 Ontologies" ;
14+
schema:publisher <https://def.isotc211.org/org/tc211> ;
15+
schema:status status:experimental ;
16+
schema:version "1" ;
17+
.

resources/manifest.ttl

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
PREFIX dcterms: <http://purl.org/dc/terms/>
2+
PREFIX mrr: <https://prez.dev/ManifestResourceRoles/>
3+
PREFIX prez: <https://prez.dev/>
4+
PREFIX prof: <http://www.w3.org/ns/dx/prof/>
5+
PREFIX schema: <https://schema.org/>
6+
7+
<https://kurrawong.ai/semantic-bankground/annotations-manifest>
8+
a <https://prez.dev/Manifest> ;
9+
prof:hasResource
10+
[
11+
prof:hasArtifact "catalogue.ttl" ;
12+
prof:hasRole mrr:CatalogueData ;
13+
schema:description "The definition of, and metadata for, the code sets container object - catalogue" ;
14+
schema:name "ISO/TC211 Ontologies Catalogue" ;
15+
] ,
16+
[
17+
dcterms:conformsTo <https://linked.data.gov.au/def/ontpub/validator> ;
18+
prof:hasArtifact "ontologies/*.ttl" ;
19+
schema:description "Ontologies as catalogued resources" ;
20+
prof:hasRole mrr:ResourceData ;
21+
schema:name "Resources Data" ;
22+
] ,
23+
[
24+
prof:hasArtifact "background/*.ttl" ;
25+
prof:hasRole mrr:IncompleteCatalogueAndResourceLabels ;
26+
schema:description "Labels for resource data elements and reference data such as Agents" ;
27+
schema:name "Label files" ;
28+
] ;
29+
.

0 commit comments

Comments
 (0)