-
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 #254 from opengeospatial/20231011_tidying_up_incub…
…ation_folder 20231011 tidying up incubation folder
- Loading branch information
Showing
15 changed files
with
1,040 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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,65 @@ | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Collection> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/linear> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/2004/02/skos/core#prefLabel> "bicubic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243418"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/2004/02/skos/core#definition> "nearest-neighbor interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/cubic> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/quadratic> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243091"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243982"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/12-049> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/2000/01/rdf-schema#label> "nearest-neighbor interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/bicubic> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/lost-area> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/12-049> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/2000/01/rdf-schema#label> "cubic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/barycentric> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/2004/02/skos/core#prefLabel> "cubic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/2000/01/rdf-schema#label> "linear interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/2004/02/skos/core#definition> "lost area interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243553"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/?artifact_id=22364> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> . | ||
<http://www.opengis.net/def/interpolation/OGC/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#ConceptScheme> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/2004/02/skos/core#prefLabel> "linear interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation Method Register" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/2004/02/skos/core#definition> "cubic interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243276"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/2004/02/skos/core#definition> "barycentric interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/2004/02/skos/core#definition> "linear interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/?artifact_id=22364> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/2000/01/rdf-schema#label> "bicubic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/2000/01/rdf-schema#label> "quadratic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1> <http://www.w3.org/2004/02/skos/core#prefLabel> "Interpolation Method Register" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2000/01/rdf-schema#label> "Interpolation Method Register" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#prefLabel> "Interpolation Method Register" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/12-049> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/2004/02/skos/core#prefLabel> "quadratic interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/cubic> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/?artifact_id=22364> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/2004/02/skos/core#definition> "bicubic interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/2004/02/skos/core#definition> "quadratic interpolation method" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/quadratic> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/linear> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://portal.ogc.org/files/12-049> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/nearest-neighbor> <http://www.w3.org/2004/02/skos/core#prefLabel> "nearest-neighbor interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/bicubic> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243705"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/2000/01/rdf-schema#label> "lost area interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://www.w3.org/2004/02/skos/core#prefLabel> "lost area interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/2000/01/rdf-schema#label> "barycentric interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/barycentric> <http://www.w3.org/2004/02/skos/core#prefLabel> "barycentric interpolation" . | ||
<http://www.opengis.net/def/interpolation/OGC/1/lost-area> <http://purl.org/dc/terms/created> "2023-10-11T16:24:36.243843"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://www.opengis.net/def/interpolation/OGC/1> <http://www.opengis.net/def/metamodel/ogc-na/collectionView> <http://www.opengis.net/def/interpolation/OGC/1/> . | ||
<http://www.opengis.net/def/interpolation/OGC/1/> <http://www.w3.org/2004/02/skos/core#inScheme> <http://www.opengis.net/def/interpolation/OGC/1> . | ||
<http://www.opengis.net/def/register/> <http://www.w3.org/2004/02/skos/core#member> <http://www.opengis.net/def/interpolation/OGC/1/> . |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.