-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #274 from opengeospatial/user_guide
User guide added to doc type list
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# baseURI: http://www.opengis.net/def/doc-type | ||
# imports: http://purl.org/dc/elements/1.1/ | ||
|
||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix def: <http://www.opengis.net/def/> . | ||
@prefix ogc-na: <http://www.opengis.net/def/ogc-na/> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
@prefix policy: <http://www.opengis.net/def/metamodel/ogc-na/> . | ||
@prefix status: <http://www.opengis.net/def/status/> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://www.opengis.net/def/doc-type/specprogram> skos:narrower> <http://www.opengis.net/def/doc-type/ug> . | ||
<http://www.opengis.net/def/doc-type/> skos:member> <http://www.opengis.net/def/doc-type/ug> . | ||
|
||
<http://www.opengis.net/def/doc-type/ug> | ||
rdf:type skos:Concept ; | ||
policy:status status:valid ; | ||
rdfs:label "User Guide"^^xsd:string ; | ||
|
||
skos:notation "ug"^^policy:lcname ; | ||
skos:prefLabel "User Guide"^^xsd:string ; | ||
. |