Permalink
Switch branches/tags
Nothing to show
Find file
378765e Aug 7, 2016
1834 lines (1831 sloc) 81.9 KB
# baseURI: http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/CommonClasses
# imports: http://def.isotc211.org/iso19115/-1/2014/ConstraintInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/DistributionInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/ExtentInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/Language-CharactersetLocalizationInformation
# imports: http://def.isotc211.org/iso19115/-1/2014/MaintenanceInformation
# imports: http://def.isotc211.org/iso19150/-2/2012/base
@prefix dct: <http://purl.org/dc/terms/> .
@prefix iso19103_2178: <http://def.isotc211.org/iso19103/2015/WebEnvironment#> .
@prefix iso19103_2179: <http://def.isotc211.org/iso19103/2015/MeasureTypes#> .
@prefix iso19108_891: <http://def.isotc211.org/iso19108/2006/TemporalObjects#> .
@prefix iso19115-1: <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#> .
@prefix iso19115-1Code: <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/> .
@prefix iso19115-1_2358: <http://def.isotc211.org/iso19115/-1/2014/CommonClasses#> .
@prefix iso19115-1_2360: <http://def.isotc211.org/iso19115/-1/2014/Language-CharactersetLocalizationInformation#> .
@prefix iso19115-1_2363: <http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation#> .
@prefix iso19115-1_2364: <http://def.isotc211.org/iso19115/-1/2014/ConstraintInformation#> .
@prefix iso19115-1_2367: <http://def.isotc211.org/iso19115/-1/2014/DistributionInformation#> .
@prefix iso19115-1_2368: <http://def.isotc211.org/iso19115/-1/2014/ExtentInformation#> .
@prefix iso19115-1_2370: <http://def.isotc211.org/iso19115/-1/2014/MaintenanceInformation#> .
@prefix iso19139_709: <http://def.isotc211.org/iso19139/2007/CulturalAndLinguisticAdapdability#> .
@prefix iso19150-2: <http://def.isotc211.org/iso19150/-2/2012/base#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation>
rdf:type owl:Ontology ;
dct:source "http://standards.iso.org/iso/19115/-1/ed-1/en/" ;
rdfs:label "ISO 19115-1:2014 Identification information" ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/CitationAndResponsiblePartyInformation> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/CommonClasses> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/ConstraintInformation> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/DistributionInformation> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/ExtentInformation> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/Language-CharactersetLocalizationInformation> ;
owl:imports <http://def.isotc211.org/iso19115/-1/2014/MaintenanceInformation> ;
owl:imports <http://def.isotc211.org/iso19150/-2/2012/base> ;
owl:versionInfo "2014" ;
.
iso19115-1:DS_AssociationTypeCode
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "DS_AssociationTypeCode" ;
rdfs:subClassOf skos:Concept ;
.
iso19115-1:DS_InitiativeTypeCode
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "DS_InitiativeTypeCode" ;
rdfs:subClassOf skos:Concept ;
.
iso19115-1:MD_AssociatedResource
rdf:type owl:Class ;
iso19150-2:constraint "count of (name + metadataReference) .gt. 0" ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_AssociatedResource" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.metadataReference> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.name> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:DS_AssociationTypeCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.associationType> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:DS_InitiativeTypeCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.initiativeType> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.associationType> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.initiativeType> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.metadataReference> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.name> ;
] ;
skos:definition "associated resource information" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.associationType>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_AssociatedResource ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "associationType" ;
rdfs:range iso19115-1:DS_AssociationTypeCode ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.initiativeType>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_AssociatedResource ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "initiativeType" ;
rdfs:range iso19115-1:DS_InitiativeTypeCode ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.metadataReference>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_AssociatedResource ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "metadataReference" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_AssociatedResource.name>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_AssociatedResource ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "name" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
iso19115-1:MD_DataIdentification
rdf:type owl:Class ;
iso19150-2:constraint "defaultLocale.PT_Locale.characterEncoding default value is UTF-8" ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_DataIdentification" ;
rdfs:subClassOf iso19115-1:MD_Identification ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2360:PT_Locale ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.defaultLocale> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19139_709:PT_Locale ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.otherLocale> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.environmentDescription> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.supplementalInformation> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.defaultLocale> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.environmentDescription> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.supplementalInformation> ;
] ;
skos:definition "information required to identify a resource" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.defaultLocale>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_DataIdentification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "defaultLocale" ;
rdfs:range iso19115-1_2360:PT_Locale ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.environmentDescription>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_DataIdentification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "environmentDescription" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.otherLocale>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_DataIdentification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "otherLocale" ;
rdfs:range iso19139_709:PT_Locale ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_DataIdentification.supplementalInformation>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_DataIdentification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "supplementalInformation" ;
rdfs:range xsd:string ;
.
iso19115-1:MD_Identification
rdf:type owl:Class ;
iso19150-2:constraint "(MD_Metadata.metadataScope.MD_Scope.resourceScope) .eq. ('dataset' or 'series') implies topicCategory is mandatory" ;
iso19150-2:isAbstract "true"^^xsd:boolean ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_Identification" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19108_891:TM_Duration ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.temporalResolution> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.additionalDocumentation> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.citation> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Responsibility ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.pointOfContact> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2358:MD_BrowseGraphic ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.graphicOverview> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2358:MD_Identifier ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.processingLevel> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2364:MD_Constraints ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceConstraints> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2367:MD_Format ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceFormat> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2368:EX_Extent ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.extent> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_AssociatedResource ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.associatedResource> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_Keywords ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.descriptiveKeywords> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_ProgressCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.status> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_Resolution ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.spatialResolution> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_SpatialRepresentationTypeCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.spatialRepresentationType> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_TopicCategoryCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.topicCategory> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_Usage ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceSpecificUsage> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2370:MD_MaintenanceInformation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceMaintenance> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.abstract> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.credit> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.purpose> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.abstract> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.citation> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.processingLevel> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.purpose> ;
] ;
skos:definition "basic information required to uniquely identify a resource or resources" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.abstract>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "abstract" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.additionalDocumentation>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "additionalDocumentation" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.associatedResource>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "associatedResource" ;
rdfs:range iso19115-1:MD_AssociatedResource ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.citation>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "citation" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.credit>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "credit" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.descriptiveKeywords>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "descriptiveKeywords" ;
rdfs:range iso19115-1:MD_Keywords ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.extent>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "extent" ;
rdfs:range iso19115-1_2368:EX_Extent ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.graphicOverview>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "graphicOverview" ;
rdfs:range iso19115-1_2358:MD_BrowseGraphic ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.pointOfContact>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "pointOfContact" ;
rdfs:range iso19115-1_2363:CI_Responsibility ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.processingLevel>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "processingLevel" ;
rdfs:range iso19115-1_2358:MD_Identifier ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.purpose>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "purpose" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceConstraints>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "resourceConstraints" ;
rdfs:range iso19115-1_2364:MD_Constraints ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceFormat>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "resourceFormat" ;
rdfs:range iso19115-1_2367:MD_Format ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceMaintenance>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "resourceMaintenance" ;
rdfs:range iso19115-1_2370:MD_MaintenanceInformation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.resourceSpecificUsage>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "resourceSpecificUsage" ;
rdfs:range iso19115-1:MD_Usage ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.spatialRepresentationType>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "spatialRepresentationType" ;
rdfs:range iso19115-1:MD_SpatialRepresentationTypeCode ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.spatialResolution>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "spatialResolution" ;
rdfs:range iso19115-1:MD_Resolution ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.status>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "status" ;
rdfs:range iso19115-1:MD_ProgressCode ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.temporalResolution>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "temporalResolution" ;
rdfs:range iso19108_891:TM_Duration ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Identification.topicCategory>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Identification ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "topicCategory" ;
rdfs:range iso19115-1:MD_TopicCategoryCode ;
.
iso19115-1:MD_KeywordClass
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_KeywordClass" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19103_2178:URI ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.conceptIdentifier> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.ontology> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.className> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.className> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.ontology> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.conceptIdentifier> ;
] ;
skos:definition "specification of a class to categorize keywords in a domain-specific vocabulary that has a binding to a formal ontology" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.className>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_KeywordClass ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "className" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.conceptIdentifier>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_KeywordClass ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "conceptIdentifier" ;
rdfs:range iso19103_2178:URI ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_KeywordClass.ontology>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_KeywordClass ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "ontology" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
iso19115-1:MD_KeywordTypeCode
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_KeywordTypeCode" ;
rdfs:subClassOf skos:Concept ;
.
iso19115-1:MD_Keywords
rdf:type owl:Class ;
iso19150-2:constraint "When the resource described is a service, one instance of MD_Keyword shall refer to the service taxonomy defined in ISO 19119" ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_Keywords" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.thesaurusName> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_KeywordClass ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keywordClass> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_KeywordTypeCode ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.type> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keyword> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keywordClass> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.thesaurusName> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.type> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keyword> ;
] ;
skos:definition "keywords, their type and reference source NOTE: When the resource described is a service, one instance of MD_Keyword shall refer to the service taxonomy defined in ISO 19119, 8.3)" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keyword>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Keywords ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "keyword" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.keywordClass>
rdf:type owl:ObjectProperty ;
iso19150-2:aggregationType "partOfSharedAggregation" ;
rdfs:domain iso19115-1:MD_Keywords ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "keywordClass" ;
rdfs:range iso19115-1:MD_KeywordClass ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.thesaurusName>
rdf:type owl:ObjectProperty ;
iso19150-2:constraint "When the resource described is a service, one instance of MD_Keyword shall refer to the service taxonomy defined in the International Standard ISO 19119, part 8.3)" ;
rdfs:domain iso19115-1:MD_Keywords ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "thesaurusName" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Keywords.type>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Keywords ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "type" ;
rdfs:range iso19115-1:MD_KeywordTypeCode ;
.
iso19115-1:MD_ProgressCode
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_ProgressCode" ;
rdfs:subClassOf skos:Concept ;
.
iso19115-1:MD_RepresentativeFraction
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_RepresentativeFraction" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19103_2179:Scale ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_RepresentativeFraction.equivalentScale> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:integer ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_RepresentativeFraction.denominator> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_RepresentativeFraction.denominator> ;
] ;
skos:definition "derived from ISO 19103 Scale where MD_RepresentativeFraction.denominator .eq. 1 .sl. Scale.measure And Scale.targetUnits .eq. Scale.sourceUnits" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_RepresentativeFraction.denominator>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_RepresentativeFraction ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "denominator" ;
rdfs:range xsd:integer ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_RepresentativeFraction.equivalentScale>
rdf:type owl:ObjectProperty ;
iso19150-2:associationName "/Scale" ;
rdfs:domain iso19115-1:MD_RepresentativeFraction ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "equivalentScale" ;
rdfs:range iso19103_2179:Scale ;
.
iso19115-1:MD_Resolution
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_Resolution" ;
owl:equivalentClass [
rdf:type owl:Class ;
owl:unionOf (
iso19115-1:uEquivalentScale
iso19115-1:uDistance
iso19115-1:uVertical
iso19115-1:uAngularDistance
iso19115-1:uLevelOfDetail
) ;
] ;
skos:definition "level of detail expressed as a scale factor, a distance or an angle" ;
.
iso19115-1:MD_SpatialRepresentationTypeCode
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_SpatialRepresentationTypeCode" ;
rdfs:subClassOf skos:Concept ;
.
iso19115-1:MD_TopicCategoryCode
rdf:type rdfs:Datatype ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_TopicCategoryCode" ;
rdfs:subClassOf rdfs:Resource ;
owl:equivalentClass [
rdf:type rdfs:Datatype ;
owl:oneOf (
"farming"
"biota"
"boundaries"
"climatologyMeteorologyAtmosphere"
"economy"
"elevation"
"environment"
"geoscientificInformation"
"health"
"imageryBaseMapsEarthCover"
"intelligenceMilitary"
"inlandWaters"
"location"
"oceans"
"planningCadastre"
"society"
"structure"
"transportation"
"utilitiesCommunication"
"extraTerrestrial"
"disaster"
) ;
] ;
skos:definition """high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets
NOTE 1 Can be used to group keywords as well. Listed examples are not exhaustive.
NOTE 2 It is understood there are overlaps between general categories and the user is encouraged to select the one most appropriate."""^^xsd:string ;
.
iso19115-1:MD_Usage
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD_Usage" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19108_891:TM_Primitive ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.usageDateTime> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.additionalDocumentation> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Citation ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.identifiedIssues> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1_2363:CI_Responsibility ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.userContactInfo> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.response> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.specificUsage> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.userDeterminedLimitations> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.specificUsage> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.identifiedIssues> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.userDeterminedLimitations> ;
] ;
skos:definition "brief description of ways in which the resource(s) is.sl.are currently or has been used" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.additionalDocumentation>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "additionalDocumentation" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.identifiedIssues>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "identifiedIssues" ;
rdfs:range iso19115-1_2363:CI_Citation ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.response>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "response" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.specificUsage>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "specificUsage" ;
rdfs:range xsd:string ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.usageDateTime>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "usageDateTime" ;
rdfs:range iso19108_891:TM_Primitive ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.userContactInfo>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "userContactInfo" ;
rdfs:range iso19115-1_2363:CI_Responsibility ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#MD_Usage.userDeterminedLimitations>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:MD_Usage ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "userDeterminedLimitations" ;
rdfs:range xsd:string ;
.
iso19115-1:uAngularDistance
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "AngularDistance" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19103_2179:Angle ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uAngularDistance.angularDistance> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uAngularDistance.angularDistance> ;
] ;
skos:definition "Angular sampling measure" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uAngularDistance.angularDistance>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:uAngularDistance ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:range iso19103_2179:Angle ;
skos:prefLabel "angularDistance" ;
.
iso19115-1:uDistance
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "Distance" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19103_2179:Distance ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uDistance.distance> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uDistance.distance> ;
] ;
skos:definition "horizontal ground sample distance" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uDistance.distance>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:uDistance ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:range iso19103_2179:Distance ;
skos:prefLabel "distance" ;
.
iso19115-1:uEquivalentScale
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "EquivalentScale" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19115-1:MD_RepresentativeFraction ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uEquivalentScale.equivalentScale> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uEquivalentScale.equivalentScale> ;
] ;
skos:definition "level of detail expressed as the scale of a comparable hardcopy map or chart" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uEquivalentScale.equivalentScale>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:uEquivalentScale ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:range iso19115-1:MD_RepresentativeFraction ;
skos:prefLabel "equivalentScale" ;
.
iso19115-1:uLevelOfDetail
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "LevelOfDetail" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uLevelOfDetail.levelOfDetail> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uLevelOfDetail.levelOfDetail> ;
] ;
skos:definition "brief textual description of the spatial resolution of the resource" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uLevelOfDetail.levelOfDetail>
rdf:type owl:DatatypeProperty ;
rdfs:domain iso19115-1:uLevelOfDetail ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "levelOfDetail" ;
rdfs:range xsd:string ;
.
iso19115-1:uVertical
rdf:type owl:Class ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "Vertical" ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:allValuesFrom iso19103_2179:Distance ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uVertical.vertical> ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty <http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uVertical.vertical> ;
] ;
skos:definition "Vertical sampling distance" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation#uVertical.vertical>
rdf:type owl:ObjectProperty ;
rdfs:domain iso19115-1:uVertical ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:range iso19103_2179:Distance ;
skos:prefLabel "vertical" ;
.
iso19115-1Code:DS_AssociationTypeCode
rdf:type skos:ConceptScheme ;
dct:description "justification for the correlation of two resources"^^xsd:string ;
dct:isFormatOf iso19115-1:DS_AssociationTypeCode ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "DS Association Type Code - Concept Scheme" ;
skos:definition "justification for the correlation of two resources"^^xsd:string ;
skos:prefLabel "DS_AssociationTypeCode - ConceptScheme" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/collectiveTitle>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description """common title for a collection of resources
NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite."""^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "collective Title" ;
skos:definition """common title for a collection of resources
NOTE Title identifies elements of a series collectively, combined with information about what volumes are available at the source cite."""^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "collectiveTitle" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/crossReference>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "reference from one resource to another"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "cross Reference" ;
skos:definition "reference from one resource to another"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "crossReference" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/dependency>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "associated through a dependency"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "dependency" ;
skos:definition "associated through a dependency"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "dependency" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/isComposedOf>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "reference to resources that are parts of this resource"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "is Composed Of" ;
skos:definition "reference to resources that are parts of this resource"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "isComposedOf" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/largerWorkCitation>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "reference to a master resource of which this one is a part"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "larger Work Citation" ;
skos:definition "reference to a master resource of which this one is a part"^^xsd:string ;
skos:prefLabel "largerWorkCitation" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/partOfSeamlessDatabase>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "part of same structured set of data held in a computer"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "part Of Seamless Database" ;
skos:definition "part of same structured set of data held in a computer"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "partOfSeamlessDatabase" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/revisionOf>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "resource is a revision of associated resource"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "revision Of" ;
skos:definition "resource is a revision of associated resource"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "revisionOf" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/series>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "associated through a common heritage such as produced to a common product specification"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "series" ;
skos:definition "associated through a common heritage such as produced to a common product specification"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "series" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_AssociationTypeCode/stereoMate>
rdf:type iso19115-1:DS_AssociationTypeCode ;
rdf:type skos:Concept ;
dct:description "part of a set of imagery that when used together, provides three-dimensional images"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "stereo Mate" ;
skos:definition "part of a set of imagery that when used together, provides three-dimensional images"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_AssociationTypeCode ;
skos:prefLabel "stereoMate" ;
.
iso19115-1Code:DS_AssociationTypeCodeCollection
rdf:type skos:Collection ;
skos:members (
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
) ;
skos:prefLabel "DS_AssociationTypeCode - Collection" ;
.
iso19115-1Code:DS_InitiativeTypeCode
rdf:type skos:ConceptScheme ;
dct:description "type of aggregation activity in which resources are related"^^xsd:string ;
dct:isFormatOf iso19115-1:DS_InitiativeTypeCode ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "DS Initiative Type Code - Concept Scheme" ;
skos:definition "type of aggregation activity in which resources are related"^^xsd:string ;
skos:prefLabel "DS_InitiativeTypeCode - ConceptScheme" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/campaign>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "series of organized planned actions"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "campaign" ;
skos:definition "series of organized planned actions"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "campaign" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/collection>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "accumulation of resources assembled for a specific purpose"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "collection" ;
skos:definition "accumulation of resources assembled for a specific purpose"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "collection" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/exercise>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "specific performance of a function or group of functions"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "exercise" ;
skos:definition "specific performance of a function or group of functions"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "exercise" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/experiment>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "process designed to find if something is effective or valid"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "experiment" ;
skos:definition "process designed to find if something is effective or valid"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "experiment" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/investigation>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "search or systematic inquiry"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "investigation" ;
skos:definition "search or systematic inquiry"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "investigation" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/mission>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "specific operation of a data collection system"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "mission" ;
skos:definition "specific operation of a data collection system"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "mission" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/operation>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "action that is part of a series of actions"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "operation" ;
skos:definition "action that is part of a series of actions"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "operation" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/platform>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "vehicle or other support base that holds a sensor"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "platform" ;
skos:definition "vehicle or other support base that holds a sensor"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "platform" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/process>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "method of doing something involving a number of steps"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "process" ;
skos:definition "method of doing something involving a number of steps"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "process" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/program>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "specific planned activity"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "program" ;
skos:definition "specific planned activity"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "program" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/project>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "organized undertaking, research, or development"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "project" ;
skos:definition "organized undertaking, research, or development"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "project" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/sensor>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "device or piece of equipment which detects or records"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "sensor" ;
skos:definition "device or piece of equipment which detects or records"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "sensor" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/study>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "examination or investigation"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "study" ;
skos:definition "examination or investigation"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "study" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/task>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "piece of work"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "task" ;
skos:definition "piece of work"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "task" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/DS_InitiativeTypeCode/trial>
rdf:type iso19115-1:DS_InitiativeTypeCode ;
rdf:type skos:Concept ;
dct:description "process of testing to discover or demonstrate something"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "trialprocess of testing to discover or demonstrate something"^^xsd:string ;
skos:definition "process of testing to discover or demonstrate something"^^xsd:string ;
skos:inScheme iso19115-1Code:DS_InitiativeTypeCode ;
skos:prefLabel "trialprocess of testing to discover or demonstrate something"^^xsd:string ;
.
iso19115-1Code:DS_InitiativeTypeCodeCollection
rdf:type skos:Collection ;
skos:members (
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
) ;
skos:prefLabel "DS_InitiativeTypeCode - Collection" ;
.
iso19115-1Code:MD_KeywordTypeCode
rdf:type skos:ConceptScheme ;
dct:description "methods used to group similar keywords"^^xsd:string ;
dct:isFormatOf iso19115-1:MD_KeywordTypeCode ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD Keyword Type Code - Concept Scheme" ;
skos:definition "methods used to group similar keywords"^^xsd:string ;
skos:prefLabel "MD_KeywordTypeCode - ConceptScheme" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/dataCentre>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a repository or archive that manages and distributes data"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "data Centre" ;
skos:definition "keyword identifies a repository or archive that manages and distributes data"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "dataCentre" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/discipline>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a branch of instruction or specialized learning"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "discipline" ;
skos:definition "keyword identifies a branch of instruction or specialized learning"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "discipline" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/featureType>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a resource containing or about a collection of feature instances with common characteristics"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "feature Type" ;
skos:definition "keyword identifies a resource containing or about a collection of feature instances with common characteristics"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "featureType" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/instrument>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a device used to measure or compare physical properties"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "instrument" ;
skos:definition "keyword identifies a device used to measure or compare physical properties"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "instrument" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/place>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a location"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "place" ;
skos:definition "keyword identifies a location"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "place" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/platform>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a structure upon which an instrument is mounted"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "platform" ;
skos:definition "keyword identifies a structure upon which an instrument is mounted"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "platform" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/process>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a series of actions or natural occurrences"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "process" ;
skos:definition "keyword identifies a series of actions or natural occurrences"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "process" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/product>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a type of product"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "product" ;
skos:definition "keyword identifies a type of product"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "product" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/project>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies an endeavour undertaken to create or modify a product or service"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "project" ;
skos:definition "keyword identifies an endeavour undertaken to create or modify a product or service"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "project" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/service>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies an activity carried out by one party for the benefit of another"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "service" ;
skos:definition "keyword identifies an activity carried out by one party for the benefit of another"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "service" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/stratum>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies the layer(s) of any deposited substance or levels within an ordered system"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "stratum" ;
skos:definition "keyword identifies the layer(s) of any deposited substance or levels within an ordered system"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "stratum" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/subTopicCategory>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "refinement of a topic category for the purpose of geographic data classification"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "sub Topic Category" ;
skos:definition "refinement of a topic category for the purpose of geographic data classification"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "subTopicCategory" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/taxon>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a taxonomy of the resource"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "taxon" ;
skos:definition "keyword identifies a taxonomy of the resource"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "taxon" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/temporal>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a time period related to the resource"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "temporal" ;
skos:definition "keyword identifies a time period related to the resource"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "temporal" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_KeywordTypeCode/theme>
rdf:type iso19115-1:MD_KeywordTypeCode ;
rdf:type skos:Concept ;
dct:description "keyword identifies a particular subject or topic"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "theme" ;
skos:definition "keyword identifies a particular subject or topic"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_KeywordTypeCode ;
skos:prefLabel "theme" ;
.
iso19115-1Code:MD_KeywordTypeCodeCollection
rdf:type skos:Collection ;
skos:members (
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
) ;
skos:prefLabel "MD_KeywordTypeCode - Collection" ;
.
iso19115-1Code:MD_ProgressCode
rdf:type skos:ConceptScheme ;
dct:description "status of the resource"^^xsd:string ;
dct:isFormatOf iso19115-1:MD_ProgressCode ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD Progress Code - Concept Scheme" ;
skos:definition "status of the resource"^^xsd:string ;
skos:prefLabel "MD_ProgressCode - ConceptScheme" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/accepted>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "agreed to by sponsor"^^xsd:string ;
rdfs:comment "Is this definition consistent with definition of 'sponsor' in roles - which is more like an advocate, rather than customer."^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "accepted" ;
skos:definition "agreed to by sponsor"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "accepted" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/completed>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "has been completed"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "completed" ;
skos:definition "has been completed"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "completed" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/deprecated>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "resource superseded and will become obsolete, use only for historical purposes"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "deprecated" ;
skos:definition "resource superseded and will become obsolete, use only for historical purposes"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "deprecated" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/final>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "progress concluded and no changes will be accepted"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "final" ;
skos:definition "progress concluded and no changes will be accepted"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "final" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/historicalArchive>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "stored in an offline storage facility"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "historical Archive" ;
skos:definition "stored in an offline storage facility"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "historicalArchive" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/notAccepted>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "rejected by sponsor"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "not Accepted" ;
skos:definition "rejected by sponsor"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "notAccepted" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/obsolete>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "no longer relevant"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "obsolete" ;
skos:definition "no longer relevant"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "obsolete" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/onGoing>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "continually being updated"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "on Going" ;
skos:definition "continually being updated"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "onGoing" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/pending>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "committed to, but not yet addressed"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "pending" ;
skos:definition "committed to, but not yet addressed"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "pending" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/planned>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "fixed date has been established upon or by which the resource will be created or updated"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "planned" ;
skos:definition "fixed date has been established upon or by which the resource will be created or updated"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "planned" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/proposed>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "suggested that development needs to be undertaken"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "proposed" ;
skos:definition "suggested that development needs to be undertaken"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "proposed" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/required>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "needs to be generated or updated"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "required" ;
skos:definition "needs to be generated or updated"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "required" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/retired>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "item is no longer recommended for use. It has not been superseded by another item"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "retired" ;
skos:definition "item is no longer recommended for use. It has not been superseded by another item"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "retired" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/superseded>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "replaced by new"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "superseded" ;
skos:definition "replaced by new"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "superseded" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/tentative>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "provisional changes likely before resource becomes final or complete"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "tentative" ;
skos:definition "provisional changes likely before resource becomes final or complete"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "tentative" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/underDevelopment>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "currently in the process of being created"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "under Development" ;
skos:definition "currently in the process of being created"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "underDevelopment" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/valid>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "acceptable under specific conditions"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "valid" ;
skos:definition "acceptable under specific conditions"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "valid" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_ProgressCode/withdrawn>
rdf:type iso19115-1:MD_ProgressCode ;
rdf:type skos:Concept ;
dct:description "removed from consideration"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "withdrawn" ;
skos:definition "removed from consideration"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_ProgressCode ;
skos:prefLabel "withdrawn" ;
.
iso19115-1Code:MD_ProgressCodeCollection
rdf:type skos:Collection ;
skos:members (
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
) ;
skos:prefLabel "MD_ProgressCode - Collection" ;
.
iso19115-1Code:MD_SpatialRepresentationTypeCode
rdf:type skos:ConceptScheme ;
dct:description "method used to represent geographic information in the resource"^^xsd:string ;
dct:isFormatOf iso19115-1:MD_SpatialRepresentationTypeCode ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "MD Spatial Representation Type Code - Concept Scheme" ;
skos:definition "method used to represent geographic information in the resource"^^xsd:string ;
skos:prefLabel "MD_SpatialRepresentationTypeCode - ConceptScheme" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/grid>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "grid data are used to represent geographic data"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "grid" ;
skos:definition "grid data are used to represent geographic data"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "grid" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/stereoModel>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "stereo Model" ;
skos:definition "three-dimensional view formed by the intersecting homologous rays of an overlapping pair of images"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "stereoModel" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/textTable>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "textual or tabular data are used to represent geographic data"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "text Table" ;
skos:definition "textual or tabular data are used to represent geographic data"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "textTable" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/tin>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "triangulated irregular network"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "tin" ;
skos:definition "triangulated irregular network"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "tin" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/vector>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "vector data are used to represent geographic data"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "vector" ;
skos:definition "vector data are used to represent geographic data"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "vector" ;
.
<http://def.isotc211.org/iso19115/-1/2014/IdentificationInformation/code/MD_SpatialRepresentationTypeCode/video>
rdf:type iso19115-1:MD_SpatialRepresentationTypeCode ;
rdf:type skos:Concept ;
dct:description "scene from a video recording"^^xsd:string ;
rdfs:isDefinedBy <http://standards.iso.org/iso/19115/-1/ed-1/en/> ;
rdfs:label "video" ;
skos:definition "scene from a video recording"^^xsd:string ;
skos:inScheme iso19115-1Code:MD_SpatialRepresentationTypeCode ;
skos:prefLabel "video" ;
.
iso19115-1Code:MD_SpatialRepresentationTypeCodeCollection
rdf:type skos:Collection ;
skos:members (
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
[
rdf:type skos:Concept ;
]
) ;
skos:prefLabel "MD_SpatialRepresentationTypeCode - Collection" ;
.